Home
last modified time | relevance | path

Searched defs:RedCost (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2899 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 DBasicTTIImpl.h2621 InstructionCost RedCost = in getExtendedReductionCost() local
2637 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getMulAccReductionCost() local