1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Analysis/CostModel/AArch64
Stelios Ioannou b1db1f3afb [AArch64] Add abs intrinsic costs
This patch adds cost-modelling for abs vector intrinsic.

Change-Id: I89007971bfb15f5b4a02a2eadfd43018e9a73976
2021-02-25 09:31:52 +00:00
..
abs.ll [AArch64] Add abs intrinsic costs 2021-02-25 09:31:52 +00:00
aggregates.ll
arith-ssat.ll [AArch64] Add vector saturating add intrinsic costs 2021-01-27 10:38:32 +00:00
arith-usat.ll [AArch64] Add vector saturating add intrinsic costs 2021-01-27 10:38:32 +00:00
bswap.ll
cast.ll [BasicTTIImpl] Fix getCastInstrCost for scalable vectors by querying for ElementCount. 2021-02-12 08:28:52 +00:00
cmp.ll
cost-scalable-vector-gep.ll [llvm][NFC] Disallow all warnings in TypeSize tests 2021-01-06 17:17:07 +00:00
div_cte.ll
div.ll
free-widening-casts.ll
gep.ll
getIntrinsicInstrCost-vector-reverse.ll [CostModel]Add cost model for experimental.vector.reverse 2021-02-15 14:23:57 +00:00
kryo-inseltpoison.ll Precommit analysis/etc tests for inselt poison placeholder 2020-12-24 12:14:24 +09:00
kryo.ll
lit.local.cfg
mem-op-cost-model.ll [CostModel] Add basic implementation of getGatherScatterOpCost. 2020-11-26 12:02:25 +00:00
min-max.ll [DAG] Legalize umin(x,y) -> sub(x,usubsat(x,y)) and umax(x,y) -> add(x,usubsat(y,x)) iff usubsat is legal 2020-11-27 11:18:58 +00:00
mul.ll [AArch64][CostModel] Fix cost for mul <2 x i64> 2020-11-30 11:36:55 +00:00
scalable-mem-op-cost-model.ll
select.ll
shuffle-broadcast.ll
shuffle-select.ll
shuffle-transpose.ll
store.ll
sve-bitcast.ll
sve-cmpsel.ll Fix build failure caused by 2e080eb00ad76654313e0e119bb7fa0ffe2f9866 2021-01-22 09:56:53 +00:00
sve-fixed-length.ll
sve-getIntrinsicInstrCost-cctz-ctlz.ll [CostModel]Replace FixedVectorType by VectorType in costgetIntrinsicInstrCost 2020-12-16 13:06:23 +00:00
sve-getIntrinsicInstrCost-gather.ll [AArch64][CostModel]Fix gather scatter cost model 2021-01-07 14:02:08 +00:00
sve-getIntrinsicInstrCost-scatter.ll [AArch64][CostModel]Fix gather scatter cost model 2021-01-07 14:02:08 +00:00
sve-getIntrinsicInstrCost-vec-insert-extract.ll [CostModel] Add costs for llvm.experimental.vector.{extract,insert} intrinsics 2020-12-16 13:39:04 +00:00
sve-getIntrinsicInstrCost-vector-reduce.ll [AArch64][SVE]Add cost model for vector reduce for scalable vector 2021-01-19 11:54:16 +00:00
sve-getIntrinsicInstrCost-vector-reverse.ll [CostModel]Add cost model for experimental.vector.reverse 2021-02-15 14:23:57 +00:00
sve-math.ll
sve-shuffle-broadcast.ll [AArch64][SVE]Add cost model for broadcast shuffle 2021-02-03 09:53:22 +00:00
sve-trunc.ll
sve-widening-instruction.ll
vector-reduce.ll
vector-select.ll