Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtraCost

103     /// ExtraCost       - Extra cost for multi-cycle instructions.
120 unsigned ExtraCost;
131 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr),
665 BBI.ExtraCost = 0;
688 BBI.ExtraCost += NumCycles-1;
818 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
820 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
838 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
853 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
861 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
880 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
890 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
899 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1593 ToBBI.ExtraCost += NumCycles-1;
1673 ToBBI.ExtraCost += FromBBI.ExtraCost;
1676 FromBBI.ExtraCost = 0;