Searched refs:RunLLC (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExecutionDriver.cpp | 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, RunCBE, CBE_bug, LLC_Safe, enumerator 48 clEnumValN(RunLLC, "run-llc", "Compile with LLC"), 66 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 167 InterpreterSel = RunLLC; in initializeExecutionEnvironment() 186 case RunLLC: in initializeExecutionEnvironment() 230 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 241 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 261 InterpreterSel != RunLLC && in initializeExecutionEnvironment() 263 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 275 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()
|
/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()
|