Searched refs:createJIT (Results 1 - 19 of 19) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp33 createJIT(0);
42 createJIT(M.take());
53 createJIT(std::move(M));
66 createJIT(std::move(M));
87 createJIT(std::move(M));
108 createJIT(std::move(M));
138 createJIT(M.take());
179 createJIT(std::move(M));
195 createJIT(std::move(M));
214 createJIT(st
[all...]
H A DMCJITMultipleModuleTest.cpp30 createJIT(M.take());
73 createJIT(M.take());
97 createJIT(std::move(A));
117 createJIT(std::move(A));
138 createJIT(std::move(A));
159 createJIT(std::move(A));
180 createJIT(std::move(A));
220 createJIT(std::move(A));
253 createJIT(std::move(A));
278 createJIT(st
[all...]
H A DMCJITObjectCacheTest.cpp114 createJIT(std::move(M));
129 createJIT(std::move(M));
156 createJIT(std::move(M));
173 createJIT(std::move(M));
190 createJIT(std::move(M));
208 createJIT(std::move(M));
H A DMCJITTestBase.h311 void createJIT(std::unique_ptr<Module> M) { function in class:llvm::MCJITTestBase
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h76 MCJITCtor = createJIT;
79 static ExecutionEngine *createJIT(Module *M,
H A DMCJIT.cpp36 ExecutionEngine *MCJIT::createJIT(Module *M, function in class:MCJIT
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h87 JITCtor = createJIT;
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
185 static ExecutionEngine *createJIT(Module *M,
H A DJIT.cpp203 /// createJIT - This is the factory method for creating a JIT for the current
206 ExecutionEngine *JIT::createJIT(Module *M, function in class:JIT
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h301 MCJITCtor = createJIT;
305 createJIT(std::unique_ptr<Module> M,
H A DMCJIT.cpp46 MCJIT::createJIT(std::unique_ptr<Module> M, function in class:MCJIT
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp162 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
194 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
H A DToolRunner.h101 createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp625 /// createJIT - Try to find the LLI executable
627 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, function in class:AbstractInterpreter
630 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExecutionDriver.cpp163 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
195 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message,
H A DToolRunner.h103 static AbstractInterpreter* createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp609 /// createJIT - Try to find the LLI executable
611 AbstractInterpreter *AbstractInterpreter::createJIT(const char *Argv0, function in class:AbstractInterpreter
614 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t)&createJIT).str();
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h190 /// createJIT - This is the factory method for creating a JIT for the current
196 static ExecutionEngine *createJIT(Module *M,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp417 /// createJIT - This is the factory method for creating a JIT for the current
420 ExecutionEngine *ExecutionEngine::createJIT(Module *M, function in class:ExecutionEngine
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp214 ::executionEngine = llvm::JIT::createJIT(::module, 0, ::routineManager, llvm::CodeGenOpt::Aggressive, true, targetMachine);

Completed in 344 milliseconds