Searched refs:getReductionPatternCost (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1566 getReductionPatternCost(Instruction *I, ElementCount VF, Type *VectorTy, 2899 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) in getVectorCallCost() 5732 LoopVectorizationCostModel::getReductionPatternCost( in getReductionPatternCost() function in LoopVectorizationCostModel 6190 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) { in setVectorizedCallDecision() 6490 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 6641 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7079 auto ReductionCost = CM.getReductionPatternCost( in cost()
|