Home
last modified time | relevance | path

Searched refs:RunJIT (Results 1 – 4 of 4) 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/llvm-project/llvm/tools/bugpoint/
DExecutionDriver.cpp33 RunJIT, enumerator
51 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
158 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
187 case RunJIT: in initializeExecutionEnvironment()
457 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; } in isExecutingJIT()
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp65 RunJIT enumerator
78 clEnumValN(RunJIT, "jit",
278 if (emitAction == Action::RunJIT) in main()
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp65 RunJIT enumerator
78 clEnumValN(RunJIT, "jit",
277 if (emitAction == Action::RunJIT) in main()