Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtraCost

96     /// ExtraCost       - Extra cost for multi-cycle instructions.
113 unsigned ExtraCost;
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {}
646 BBI.ExtraCost = 0;
668 BBI.ExtraCost += NumCycles-1;
798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
818 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
833 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
841 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
860 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
870 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
879 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1409 ToBBI.ExtraCost += NumCycles-1;
1484 ToBBI.ExtraCost += FromBBI.ExtraCost;
1487 FromBBI.ExtraCost = 0;