Searched refs:getReductionPatternCost (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1659 getReductionPatternCost(Instruction *I, ElementCount VF, Type *VectorTy, 6552 LoopVectorizationCostModel::getReductionPatternCost( in getReductionPatternCost() function in LoopVectorizationCostModel 7147 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7294 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() 7322 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost()
|