Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, RunCBE, CBE_bug, LLC_Safe, enumerator
51 clEnumValN(RunCBE, "run-cbe", "Compile with CBE"),
67 clEnumValN(RunCBE, "safe-run-cbe", "Compile with CBE"),
157 InterpreterSel = RunCBE; in initializeExecutionEnvironment()
198 case RunCBE: in initializeExecutionEnvironment()
253 InterpreterSel != RunCBE) { in initializeExecutionEnvironment()
254 SafeInterpreterSel = RunCBE; in initializeExecutionEnvironment()
283 case RunCBE: in initializeExecutionEnvironment()