Searched refs:RedCost (Results 1 – 2 of 2) sorted by relevance
7160 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() local7167 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()7168 return I == RetI ? *RedCost.getValue() : 0; in getReductionPatternCost()7186 InstructionCost RedCost = TTI.getExtendedAddReductionCost( in getReductionPatternCost() local7190 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() local7200 if (RedCost.isValid() && RedCost < MulCost + BaseCost) in getReductionPatternCost()7201 return I == RetI ? *RedCost.getValue() : 0; in getReductionPatternCost()7600 InstructionCost RedCost; in getInstructionCost() local[all …]
2138 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getExtendedAddReductionCost() local2150 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()