Searched refs:getReductionPatternCost (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1627 getReductionPatternCost(Instruction *I, ElementCount VF, Type *VectorTy, 6472 Optional<InstructionCost> LoopVectorizationCostModel::getReductionPatternCost( in getReductionPatternCost() function in LoopVectorizationCostModel 7070 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7219 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7247 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost()
|