Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7160 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() local
7167 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()
7168 return I == RetI ? *RedCost.getValue() : 0; in getReductionPatternCost()
7186 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() local
7190 if (RedCost.isValid() && RedCost < ExtCost * 2 + MulCost + BaseCost) in getReductionPatternCost()
7191 return I == RetI ? *RedCost.getValue() : 0; in getReductionPatternCost()
7196 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() local
7200 if (RedCost.isValid() && RedCost < MulCost + BaseCost) in getReductionPatternCost()
7201 return I == RetI ? *RedCost.getValue() : 0; in getReductionPatternCost()
7600 InstructionCost RedCost; in getInstructionCost() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2138 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getExtendedAddReductionCost() local
2150 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()