Searched defs:RedCost (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3244 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) getVectorCallCost() local 6196 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6207 InstructionCost RedCost = TTI.getExtendedReductionCost( getReductionPatternCost() local 6241 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6260 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6548 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) { setVectorizedCallDecision() local 6848 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) getInstructionCost() local 6999 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) getInstructionCost() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2603 InstructionCost RedCost = getExtendedReductionCost() local 2619 InstructionCost RedCost = thisT()->getArithmeticReductionCost( getMulAccReductionCost() local
|