Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1781 unsigned SplitOp; in getMinMaxReductionCost() local
1787 SplitOp = RISCV::VMAX_VV; in getMinMaxReductionCost()
1791 SplitOp = RISCV::VMIN_VV; in getMinMaxReductionCost()
1795 SplitOp = RISCV::VMAXU_VV; in getMinMaxReductionCost()
1799 SplitOp = RISCV::VMINU_VV; in getMinMaxReductionCost()
1803 SplitOp = RISCV::VFMAX_VV; in getMinMaxReductionCost()
1807 SplitOp = RISCV::VFMIN_VV; in getMinMaxReductionCost()
1814 getRISCVInstructionCost(SplitOp, LT.second, CostKind) in getMinMaxReductionCost()
1895 unsigned SplitOp; in getArithmeticReductionCost() local
1899 SplitOp = RISCV::VADD_VV; in getArithmeticReductionCost()
[all …]