Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DExecutionDriver.cpp32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator
47 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
161 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
193 case RunJIT: in initializeExecutionEnvironment()
230 InterpreterSel != RunJIT) { in initializeExecutionEnvironment()
482 return InterpreterSel == RunJIT; in isExecutingJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExecutionDriver.cpp34 RunJIT, enumerator
53 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
160 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
190 case RunJIT: in initializeExecutionEnvironment()
223 InterpreterSel != RunJIT) { in initializeExecutionEnvironment()
463 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; } in isExecutingJIT()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, RunCBE, CBE_bug, LLC_Safe, enumerator
47 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
162 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
194 case RunJIT: in initializeExecutionEnvironment()
262 InterpreterSel != RunJIT) { in initializeExecutionEnvironment()
514 return InterpreterSel == RunJIT; in isExecutingJIT()