From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48429 invoked by alias); 6 May 2015 02:12:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 48412 invoked by uid 89); 6 May 2015 02:12:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 06 May 2015 02:12:42 +0000 Received: by pabsx10 with SMTP id sx10so212376360pab.3 for ; Tue, 05 May 2015 19:12:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=WzNEcgReeO0MuDEUicYiI5wAYt6eFv7GSGuplnAb4Bc=; b=GXaIEp0g5YDZX9rB1mljDFis1L7M1A2lMFvt+2cs6v/S6GK8AIoOv5NqUNCkIZDH4o 6N6GGa4Zw/wJaaxiZ2XV9XmoOZ/v+LtsROJrlFH2X88Oy/KbQP3LRKGcJwgJ8NUGUB3q dgX4WBCO4EP9zGR1jKaTYfFE97ILIh756KM0R7AI92W61zEFoWxb1FScGLCOgpdwHjnH AhEalmFDeXmZOYSotHhZnDdsG9BglqmUcbF8ASmmVQBzp74PqoC7jTHPUAuclzxKULIQ T5hTviyTV5cubjPUtrF2g5I7WVBP2HIfkbXPsSLLZGkeN8kM9rKgEy+ppP2loKnE1SyP IGsQ== X-Gm-Message-State: ALoCoQnElQzgQIlgVTwTOq4pSL/sS6JFzA2TZ36MO2/hXeAYG6LckKfZ+D+Sd1IFl5GAIn2Bc2RY X-Received: by 10.68.218.9 with SMTP id pc9mr56295423pbc.2.1430878360251; Tue, 05 May 2015 19:12:40 -0700 (PDT) Received: from [10.1.1.4] (58-6-183-210.dyn.iinet.net.au. [58.6.183.210]) by mx.google.com with ESMTPSA id nl16sm179968pdb.56.2015.05.05.19.12.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 May 2015 19:12:39 -0700 (PDT) Message-ID: <55497891.4010801@linaro.org> Date: Wed, 06 May 2015 02:12:00 -0000 From: Kugan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: James Greenhalgh CC: Kyrylo Tkachov , "gcc-patches@gcc.gnu.org" , Marcus Shawcroft , Richard Earnshaw , Jim Wilson Subject: Re: [AArch64][PR65375] Fix RTX cost for vector SET References: <5507813E.3060106@linaro.org> <5513B390.2030201@linaro.org> <552D8FF7.5000105@linaro.org> <20150415092509.GA20852@arm.com> <552E4150.3020403@linaro.org> <20150415111854.GB22143@arm.com> <552E4C90.4070208@linaro.org> <5530EC32.4030806@linaro.org> <20150420202225.GA7414@arm.com> <553AD118.3010705@linaro.org> <20150505061726.GA31362@arm.com> In-Reply-To: <20150505061726.GA31362@arm.com> Content-Type: multipart/mixed; boundary="------------080306020903080805060103" X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00379.txt.bz2 This is a multi-part message in MIME format. --------------080306020903080805060103 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Content-length: 5384 On 05/05/15 16:17, James Greenhalgh wrote: > On Sat, Apr 25, 2015 at 12:26:16AM +0100, Kugan wrote: >> >> Thanks for the review. I have updated the patch based on the comments >> with some other minor changes. Bootstrapped and regression tested on >> aarch64-none-linux-gnu with no-new regressions. Is this OK for trunk? >> >> >> Thanks, >> Kugan >> >> >> gcc/ChangeLog: >> >> 2015-04-24 Kugan Vivekanandarajah >> Jim Wilson >> >> * config/arm/aarch-common-protos.h (struct mem_cost_table): Added >> new fields loadv and storev. >> * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs): >> Initialize loadv and storev. >> * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise. >> (cortexa53_extra_costs): Likewise. >> (cortexa57_extra_costs): Likewise. >> (xgene1_extra_costs): Likewise. >> * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector >> rtx_costs. > > Hi Kugan, > > Just a few syle comments, regarding the placements of comments in single-line > if statements. I know the current code does not neccesarily always follow the > comments below, I'll write a patch cleaning that up at some point when I'm back > at my desk. > > Thanks, > James > >> @@ -5667,6 +5668,14 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, >> case NEG: >> op0 = XEXP (x, 0); >> >> + if (VECTOR_MODE_P (mode)) >> + { >> + if (speed) >> + /* FNEG. */ >> + *cost += extra_cost->vect.alu; >> + return false; >> + } >> + >> if (GET_MODE_CLASS (GET_MODE (x)) == MODE_INT) >> { >> if (GET_RTX_CLASS (GET_CODE (op0)) == RTX_COMPARE > > Personally, I find commented if statements without braces hard to > quickly parse. Something like this is much faster for me: > > if (speed) > { > /* FNEG. */ > *cost += extra_cost->vect.alu; > } > >> @@ -5844,7 +5872,10 @@ cost_minus: >> >> if (speed) >> { >> - if (GET_MODE_CLASS (mode) == MODE_INT) >> + if (VECTOR_MODE_P (mode)) >> + /* Vector SUB. */ >> + *cost += extra_cost->vect.alu; >> + else if (GET_MODE_CLASS (mode) == MODE_INT) >> /* SUB(S). */ >> *cost += extra_cost->alu.arith; >> else if (GET_MODE_CLASS (mode) == MODE_FLOAT) > > As above. > >> @@ -5888,7 +5919,6 @@ cost_plus: >> { >> if (speed) >> *cost += extra_cost->alu.arith_shift; >> - >> *cost += rtx_cost (XEXP (XEXP (op0, 0), 0), >> (enum rtx_code) GET_CODE (op0), >> 0, speed); > > Drop this whitespace change. > >> @@ -5913,7 +5943,10 @@ cost_plus: >> >> if (speed) >> { >> - if (GET_MODE_CLASS (mode) == MODE_INT) >> + if (VECTOR_MODE_P (mode)) >> + /* Vector ADD. */ >> + *cost += extra_cost->vect.alu; >> + else if (GET_MODE_CLASS (mode) == MODE_INT) >> /* ADD. */ >> *cost += extra_cost->alu.arith; >> else if (GET_MODE_CLASS (mode) == MODE_FLOAT) > > As above. > >> @@ -6013,10 +6061,15 @@ cost_plus: >> return false; >> >> case NOT: >> - /* MVN. */ >> if (speed) >> - *cost += extra_cost->alu.logical; >> - >> + { >> + /* Vector NOT. */ >> + if (VECTOR_MODE_P (mode)) >> + *cost += extra_cost->vect.alu; >> + /* MVN. */ >> + else >> + *cost += extra_cost->alu.logical; >> + } >> /* The logical instruction could have the shifted register form, >> but the cost is the same if the shift is processed as a separate >> instruction, so we don't bother with it here. */ > > As above. > >> @@ -6055,10 +6108,15 @@ cost_plus: >> return true; >> } >> >> - /* UXTB/UXTH. */ >> if (speed) >> - *cost += extra_cost->alu.extend; >> - >> + { >> + if (VECTOR_MODE_P (mode)) >> + /* UMOV. */ >> + *cost += extra_cost->vect.alu; >> + else >> + /* UXTB/UXTH. */ >> + *cost += extra_cost->alu.extend; >> + } >> return false; >> >> ca§se SIGN_EXTEND: > > And again :) > >> @@ -6087,10 +6150,16 @@ cost_plus: >> >> if (CONST_INT_P (op1)) >> { >> - /* LSL (immediate), UBMF, UBFIZ and friends. These are all >> - aliases. */ >> if (speed) >> - *cost += extra_cost->alu.shift; >> + { >> + /* Vector shift (immediate). */ >> + if (VECTOR_MODE_P (mode)) >> + *cost += extra_cost->vect.alu; >> + /* LSL (immediate), UBMF, UBFIZ and friends. These are all >> + aliases. */ >> + else >> + *cost += extra_cost->alu.shift; >> + } >> >> /* We can incorporate zero/sign extend for free. */ >> if (GET_CODE (op0) == ZERO_EXTEND > > Again, the comment here makes it very difficult to spot the form of > the if/else statement. > >> @@ -6102,10 +6171,15 @@ cost_plus: >> } >> else >> { >> - /* LSLV. */ >> if (speed) >> - *cost += extra_cost->alu.shift_reg; >> - >> + { >> + /* Vector shift (register). */ >> + if (VECTOR_MODE_P (mode)) >> + *cost += extra_cost->vect.alu; >> + /* LSLV. */ >> + else >> + *cost += extra_cost->alu.shift_reg; >> + } >> return false; /* All arguments need to be in registers. */ >> } >> > > Likewise here. > > Thanks James for the review. Attached patch changes this. Is this OK ? Thanks, Kugan --------------080306020903080805060103 Content-Type: text/plain; charset=UTF-8; name="cost3.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cost3.txt" Content-length: 15355 diff --git a/gcc/config/aarch64/aarch64-cost-tables.h b/gcc/config/aarch64/aarch64-cost-tables.h index ae2b547..939125c 100644 --- a/gcc/config/aarch64/aarch64-cost-tables.h +++ b/gcc/config/aarch64/aarch64-cost-tables.h @@ -83,7 +83,9 @@ const struct cpu_cost_table thunderx_extra_costs = 0, /* N/A: Stm_regs_per_insn_subsequent. */ 0, /* Storef. */ 0, /* Stored. */ - COSTS_N_INSNS (1) /* Store_unaligned. */ + COSTS_N_INSNS (1), /* Store_unaligned. */ + COSTS_N_INSNS (1), /* Loadv. */ + COSTS_N_INSNS (1) /* Storev. */ }, { /* FP SFmode */ diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index cba3c1a..586caaf 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -5499,16 +5499,6 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, above this default. */ *cost = COSTS_N_INSNS (1); - /* TODO: The cost infrastructure currently does not handle - vector operations. Assume that all vector operations - are equally expensive. */ - if (VECTOR_MODE_P (mode)) - { - if (speed) - *cost += extra_cost->vect.alu; - return true; - } - switch (code) { case SET: @@ -5523,7 +5513,9 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, if (speed) { rtx address = XEXP (op0, 0); - if (GET_MODE_CLASS (mode) == MODE_INT) + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->ldst.storev; + else if (GET_MODE_CLASS (mode) == MODE_INT) *cost += extra_cost->ldst.store; else if (mode == SFmode) *cost += extra_cost->ldst.storef; @@ -5544,15 +5536,22 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, /* Fall through. */ case REG: + /* The cost is one per vector-register copied. */ + if (VECTOR_MODE_P (GET_MODE (op0)) && REG_P (op1)) + { + int n_minus_1 = (GET_MODE_SIZE (GET_MODE (op0)) - 1) + / GET_MODE_SIZE (V4SImode); + *cost = COSTS_N_INSNS (n_minus_1 + 1); + } /* const0_rtx is in general free, but we will use an instruction to set a register to 0. */ - if (REG_P (op1) || op1 == const0_rtx) - { - /* The cost is 1 per register copied. */ - int n_minus_1 = (GET_MODE_SIZE (GET_MODE (op0)) - 1) + else if (REG_P (op1) || op1 == const0_rtx) + { + /* The cost is 1 per register copied. */ + int n_minus_1 = (GET_MODE_SIZE (GET_MODE (op0)) - 1) / UNITS_PER_WORD; - *cost = COSTS_N_INSNS (n_minus_1 + 1); - } + *cost = COSTS_N_INSNS (n_minus_1 + 1); + } else /* Cost is just the cost of the RHS of the set. */ *cost += rtx_cost (op1, SET, 1, speed); @@ -5650,7 +5649,9 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, approximation for the additional cost of the addressing mode. */ rtx address = XEXP (x, 0); - if (GET_MODE_CLASS (mode) == MODE_INT) + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->ldst.loadv; + else if (GET_MODE_CLASS (mode) == MODE_INT) *cost += extra_cost->ldst.load; else if (mode == SFmode) *cost += extra_cost->ldst.loadf; @@ -5667,6 +5668,16 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, case NEG: op0 = XEXP (x, 0); + if (VECTOR_MODE_P (mode)) + { + if (speed) + { + /* FNEG. */ + *cost += extra_cost->vect.alu; + } + return false; + } + if (GET_MODE_CLASS (GET_MODE (x)) == MODE_INT) { if (GET_RTX_CLASS (GET_CODE (op0)) == RTX_COMPARE @@ -5705,7 +5716,12 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, case CLRSB: case CLZ: if (speed) - *cost += extra_cost->alu.clz; + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.clz; + } return false; @@ -5790,6 +5806,20 @@ aarch64_rtx_costs (rtx x, int code, int outer ATTRIBUTE_UNUSED, return false; } + if (VECTOR_MODE_P (mode)) + { + /* Vector compare. */ + if (speed) + *cost += extra_cost->vect.alu; + + if (aarch64_float_const_zero_rtx_p (op1)) + { + /* Vector cm (eq|ge|gt|lt|le) supports constant 0.0 for no extra + cost. */ + return true; + } + return false; + } return false; case MINUS: @@ -5844,12 +5874,21 @@ cost_minus: if (speed) { - if (GET_MODE_CLASS (mode) == MODE_INT) - /* SUB(S). */ - *cost += extra_cost->alu.arith; + if (VECTOR_MODE_P (mode)) + { + /* Vector SUB. */ + *cost += extra_cost->vect.alu; + } + else if (GET_MODE_CLASS (mode) == MODE_INT) + { + /* SUB(S). */ + *cost += extra_cost->alu.arith; + } else if (GET_MODE_CLASS (mode) == MODE_FLOAT) - /* FSUB. */ - *cost += extra_cost->fp[mode == DFmode].addsub; + { + /* FSUB. */ + *cost += extra_cost->fp[mode == DFmode].addsub; + } } return true; } @@ -5913,12 +5952,21 @@ cost_plus: if (speed) { - if (GET_MODE_CLASS (mode) == MODE_INT) - /* ADD. */ - *cost += extra_cost->alu.arith; + if (VECTOR_MODE_P (mode)) + { + /* Vector ADD. */ + *cost += extra_cost->vect.alu; + } + else if (GET_MODE_CLASS (mode) == MODE_INT) + { + /* ADD. */ + *cost += extra_cost->alu.arith; + } else if (GET_MODE_CLASS (mode) == MODE_FLOAT) - /* FADD. */ - *cost += extra_cost->fp[mode == DFmode].addsub; + { + /* FADD. */ + *cost += extra_cost->fp[mode == DFmode].addsub; + } } return true; } @@ -5927,8 +5975,12 @@ cost_plus: *cost = COSTS_N_INSNS (1); if (speed) - *cost += extra_cost->alu.rev; - + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.rev; + } return false; case IOR: @@ -5936,10 +5988,14 @@ cost_plus: { *cost = COSTS_N_INSNS (1); - if (speed) - *cost += extra_cost->alu.rev; - - return true; + if (speed) + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.rev; + } + return true; } /* Fall through. */ case XOR: @@ -5948,6 +6004,13 @@ cost_plus: op0 = XEXP (x, 0); op1 = XEXP (x, 1); + if (VECTOR_MODE_P (mode)) + { + if (speed) + *cost += extra_cost->vect.alu; + return true; + } + if (code == AND && GET_CODE (op0) == MULT && CONST_INT_P (XEXP (op0, 1)) @@ -6013,10 +6076,19 @@ cost_plus: return false; case NOT: - /* MVN. */ if (speed) - *cost += extra_cost->alu.logical; - + { + if (VECTOR_MODE_P (mode)) + { + /* Vector NOT. */ + *cost += extra_cost->vect.alu; + } + else + { + /* MVN. */ + *cost += extra_cost->alu.logical; + } + } /* The logical instruction could have the shifted register form, but the cost is the same if the shift is processed as a separate instruction, so we don't bother with it here. */ @@ -6055,10 +6127,19 @@ cost_plus: return true; } - /* UXTB/UXTH. */ if (speed) - *cost += extra_cost->alu.extend; - + { + if (VECTOR_MODE_P (mode)) + { + /* UMOV. */ + *cost += extra_cost->vect.alu; + } + else + { + /* UXTB/UXTH. */ + *cost += extra_cost->alu.extend; + } + } return false; case SIGN_EXTEND: @@ -6078,7 +6159,12 @@ cost_plus: } if (speed) - *cost += extra_cost->alu.extend; + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.extend; + } return false; case ASHIFT: @@ -6087,10 +6173,20 @@ cost_plus: if (CONST_INT_P (op1)) { - /* LSL (immediate), UBMF, UBFIZ and friends. These are all - aliases. */ if (speed) - *cost += extra_cost->alu.shift; + { + if (VECTOR_MODE_P (mode)) + { + /* Vector shift (immediate). */ + *cost += extra_cost->vect.alu; + } + else + { + /* LSL (immediate), UBMF, UBFIZ and friends. These are all + aliases. */ + *cost += extra_cost->alu.shift; + } + } /* We can incorporate zero/sign extend for free. */ if (GET_CODE (op0) == ZERO_EXTEND @@ -6102,10 +6198,19 @@ cost_plus: } else { - /* LSLV. */ if (speed) - *cost += extra_cost->alu.shift_reg; - + { + if (VECTOR_MODE_P (mode)) + { + /* Vector shift (register). */ + *cost += extra_cost->vect.alu; + } + else + { + /* LSLV. */ + *cost += extra_cost->alu.shift_reg; + } + } return false; /* All arguments need to be in registers. */ } @@ -6120,7 +6225,12 @@ cost_plus: { /* ASR (immediate) and friends. */ if (speed) - *cost += extra_cost->alu.shift; + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.shift; + } *cost += rtx_cost (op0, (enum rtx_code) code, 0, speed); return true; @@ -6130,8 +6240,12 @@ cost_plus: /* ASR (register) and friends. */ if (speed) - *cost += extra_cost->alu.shift_reg; - + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.shift_reg; + } return false; /* All arguments need to be in registers. */ } @@ -6179,7 +6293,12 @@ cost_plus: case SIGN_EXTRACT: /* UBFX/SBFX. */ if (speed) - *cost += extra_cost->alu.bfx; + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->alu.bfx; + } /* We can trust that the immediates used will be correct (there are no by-register forms), so we need only cost op0. */ @@ -6196,7 +6315,9 @@ cost_plus: case UMOD: if (speed) { - if (GET_MODE_CLASS (GET_MODE (x)) == MODE_INT) + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else if (GET_MODE_CLASS (GET_MODE (x)) == MODE_INT) *cost += (extra_cost->mult[GET_MODE (x) == DImode].add + extra_cost->mult[GET_MODE (x) == DImode].idiv); else if (GET_MODE (x) == DFmode) @@ -6213,7 +6334,9 @@ cost_plus: case SQRT: if (speed) { - if (GET_MODE_CLASS (mode) == MODE_INT) + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else if (GET_MODE_CLASS (mode) == MODE_INT) /* There is no integer SQRT, so only DIV and UDIV can get here. */ *cost += extra_cost->mult[mode == DImode].idiv; @@ -6245,7 +6368,12 @@ cost_plus: op2 = XEXP (x, 2); if (speed) - *cost += extra_cost->fp[mode == DFmode].fma; + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->fp[mode == DFmode].fma; + } /* FMSUB, FNMADD, and FNMSUB are free. */ if (GET_CODE (op0) == NEG) @@ -6285,12 +6413,28 @@ cost_plus: case FLOAT_EXTEND: if (speed) - *cost += extra_cost->fp[mode == DFmode].widen; + { + if (VECTOR_MODE_P (mode)) + { + /*Vector truncate. */ + *cost += extra_cost->vect.alu; + } + else + *cost += extra_cost->fp[mode == DFmode].widen; + } return false; case FLOAT_TRUNCATE: if (speed) - *cost += extra_cost->fp[mode == DFmode].narrow; + { + if (VECTOR_MODE_P (mode)) + { + /*Vector conversion. */ + *cost += extra_cost->vect.alu; + } + else + *cost += extra_cost->fp[mode == DFmode].narrow; + } return false; case FIX: @@ -6311,13 +6455,23 @@ cost_plus: } if (speed) - *cost += extra_cost->fp[GET_MODE (x) == DFmode].toint; - + { + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + *cost += extra_cost->fp[GET_MODE (x) == DFmode].toint; + } *cost += rtx_cost (x, (enum rtx_code) code, 0, speed); return true; case ABS: - if (GET_MODE_CLASS (mode) == MODE_FLOAT) + if (VECTOR_MODE_P (mode)) + { + /* ABS (vector). */ + if (speed) + *cost += extra_cost->vect.alu; + } + else if (GET_MODE_CLASS (mode) == MODE_FLOAT) { /* FABS and FNEG are analogous. */ if (speed) @@ -6338,10 +6492,15 @@ cost_plus: case SMIN: if (speed) { - /* FMAXNM/FMINNM/FMAX/FMIN. - TODO: This may not be accurate for all implementations, but - we do not model this in the cost tables. */ - *cost += extra_cost->fp[mode == DFmode].addsub; + if (VECTOR_MODE_P (mode)) + *cost += extra_cost->vect.alu; + else + { + /* FMAXNM/FMINNM/FMAX/FMIN. + TODO: This may not be accurate for all implementations, but + we do not model this in the cost tables. */ + *cost += extra_cost->fp[mode == DFmode].addsub; + } } return false; diff --git a/gcc/config/arm/aarch-common-protos.h b/gcc/config/arm/aarch-common-protos.h index 3ee7ebf..29f7c99 100644 --- a/gcc/config/arm/aarch-common-protos.h +++ b/gcc/config/arm/aarch-common-protos.h @@ -102,6 +102,8 @@ struct mem_cost_table const int storef; /* SFmode. */ const int stored; /* DFmode. */ const int store_unaligned; /* Extra for unaligned stores. */ + const int loadv; /* Vector load. */ + const int storev; /* Vector store. */ }; struct fp_cost_table diff --git a/gcc/config/arm/aarch-cost-tables.h b/gcc/config/arm/aarch-cost-tables.h index 05e96a9..809feb8 100644 --- a/gcc/config/arm/aarch-cost-tables.h +++ b/gcc/config/arm/aarch-cost-tables.h @@ -81,7 +81,9 @@ const struct cpu_cost_table generic_extra_costs = 1, /* stm_regs_per_insn_subsequent. */ COSTS_N_INSNS (2), /* storef. */ COSTS_N_INSNS (3), /* stored. */ - COSTS_N_INSNS (1) /* store_unaligned. */ + COSTS_N_INSNS (1), /* store_unaligned. */ + COSTS_N_INSNS (1), /* loadv. */ + COSTS_N_INSNS (1) /* storev. */ }, { /* FP SFmode */ @@ -182,7 +184,9 @@ const struct cpu_cost_table cortexa53_extra_costs = 2, /* stm_regs_per_insn_subsequent. */ 0, /* storef. */ 0, /* stored. */ - COSTS_N_INSNS (1) /* store_unaligned. */ + COSTS_N_INSNS (1), /* store_unaligned. */ + COSTS_N_INSNS (1), /* loadv. */ + COSTS_N_INSNS (1) /* storev. */ }, { /* FP SFmode */ @@ -283,7 +287,9 @@ const struct cpu_cost_table cortexa57_extra_costs = 2, /* stm_regs_per_insn_subsequent. */ 0, /* storef. */ 0, /* stored. */ - COSTS_N_INSNS (1) /* store_unaligned. */ + COSTS_N_INSNS (1), /* store_unaligned. */ + COSTS_N_INSNS (1), /* loadv. */ + COSTS_N_INSNS (1) /* storev. */ }, { /* FP SFmode */ @@ -385,6 +391,8 @@ const struct cpu_cost_table xgene1_extra_costs = 0, /* storef. */ 0, /* stored. */ 0, /* store_unaligned. */ + COSTS_N_INSNS (1), /* loadv. */ + COSTS_N_INSNS (1) /* storev. */ }, { /* FP SFmode */ --------------080306020903080805060103--