llvm-project/llvm/test/Analysis/CostModel/X86
Simon Pilgrim 667a5b541f [TargetTransformInfo] Add pow2 analysis for scalar constants
Add ConstantInt analysis to getOperandInfo so we get more realistic div/rem expansion costs comparable to the vector costs.

llvm-svn: 336827
2018-07-11 17:51:27 +00:00
..
alternate-shuffle-cost.ll [CostModel] Replace ShuffleKind::SK_Alternate with ShuffleKind::SK_Select (PR33744) 2018-06-12 16:12:29 +00:00
arith-fma.ll [CostModel][X86] Split fma arith costs tests from other fp tests 2018-04-13 19:12:32 +00:00
arith-fp.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
arith.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
bitreverse.ll [CostModel][X86] Regenerate bswap/bitreverse cost tests with update_analyze_test_checks.py 2018-04-06 15:46:26 +00:00
bswap.ll [CostModel][X86] Regenerate bswap/bitreverse cost tests with update_analyze_test_checks.py 2018-04-06 15:46:26 +00:00
cast.ll [CostModel][X86] Regenerate cast conversion cost tests 2018-04-13 18:56:05 +00:00
cmp.ll [CostModel][X86] Add SLM/GLM/BtVer2 compare + division/remainder cost tests 2018-04-20 14:50:34 +00:00
costmodel.ll [CostModel][X86] Regenerate latency/codesize cost tests 2018-04-13 18:56:58 +00:00
ctlz.ll [CostModel][X86] Regenerate bit count cost tests with update_analyze_test_checks.py 2018-04-06 16:14:27 +00:00
ctpop.ll [CostModel][X86] Regenerate bit count cost tests with update_analyze_test_checks.py 2018-04-06 16:14:27 +00:00
cttz.ll [CostModel][X86] Regenerate bit count cost tests with update_analyze_test_checks.py 2018-04-06 16:14:27 +00:00
div.ll [TargetTransformInfo] Add pow2 analysis for scalar constants 2018-07-11 17:51:27 +00:00
fptosi.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
fptoui.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
fround.ll [CostModel][X86] Add cost tests for fp rounding intrinsics 2018-07-02 17:07:01 +00:00
gep.ll Check for overflows when calculating the offset in GetGEPCost. 2017-09-27 23:16:56 +00:00
i32.ll
insert-extract-at-zero.ll
interleave-load-i32.ll
interleave-store-i32.ll
interleaved-load-float.ll [LV][X86] update the cost of interleaving mem. access of floats 2017-11-06 10:56:20 +00:00
interleaved-load-i8.ll [AVX512][AVX2]Cost calculation for interleave load/store patterns {v8i8,v16i8,v32i8,v64i8} 2017-10-18 11:41:55 +00:00
interleaved-load-store-double.ll [TTI][X86] update costs of interleaved load\store of i64\double 2017-11-16 09:38:32 +00:00
interleaved-load-store-i64.ll [TTI][X86] update costs of interleaved load\store of i64\double 2017-11-16 09:38:32 +00:00
interleaved-store-i8.ll [AVX512][AVX2]Cost calculation for interleave load/store patterns {v8i8,v16i8,v32i8,v64i8} 2017-10-18 11:41:55 +00:00
intrinsic-cost.ll [X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280) 2018-02-26 22:10:17 +00:00
lit.local.cfg
load_store.ll
loop_v2.ll
masked-intrinsic-cost.ll [CostModel][X86] Regenerate masked intrinsic cost tests 2018-04-13 18:54:16 +00:00
reduction.ll [X86][AVX] Reduce v4f64/v4i64 shuffle costs (PR37882) 2018-06-21 11:37:13 +00:00
rem.ll [TargetTransformInfo] Add pow2 analysis for scalar constants 2018-07-11 17:51:27 +00:00
scalarize.ll
shuffle-broadcast.ll [CostModel] Recognise BROADCAST shuffle mask if the elements come from the second src 2018-06-13 16:52:02 +00:00
shuffle-reverse.ll [CostModel] Recognise REVERSE shuffle mask if the elements come from the second src 2018-06-14 09:35:00 +00:00
shuffle-single-src.ll [X86][AVX] Reduce v4f64/v4i64 shuffle costs (PR37882) 2018-06-21 11:37:13 +00:00
shuffle-two-src.ll [X86][AVX] Reduce v4f64/v4i64 shuffle costs (PR37882) 2018-06-21 11:37:13 +00:00
sitofp.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
slm-arith-costs.ll [CostModel][X86] Add GoldmontPlus cost tests 2018-04-20 13:42:53 +00:00
sse-itoi.ll [CostModel][X86] Regenerate integer extension/truncation cost tests with update_analyze_test_checks.py 2018-04-06 15:28:26 +00:00
strided-load-i8.ll [AVX512][AVX2]Cost calculation for interleave load/store patterns {v8i8,v16i8,v32i8,v64i8} 2017-10-18 11:41:55 +00:00
strided-load-i16.ll
strided-load-i32.ll
strided-load-i64.ll
testshiftashr.ll
testshiftlshr.ll
testshiftshl.ll [X86][SSE] Use multiplication scale factors for v8i16 SHL on pre-AVX2 targets. 2018-06-05 15:17:39 +00:00
tiny.ll
trunc.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
uitofp.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
uniformshift.ll
vdiv-cost.ll [CostModel][X86] Regenerate integer division/remainder tests with update_analyze_test_checks.py 2018-04-06 15:23:26 +00:00
vector-extract.ll [CostModel][X86] Add vector element insert/extract cost tests 2018-04-20 15:26:59 +00:00
vector-insert.ll [CostModel][X86] Add vector element insert/extract cost tests 2018-04-20 15:26:59 +00:00
vector_gep.ll Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addressing mode" 2017-10-13 14:04:21 +00:00
vectorized-loop.ll
vselect-cost.ll [CostModel][X86] Regenerate vector select cost tests with update_analyze_test_checks.py 2018-04-07 14:09:54 +00:00
vshift-ashr-cost.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
vshift-lshr-cost.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00
vshift-shl-cost.ll [CostModel][X86] Split off BtVer2 cost checks 2018-04-20 13:50:33 +00:00