Searched refs:RedCost (Results 1 – 2 of 2) sorted by relevance
6574 if (RedCost.isValid() && in getReductionPatternCost()6576 return I == RetI ? RedCost : 0; in getReductionPatternCost()6589 if (RedCost.isValid() && RedCost < BaseCost + ExtCost) in getReductionPatternCost()6590 return I == RetI ? RedCost : 0; in getReductionPatternCost()6628 if (RedCost.isValid() && in getReductionPatternCost()6630 return I == RetI ? RedCost : 0; in getReductionPatternCost()6640 if (RedCost.isValid() && RedCost < MulCost + BaseCost) in getReductionPatternCost()6641 return I == RetI ? RedCost : 0; in getReductionPatternCost()7071 return *RedCost; in getInstructionCost()7220 return *RedCost; in getInstructionCost()[all …]
2323 InstructionCost RedCost = thisT()->getArithmeticReductionCost( in getExtendedAddReductionCost() local2335 return RedCost + MulCost + ExtCost; in getExtendedAddReductionCost()