Searched refs:ExtraCost (Results 1 – 3 of 3) sorted by relevance
147 unsigned ExtraCost = 0; member387 unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()388 unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups; in MeetIfcvtSizeLimit()1070 BBI.ExtraCost = 0; in ScanInstructions()1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions()1349 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()1365 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()1374 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()1394 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()1405 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock()[all …]
1713 unsigned ExtraCost = 0; in getCmpSelInstrCost() local1723 ExtraCost = 1; in getCmpSelInstrCost()1728 ExtraCost = 1; in getCmpSelInstrCost()1734 ExtraCost = 2; in getCmpSelInstrCost()1742 ExtraCost = 1; in getCmpSelInstrCost()1745 ExtraCost = 3; in getCmpSelInstrCost()1847 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()1851 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()1855 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()1859 return LT.first * (ExtraCost + Entry->Cost); in getCmpSelInstrCost()[all …]
2313 4ae0533f MIPS: MIPS32r1: Added optimizations for ExtraCost functions.