Home
last modified time | relevance | path

Searched refs:ExtraCost2 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp114 unsigned ExtraCost2; member
124 ExtraCost(0), ExtraCost2(0), BB(0), TrueBB(0), FalseBB(0) {} in BBInfo()
647 BBI.ExtraCost2 = 0; in ScanInstructions()
669 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
798 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
800 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
819 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
834 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
842 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
861 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
[all …]
/external/llvm/lib/CodeGen/
DIfConversion.cpp123 unsigned ExtraCost2; member
133 ExtraCost(0), ExtraCost2(0), BB(nullptr), TrueBB(nullptr), in BBInfo()
676 BBI.ExtraCost2 = 0; in ScanInstructions()
728 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
886 TrueBBI.ExtraCost), TrueBBI.ExtraCost2, in AnalyzeBlock()
888 FalseBBI.ExtraCost),FalseBBI.ExtraCost2, in AnalyzeBlock()
907 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
923 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
932 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
952 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp146 unsigned ExtraCost2 = 0; member
949 BBI.ExtraCost2 = 0; in ScanInstructions()
1006 BBI.ExtraCost2 += ExtraPredCost; in ScanInstructions()
1180 TrueBBICalc.ExtraCost), TrueBBICalc.ExtraCost2, in AnalyzeBlock()
1182 FalseBBICalc.ExtraCost), FalseBBICalc.ExtraCost2, in AnalyzeBlock()
1232 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1248 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1257 TrueBBI.ExtraCost2, Prediction) && in AnalyzeBlock()
1277 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
1288 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
[all …]