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),
670 BBI.ExtraCost = 0;
693 BBI.ExtraCost += NumCycles-1;
852 TrueBBI.ExtraCost), TrueBBI.ExtraCost2,
854 FalseBBI.ExtraCost),FalseBBI.ExtraCost2,
872 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
887 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
895 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
914 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
924 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
933 FalseBBI.NonPredSize + FalseBBI.ExtraCost,
1608 ToBBI.ExtraCost += NumCycles-1;
1757 ToBBI.ExtraCost += FromBBI.ExtraCost;
1760 FromBBI.ExtraCost = 0;