Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp174 static cl::opt<int> EnableFastISelAbort( variable
432 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1334 if (EnableFastISelAbort > 1) in SelectAllBasicBlocks()
1400 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
1404 if (EnableFastISelAbort > 2) in SelectAllBasicBlocks()
1436 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks()
1437 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
1442 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp115 static cl::opt<int> EnableFastISelAbort( variable
386 assert((!EnableFastISelAbort || TM.Options.EnableFastISel) && in runOnMachineFunction()
1524 reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 1); in SelectAllBasicBlocks()
1650 if (R.isEnabled() || EnableFastISelAbort) { in SelectAllBasicBlocks()
1658 reportFastISelFailure(*MF, *ORE, R, EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1690 bool ShouldAbort = EnableFastISelAbort; in SelectAllBasicBlocks()
1695 ShouldAbort = (EnableFastISelAbort > 2); in SelectAllBasicBlocks()
1700 if (R.isEnabled() || EnableFastISelAbort) { in SelectAllBasicBlocks()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp69 EnableFastISelAbort("fast-isel-abort", cl::Hidden, variable
263 assert((!EnableFastISelAbort || EnableFastISel) && in runOnMachineFunction()
932 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
958 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
964 if (EnableFastISelVerbose || EnableFastISelAbort) { in SelectAllBasicBlocks()
968 if (EnableFastISelAbort) in SelectAllBasicBlocks()