Searched refs:PredCost (Results 1 – 12 of 12) sorted by relevance
210 unsigned *PredCost = nullptr) const override;
989 unsigned *PredCost) const { in getInstrLatency()990 if (PredCost) in getInstrLatency()991 *PredCost = 2; in getInstrLatency()
1112 unsigned *PredCost = nullptr) const override;
7820 unsigned *PredCost) const { in getInstrLatency()
280 unsigned *PredCost = nullptr) const override;
1884 unsigned *PredCost) const { in getInstrLatency()
313 unsigned *PredCost = nullptr) const override;
138 unsigned *PredCost) const { in getInstrLatency()140 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
2131 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local2149 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()2158 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()2169 return PredCost <= UnpredCost; in isProfitableToIfCvt()4706 unsigned *PredCost) const { in getInstrLatency()4719 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4725 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()4729 *PredCost = 1; in getInstrLatency()
454 unsigned *PredCost = nullptr) const override;
1603 unsigned *PredCost = nullptr) const;
1153 unsigned *PredCost) const { in getInstrLatency()