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()
1113 unsigned *PredCost = nullptr) const override;
7886 unsigned *PredCost) const { in getInstrLatency()
280 unsigned *PredCost = nullptr) const override;
1884 unsigned *PredCost) const { in getInstrLatency()
318 unsigned *PredCost = nullptr) const override;
138 unsigned *PredCost) const { in getInstrLatency()140 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
2121 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local2139 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()2148 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()2159 return PredCost <= UnpredCost; in isProfitableToIfCvt()4696 unsigned *PredCost) const { in getInstrLatency()4709 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4715 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()4719 *PredCost = 1; in getInstrLatency()
455 unsigned *PredCost = nullptr) const override;
1616 unsigned *PredCost = nullptr) const;
1153 unsigned *PredCost) const { in getInstrLatency()