Searched defs:RedCost (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2899 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) in getVectorCallCost() local 5838 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost() local 5849 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost() local 5883 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost() local 5902 InstructionCost RedCost = TTI.getMulAccReductionCost( in getReductionPatternCost() local 6190 if (auto RedCost = getReductionPatternCost(CI, VF, RetTy, CostKind)) { in setVectorizedCallDecision() local 6490 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() local 6641 if (auto RedCost = getReductionPatternCost(I, VF, VectorTy, CostKind)) in getInstructionCost() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2621 InstructionCost RedCost = in getExtendedReductionCost() local 2637 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getMulAccReductionCost() local
|