Searched refs:ReductionOpc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 1367 unsigned ReductionOpc = in analyzeCostOfVecReduction() local 1377 TTI.getExtendedReductionCost(ReductionOpc, IsUnsigned, II.getType(), in analyzeCostOfVecReduction() 1407 CostAfterReduction = TTI.getArithmeticReductionCost(ReductionOpc, VecRedTy, in analyzeCostOfVecReduction() 1441 unsigned ReductionOpc = in foldBinopOfReductions() local 1456 TTI.getArithmeticReductionCost(ReductionOpc, VTy, std::nullopt, CostKind); in foldBinopOfReductions() 3095 unsigned ReductionOpc = getArithmeticReductionInstruction(IID); in foldCastFromReductions() local 3111 ReductionOpc, ReductionSrcTy, std::nullopt, CostKind); in foldCastFromReductions() 3116 TTI.getArithmeticReductionCost(ReductionOpc, SrcTy, std::nullopt, in foldCastFromReductions()
|