Searched refs:getReductionPatternCost (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1727 getReductionPatternCost(Instruction *I, ElementCount VF, Type *VectorTy, 3403 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) in getVectorCallCost() 6228 LoopVectorizationCostModel::getReductionPatternCost( in getReductionPatternCost() function in LoopVectorizationCostModel 6721 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) { in setVectorizedCallDecision() 6990 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7156 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost()
|