llvm-project/llvm/test/Analysis/CostModel/X86
Craig Topper 2f60fbce6c [X86] Use a more realisitic cost for truncate v16i64->v16i8 with avx512f.
Still not great and we could probably codegen this better, but
11 was clearly ridiculous.
2020-04-13 21:09:43 -07:00
..
aggregates.ll [CostModel] Model all `extractvalue`s as free. 2019-08-29 11:50:30 +00:00
alternate-shuffle-cost.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
arith-fix.ll [X86] Add a non-zero cost for truncating v32i16->v32i8 on avx512bw. 2020-03-15 17:18:46 -07:00
arith-fma.ll
arith-fp.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
arith-overflow.ll [X86] Add a non-zero cost for truncating v32i16->v32i8 on avx512bw. 2020-03-15 17:18:46 -07:00
arith-ssat.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
arith-usat.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
arith.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
bitreverse.ll
bswap.ll
cast.ll [X86] Fix the cost model for v16i16->v16i32 zero_extend/sign_extend with AVX2 2020-01-29 15:52:10 -08:00
costmodel.ll
ctlz.ll [CostModel][X86] Add CTLZ scalar costs 2019-10-14 16:30:17 +00:00
ctpop.ll [CostModel][X86] Add CTPOP scalar costs (PR43656) 2019-10-14 14:07:43 +00:00
cttz.ll [CostModel][X86] Improve ISD::CTTZ costs accounting for BSF/TZCNT implementations 2020-03-13 16:51:13 +00:00
div.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
extend.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
fcmp.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
fmaxnum.ll [X86][SSE] Add more accurate costs for fmaxnum/fminnum codegen 2020-03-10 11:59:40 +00:00
fminnum.ll [X86][SSE] Add more accurate costs for fmaxnum/fminnum codegen 2020-03-10 11:59:40 +00:00
fptosi.ll [CostModel][X86] Improve InsertElement costs for sub-128bit vectors 2020-04-10 14:55:46 +01:00
fptoui.ll [CostModel][X86] Improve InsertElement costs for sub-128bit vectors 2020-04-10 14:55:46 +01:00
fround.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
fshl.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
fshr.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
gep.ll
i32.ll
icmp.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
insert-extract-at-zero.ll
interleave-load-i32.ll
interleave-store-i32.ll
interleaved-load-float.ll
interleaved-load-i8.ll
interleaved-load-store-double.ll
interleaved-load-store-i64.ll
interleaved-store-i8.ll
intrinsic-cost.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
lit.local.cfg
load_store.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
loop_v2.ll
masked-intrinsic-cost.ll [CostModel][X86] Improve InsertElement costs for sub-128bit vectors 2020-04-10 14:55:46 +01:00
min-legal-vector-width.ll [X86] Add a more accurate truncate cost for v8i64->v8i8 2020-04-13 21:09:41 -07:00
reduce-add.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
reduce-and.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
reduce-fmax.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-fmin.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-mul.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
reduce-or.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
reduce-smax.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-smin.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-umax.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-umin.ll [X86] Improve min/max reduction costs. 2020-04-09 17:28:50 -07:00
reduce-xor.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
reduction.ll [X86] More accurately model the cost of horizontal reductions. 2020-03-22 14:20:15 -07:00
rem.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
scalarize.ll
shuffle-broadcast.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
shuffle-extract_subvector.ll [CostModel][X86] Improve InsertElement costs for sub-128bit vectors 2020-04-10 14:55:46 +01:00
shuffle-insert_subvector.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
shuffle-reverse.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
shuffle-single-src.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
shuffle-transpose.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
shuffle-two-src.ll [CostModel][X86] Add shuffle costs for some common sub-128bit vectors 2020-04-09 19:57:06 +01:00
sitofp.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
size-cost.ll [x86] add size cost tests for casts and binops; NFC 2020-04-06 12:38:15 -04:00
slm-arith-costs.ll Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization by default." 2019-08-07 16:24:26 +00:00
sse-itoi.ll
strided-load-i8.ll
strided-load-i16.ll
strided-load-i32.ll
strided-load-i64.ll
testshiftashr.ll Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization by default." 2019-08-07 16:24:26 +00:00
testshiftlshr.ll Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization by default." 2019-08-07 16:24:26 +00:00
testshiftshl.ll Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization by default." 2019-08-07 16:24:26 +00:00
tiny.ll
trunc.ll [X86] Use a more realisitic cost for truncate v16i64->v16i8 with avx512f. 2020-04-13 21:09:43 -07:00
uitofp.ll [CostModel][X86] Try to check against common prefixes before using target-specific cpu checks 2020-02-24 11:59:07 +00:00
uniformshift.ll
vdiv-cost.ll
vector-extract.ll [CostModel][X86] Add insert/extract cost tests for sub-128bit vXi8/vXi16 vectors 2020-04-04 13:08:25 +01:00
vector-insert.ll [CostModel][X86] Improve InsertElement costs for sub-128bit vectors 2020-04-10 14:55:46 +01:00
vector_gep.ll
vectorized-loop.ll
vselect-cost.ll [CostModel][X86] Remove comments that begin with a filecheck prefix. 2020-04-13 18:39:24 +01:00
vshift-ashr-cost.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
vshift-lshr-cost.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00
vshift-shl-cost.ll [CostModel][X86] Improve extract/insert element costs (PR43605) 2020-02-27 15:54:13 +00:00