Home
last modified time | relevance | path

Searched refs:SplitOp (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1209 unsigned SplitOp; in getMinMaxReductionCost() local
1215 SplitOp = RISCV::VMAX_VV; in getMinMaxReductionCost()
1219 SplitOp = RISCV::VMIN_VV; in getMinMaxReductionCost()
1223 SplitOp = RISCV::VMAXU_VV; in getMinMaxReductionCost()
1227 SplitOp = RISCV::VMINU_VV; in getMinMaxReductionCost()
1231 SplitOp = RISCV::VFMAX_VV; in getMinMaxReductionCost()
1235 SplitOp = RISCV::VFMIN_VV; in getMinMaxReductionCost()
1242 getRISCVInstructionCost(SplitOp, LT.second, CostKind) in getMinMaxReductionCost()
1301 unsigned SplitOp; in getArithmeticReductionCost() local
1304 SplitOp = RISCV::VADD_VV; in getArithmeticReductionCost()
[all …]