Searched refs:PredCost (Results 1 – 24 of 24) sorted by relevance
95 unsigned *PredCost) const { in getInstrLatency()
116 unsigned *PredCost = nullptr) const override;
113 unsigned *PredCost) const { in getInstrLatency()115 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
211 unsigned *PredCost = nullptr) const override;
1012 unsigned *PredCost) const { in getInstrLatency()1013 if (PredCost) in getInstrLatency()1014 *PredCost = 2; in getInstrLatency()
207 unsigned *PredCost = nullptr) const override;
1030 unsigned *PredCost) const { in getInstrLatency()1031 if (PredCost) in getInstrLatency()1032 *PredCost = 2; in getInstrLatency()
171 unsigned *PredCost = nullptr) const override;
149 unsigned *PredCost) const { in getInstrLatency()151 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
258 unsigned *PredCost = 0) const override;
1610 unsigned *PredCost) const { in getInstrLatency()
245 const MachineInstr *MI, unsigned *PredCost = 0) const;
2671 unsigned *PredCost) const { in getInstrLatency()2682 if (PredCost && MCID.hasImplicitDefOfPhysReg(ARM::CPSR)) in getInstrLatency()2685 *PredCost = 1; in getInstrLatency()
656 unsigned *PredCost = 0) const;
288 unsigned *PredCost = nullptr) const override;
1801 unsigned *PredCost) const { in getInstrLatency()
339 unsigned *PredCost = nullptr) const override;
4005 unsigned *PredCost) const { in getInstrLatency()4018 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4024 if (PredCost && (MCID.isCall() || MCID.hasImplicitDefOfPhysReg(ARM::CPSR))) { in getInstrLatency()4027 *PredCost = 1; in getInstrLatency()
370 unsigned *PredCost = nullptr) const override;
1926 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local1944 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()1953 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()1964 return PredCost <= UnpredCost; in isProfitableToIfCvt()4393 unsigned *PredCost) const { in getInstrLatency()4406 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4412 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()4416 *PredCost = 1; in getInstrLatency()
1258 unsigned *PredCost = nullptr) const;
1351 unsigned *PredCost = nullptr) const;
1104 unsigned *PredCost) const { in getInstrLatency()
1045 unsigned *PredCost) const { in getInstrLatency()