Searched refs:RunLLC (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 35 RunLLC, enumerator 54 clEnumValN(RunLLC, "run-llc", "Compile with LLC"), 69 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 165 InterpreterSel = RunLLC; in initializeExecutionEnvironment() 183 case RunLLC: in initializeExecutionEnvironment() 216 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 222 if (!SafeInterpreter && InterpreterSel != RunLLC && in initializeExecutionEnvironment() 224 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 234 case RunLLC: in initializeExecutionEnvironment()
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator 48 clEnumValN(RunLLC, "run-llc", "Compile with LLC"), 64 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 166 InterpreterSel = RunLLC; in initializeExecutionEnvironment() 185 case RunLLC: in initializeExecutionEnvironment() 220 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 229 InterpreterSel != RunLLC && in initializeExecutionEnvironment() 231 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 243 case RunLLC: in initializeExecutionEnvironment()
|