Searched refs:createJIT (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITMultipleModuleTest.cpp | 96 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 D | MCJITTest.cpp | 51 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 D | MCJITObjectCacheTest.cpp | 114 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 D | MCJITTestBase.h | 301 void createJIT(std::unique_ptr<Module> M) { in createJIT() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 292 MCJITCtor = createJIT; in Register() 296 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
|
| H A D | MCJIT.cpp | 45 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 D | ExecutionDriver.cpp | 160 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment() 189 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
|
| H A D | ToolRunner.h | 97 createJIT(const char *Argv0, std::string &Message,
|
| H A D | ToolRunner.cpp | 592 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 D | MCJITDesignAndImplementation.rst | 34 EngineBuilder::create will call the static MCJIT::createJIT function,
|