Searched refs:EngineKind (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp32 if (WhichEngine != EngineKind::Interpreter && M)
H A DExecutionEngineBindings.cpp108 builder.setEngineKind(EngineKind::Either)
123 builder.setEngineKind(EngineKind::Interpreter)
139 builder.setEngineKind(EngineKind::JIT)
198 builder.setEngineKind(EngineKind::JIT)
H A DExecutionEngine.cpp473 : M(std::move(M)), WhichEngine(EngineKind::Either), ErrorStr(nullptr),
519 if (WhichEngine & EngineKind::JIT)
520 WhichEngine = EngineKind::JIT;
530 if ((WhichEngine & EngineKind::JIT) && TheTM) {
556 if (WhichEngine & EngineKind::Interpreter) {
564 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::MCJITCtor) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h445 namespace EngineKind { namespace in namespace:llvm
460 EngineKind::Kind WhichEngine;
474 WhichEngine = EngineKind::Either;
492 /// or whichever engine works. This option defaults to EngineKind::Either.
493 EngineBuilder &setEngineKind(EngineKind::Kind w) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp95 builder.setEngineKind(EngineKind::Either)
110 builder.setEngineKind(EngineKind::Interpreter)
126 builder.setEngineKind(EngineKind::JIT)
H A DExecutionEngine.cpp409 ? EngineKind::Interpreter
410 : EngineKind::JIT)
456 if (WhichEngine & EngineKind::JIT)
457 WhichEngine = EngineKind::JIT;
467 if (WhichEngine & EngineKind::JIT) {
487 if (WhichEngine & EngineKind::Interpreter) {
495 if ((WhichEngine & EngineKind::JIT) && ExecutionEngine::JITCtor == 0) {
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h500 namespace EngineKind { namespace in namespace:llvm
515 EngineKind::Kind WhichEngine;
540 /// or whichever engine works. This option defaults to EngineKind::Either.
541 EngineBuilder &setEngineKind(EngineKind::Kind w) {
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
H A Dfibonacci.cpp109 .setEngineKind(EngineKind::JIT)
/external/swiftshader/third_party/LLVM/tools/lli/
H A Dlli.cpp203 ? EngineKind::Interpreter
204 : EngineKind::JIT);
/external/clang/examples/clang-interpreter/
H A Dmain.cpp48 .setEngineKind(llvm::EngineKind::Either)
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp140 .setEngineKind(EngineKind::JIT)
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp70 .setEngineKind(EngineKind::JIT)
H A DJITTest.cpp199 TheJIT.reset(EngineBuilder(M).setEngineKind(EngineKind::JIT)
230 .setEngineKind(EngineKind::JIT)
691 .setEngineKind(EngineKind::JIT)
/external/llvm/tools/lli/
H A Dlli.cpp428 ? EngineKind::Interpreter
429 : EngineKind::JIT);
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h319 TheJIT.reset(EB.setEngineKind(EngineKind::JIT)
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp518 builder.setEngineKind(EngineKind::JIT)
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1966 factory.setEngineKind(llvm::EngineKind::JIT);
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp2019 factory.setEngineKind(llvm::EngineKind::JIT);

Completed in 367 milliseconds