Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1366 auto *VecRedTy = cast<VectorType>(II.getOperand(0)->getType()); in analyzeCostOfVecReduction() local
1374 TTI.getCastInstrCost(RedOp->getOpcode(), VecRedTy, ExtType, in analyzeCostOfVecReduction()
1391 VectorType *MulType = VectorType::get(Op0->getType(), VecRedTy); in analyzeCostOfVecReduction()
1399 TTI.getCastInstrCost(RedOp->getOpcode(), VecRedTy, MulType, in analyzeCostOfVecReduction()
1407 CostAfterReduction = TTI.getArithmeticReductionCost(ReductionOpc, VecRedTy, in analyzeCostOfVecReduction()