Searched refs:PredCost (Results 1 – 13 of 13) sorted by relevance
140 Scaled64 PredCost; member583 SelectCost = std::max(SelectCost, InstCostMap[SI].PredCost); in findProfitableSIGroupsInnerLoops()776 if (LoopCost[0].NonPredCost > LoopCost[0].PredCost || in checkLoopHeuristics()777 LoopCost[1].NonPredCost >= LoopCost[1].PredCost) { in checkLoopHeuristics()784 Scaled64 Gain[2] = {LoopCost[0].PredCost - LoopCost[0].NonPredCost, in checkLoopHeuristics()785 LoopCost[1].PredCost - LoopCost[1].NonPredCost}; in checkLoopHeuristics()791 Gain[1] * Scaled64::get(GainRelativeThreshold) < LoopCost[1].PredCost) { in checkLoopHeuristics()792 Scaled64 RelativeGain = Scaled64::get(100) * Gain[1] / LoopCost[1].PredCost; in checkLoopHeuristics()808 (LoopCost[1].PredCost - LoopCost[0].PredCost); in checkLoopHeuristics()860 IPredCost = std::max(IPredCost, InstCostMap[UI].PredCost); in computeLoopCosts()[all …]
1152 unsigned *PredCost) const { in getInstrLatency()
209 unsigned *PredCost = nullptr) const override;
985 unsigned *PredCost) const { in getInstrLatency()986 if (PredCost) in getInstrLatency()987 *PredCost = 2; in getInstrLatency()
1168 unsigned *PredCost = nullptr) const override;
8218 unsigned *PredCost) const { in getInstrLatency()
281 unsigned *PredCost = nullptr) const override;
1963 unsigned *PredCost) const { in getInstrLatency()
411 unsigned *PredCost = nullptr) const override;
138 unsigned *PredCost) const { in getInstrLatency()140 return PPCGenInstrInfo::getInstrLatency(ItinData, MI, PredCost); in getInstrLatency()
2153 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt() local2171 PredCost -= 1 * ScalingUpFactor; in isProfitableToIfCvt()2180 PredCost += ((TCycles + FCycles - 4) / 4) * ScalingUpFactor; in isProfitableToIfCvt()2191 return PredCost <= UnpredCost; in isProfitableToIfCvt()4731 unsigned *PredCost) const { in getInstrLatency()4744 Latency += getInstrLatency(ItinData, *I, PredCost); in getInstrLatency()4750 if (PredCost && (MCID.isCall() || (MCID.hasImplicitDefOfPhysReg(ARM::CPSR) && in getInstrLatency()4754 *PredCost = 1; in getInstrLatency()
456 unsigned *PredCost = nullptr) const override;
1622 unsigned *PredCost = nullptr) const;