Lines Matching refs:ExtraCost
3179 InstructionCost ExtraCost = 0; in getCmpSelInstrCost() local
3202 ExtraCost = CmpWithConstant ? 0 : 1; in getCmpSelInstrCost()
3207 ExtraCost = CmpWithConstant ? 0 : 1; in getCmpSelInstrCost()
3213 ExtraCost = CmpWithConstant ? 1 : 2; in getCmpSelInstrCost()
3221 ExtraCost = 1; in getCmpSelInstrCost()
3224 ExtraCost = CmpWithConstant ? 2 : 3; in getCmpSelInstrCost()
3242 ExtraCost = 3; in getCmpSelInstrCost()
3403 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3408 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3413 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3418 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3423 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3428 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3433 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3438 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3443 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()
3448 return LT.first * (ExtraCost + *KindCost); in getCmpSelInstrCost()