Searched defs:RedCost (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3403 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) getVectorCallCost() local 6326 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6337 InstructionCost RedCost = TTI.getExtendedReductionCost( getReductionPatternCost() local 6371 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6390 InstructionCost RedCost = TTI.getMulAccReductionCost( getReductionPatternCost() local 6721 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) { setVectorizedCallDecision() local 6990 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) getInstructionCost() local 7156 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) getInstructionCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2531 InstructionCost RedCost = getExtendedReductionCost() local 2547 InstructionCost RedCost = thisT()->getArithmeticReductionCost( getMulAccReductionCost() local
|