OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEngineKind
(Results
1 - 16
of
16
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
95
builder.
setEngineKind
(EngineKind::Either)
110
builder.
setEngineKind
(EngineKind::Interpreter)
126
builder.
setEngineKind
(EngineKind::JIT)
ExecutionEngine.cpp
408
.
setEngineKind
(ForceInterpreter
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
108
builder.
setEngineKind
(EngineKind::Either)
123
builder.
setEngineKind
(EngineKind::Interpreter)
139
builder.
setEngineKind
(EngineKind::JIT)
198
builder.
setEngineKind
(EngineKind::JIT)
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
fibonacci.cpp
109
.
setEngineKind
(EngineKind::JIT)
/external/clang/examples/clang-interpreter/
main.cpp
48
.
setEngineKind
(llvm::EngineKind::Either)
/external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp
140
.
setEngineKind
(EngineKind::JIT)
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp
254
builder.
setEngineKind
(EngineKind::JIT)
/external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp
202
builder.
setEngineKind
(ForceInterpreter
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
70
.
setEngineKind
(EngineKind::JIT)
JITTest.cpp
199
TheJIT.reset(EngineBuilder(M).
setEngineKind
(EngineKind::JIT)
230
.
setEngineKind
(EngineKind::JIT)
691
.
setEngineKind
(EngineKind::JIT)
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
539
///
setEngineKind
- Controls whether the user wants the interpreter, the JIT,
541
EngineBuilder &
setEngineKind
(EngineKind::Kind w) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
491
///
setEngineKind
- Controls whether the user wants the interpreter, the JIT,
493
EngineBuilder &
setEngineKind
(EngineKind::Kind w) {
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h
319
TheJIT.reset(EB.
setEngineKind
(EngineKind::JIT)
/external/llvm/tools/lli/
lli.cpp
427
builder.
setEngineKind
(ForceInterpreter
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
Completed in 390 milliseconds