Searched refs:getMispredictionPenalty (Results 1 – 9 of 9) sorted by relevance
248 unsigned getMispredictionPenalty() const;
183 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
1400 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()1424 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()
278 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
581 unsigned getMispredictionPenalty() const;
1737 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()1760 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()
349 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
735 unsigned getMispredictionPenalty() const;
1932 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt()1961 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()