Searched refs:getReductionPatternCost (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1464 std::optional<InstructionCost> getReductionPatternCost(Instruction *I, 2605 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy)) in getVectorCallCost() 5326 LoopVectorizationCostModel::getReductionPatternCost(Instruction *I, in getReductionPatternCost() function in LoopVectorizationCostModel 5818 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy)) { in setVectorizedCallDecision() 6169 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy)) in getInstructionCost() 6335 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy)) in getInstructionCost()
|