Home
last modified time | relevance | path

Searched defs:JIT (Results 1 – 15 of 15) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp83 LLVMOrcJITStackRef JIT = in TEST_F() local
107 LLVMOrcJITStackRef JIT = in TEST_F() local
131 LLVMOrcJITStackRef JIT = in TEST_F() local
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainFDriver.cpp54 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/external/llvm/examples/BrainF/
DBrainFDriver.cpp70 JIT("jit", cl::desc("Run program Just-In-Time")); variable
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp142 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
206 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c193 LLVMExecutionEngineRef JIT; in llvm_ee_create_jit() local
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h448 JIT = 0x1, enumerator
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h503 JIT = 0x1, enumerator
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp129 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
/external/llvm/tools/bugpoint/
DToolRunner.cpp561 class JIT : public AbstractInterpreter { class
565 JIT(const std::string &Path, const std::vector<std::string> *Args) in JIT() function in __anon233da97a0511::JIT
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp545 class JIT : public AbstractInterpreter { class
549 JIT(const std::string &Path, const std::vector<std::string> *Args) in JIT() function in __anon748a0d260511::JIT
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp220 TEST(JIT, GlobalInFunction) { in TEST() argument
229 OwningPtr<ExecutionEngine> JIT(EngineBuilder(M) in TEST() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp712 ExecutionEngine *JIT; in lp_build_create_jit_compiler_for_module() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji, in JIT() function in JIT
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac485 AC_SUBST(JIT,[[]]) subst
/external/llvm/docs/
DProgrammersManual.rst2445 .. _advanced: