Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp96 createJIT(std::move(A)); in TEST_F()
116 createJIT(std::move(A)); in TEST_F()
137 createJIT(std::move(A)); in TEST_F()
158 createJIT(std::move(A)); in TEST_F()
179 createJIT(std::move(A)); in TEST_F()
222 createJIT(std::move(A)); in TEST_F()
255 createJIT(std::move(A)); in TEST_F()
280 createJIT(std::move(A)); in TEST_F()
305 createJIT(std::move(A)); in TEST_F()
330 createJIT(std::move(A)); in TEST_F()
[all …]
H A DMCJITTest.cpp51 createJIT(std::move(M)); in TEST_F()
64 createJIT(std::move(M)); in TEST_F()
85 createJIT(std::move(M)); in TEST_F()
107 createJIT(std::move(M)); in TEST_F()
184 createJIT(std::move(M)); in TEST_F()
201 createJIT(std::move(M)); in TEST_F()
222 createJIT(std::move(M)); in TEST_F()
265 createJIT(std::move(M)); in TEST_F()
H A DMCJITObjectCacheTest.cpp114 createJIT(std::move(M)); in TEST_F()
129 createJIT(std::move(M)); in TEST_F()
156 createJIT(std::move(M)); in TEST_F()
173 createJIT(std::move(M)); in TEST_F()
190 createJIT(std::move(M)); in TEST_F()
208 createJIT(std::move(M)); in TEST_F()
H A DMCJITTestBase.h301 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 MCJITCtor = createJIT; in Register()
296 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
H A DMCJIT.cpp45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() function in MCJIT
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExecutionDriver.cpp160 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
189 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
H A DToolRunner.h97 createJIT(const char *Argv0, std::string &Message,
H A DToolRunner.cpp592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() function in AbstractInterpreter
595 FindProgramByName("lli", Argv0, (void *)(intptr_t)&createJIT)) { in createJIT()
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst34 EngineBuilder::create will call the static MCJIT::createJIT function,