Searched refs:ExtraCost (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 113 unsigned ExtraCost; member 124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {} in BBInfo() 646 BBI.ExtraCost = 0; in ScanInstructions() 668 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock() 800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock() 818 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 833 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 841 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 860 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock() [all …]
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 122 unsigned ExtraCost; member 133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr), in BBInfo() 675 BBI.ExtraCost = 0; in ScanInstructions() 727 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 886 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock() 888 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock() 906 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 922 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 931 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 951 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 145 unsigned ExtraCost = 0; member 948 BBI.ExtraCost = 0; in ScanInstructions() 1005 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 1180 TrueBBICalc.ExtraCost), TrueBBICalc.ExtraCost2, in AnalyzeBlock() 1182 FalseBBICalc.ExtraCost), FalseBBICalc.ExtraCost2, in AnalyzeBlock() 1231 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 1247 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 1256 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock() 1276 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock() 1287 FalseBBI.NonPredSize + FalseBBI.ExtraCost, in AnalyzeBlock() [all …]
|