Searched refs:PredCost (Results 1 – 10 of 10) sorted by relevance
211 unsigned *PredCost = nullptr) const override;
1012 unsigned *PredCost) const { in getInstrLatency()1013 if (PredCost) in getInstrLatency()1014 *PredCost = 2; in getInstrLatency()
215 unsigned *PredCost = nullptr) const override;
149 unsigned *PredCost) const { in getInstrLatency()151 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
288 unsigned *PredCost = nullptr) const override;
1811 unsigned *PredCost) const { in getInstrLatency()
380 unsigned *PredCost = nullptr) const override;
1940 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local1958 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()1967 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()1978 return PredCost <= UnpredCost; in isProfitableToIfCvt()4418 unsigned *PredCost) const { in getInstrLatency()4431 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4437 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()4441 *PredCost = 1; in getInstrLatency()
1369 unsigned *PredCost = nullptr) const;
1093 unsigned *PredCost) const { in getInstrLatency()