llvm-project/llvm/test/Analysis/CostModel/X86
Simon Pilgrim d09c04d267 [CostModel][X86] Added tests for current integer signed/unsigned remainder costs
llvm-svn: 284940
2016-10-23 18:35:02 +00:00
..
alternate-shuffle-cost.ll
arith-fp.ll [x86, SSE/AVX] allow 128/256-bit lowering for copysign vector intrinsics (PR30433) 2016-10-03 16:38:27 +00:00
arith.ll [CostModel][X86] Removed shift tests 2016-08-21 19:56:02 +00:00
bitreverse.ll [CostModel][X86][SSE] Updated costs for vector BITREVERSE ops on SSSE3+ targets 2016-06-11 19:23:02 +00:00
bswap.ll [X86][SSE] Add cost model for BSWAP of vectors 2016-06-20 23:08:21 +00:00
cast.ll [X86] Make some cast costs more precise 2016-07-11 21:39:44 +00:00
cmp.ll [X86][SSE] Improve cost model for i64 vector comparisons on pre-SSE42 targets 2016-05-09 21:14:38 +00:00
ctbits-cost.ll [X86] Dropped XOP ctbits checks - they match the AVX checks 2016-08-04 11:04:13 +00:00
div.ll [CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv uniformconst costs for 256/512 bit integer vectors 2016-10-20 18:00:35 +00:00
fptosi.ll [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32 2016-10-18 07:42:15 +00:00
fptoui.ll [CostModel][X86] Added tests for current fptosi/fptoui costs 2016-10-01 19:09:59 +00:00
gep.ll
i32.ll
insert-extract-at-zero.ll
intrinsic-cost.ll
lit.local.cfg
load_store.ll
loop_v2.ll
masked-intrinsic-cost.ll Support arbitrary addrspace pointers in masked load/store intrinsics 2016-06-28 18:27:25 +00:00
reduction.ll Don't punish vectorized arithmetic instruction whose type will be split to multiple registers 2015-12-04 00:36:58 +00:00
rem.ll [CostModel][X86] Added tests for current integer signed/unsigned remainder costs 2016-10-23 18:35:02 +00:00
scalarize.ll [X86][SSE] Add initial costs for vector CTTZ/CTLZ 2016-08-04 10:51:41 +00:00
sitofp.ll [X86] Make some cast costs more precise 2016-07-11 21:39:44 +00:00
sse-itoi.ll [X86] Add costs for SSE zext/sext to v4i64 to TTI 2016-06-10 17:01:05 +00:00
testshiftashr.ll
testshiftlshr.ll
testshiftshl.ll
tiny.ll
trunc.ll [CostModel][X86] Added tests for current integer trunc costs 2016-10-23 15:17:52 +00:00
uitofp.ll [X86] Make some cast costs more precise 2016-07-11 21:39:44 +00:00
uniformshift.ll [LV, X86] Be more optimistic about vectorizing shifts. 2016-08-04 22:48:03 +00:00
vdiv-cost.ll
vector_gep.ll Fixed a failure in cost calculation for vector GEP 2015-12-01 12:08:36 +00:00
vectorized-loop.ll
vselect-cost.ll
vshift-ashr-cost.ll [X86][SSE] Add SSE41/AVX1 costs for vector shifts. 2016-10-23 16:49:04 +00:00
vshift-lshr-cost.ll [X86][SSE] Add SSE41/AVX1 costs for vector shifts. 2016-10-23 16:49:04 +00:00
vshift-shl-cost.ll [X86][SSE] Add SSE41/AVX1 costs for vector shifts. 2016-10-23 16:49:04 +00:00