Lines Matching refs:SplitOp
1781 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()
1903 SplitOp = RISCV::VOR_VV; in getArithmeticReductionCost()
1907 SplitOp = RISCV::VXOR_VV; in getArithmeticReductionCost()
1911 SplitOp = RISCV::VAND_VV; in getArithmeticReductionCost()
1926 SplitOp = RISCV::VFADD_VV; in getArithmeticReductionCost()
1933 getRISCVInstructionCost(SplitOp, LT.second, CostKind) in getArithmeticReductionCost()