Searched refs:ConcurrentIRCompiler (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileUtils.cpp | 81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler 87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
|
H A D | LLJIT.cpp | 1072 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileUtils.h | 83 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler { 85 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 61 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 71 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 108 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), in SpeculativeJIT()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 158 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
H A D | BuildingAJIT1.rst | 142 CompileLayer(ES, ObjectLayer, ConcurrentIRCompiler(std::move(JTMB))), 171 files. We use the off-the-shelf ConcurrentIRCompiler utility as our compiler, 173 The ConcurrentIRCompiler utility will use the JITTargetMachineBuilder to build
|
H A D | BuildingAJIT2.rst | 75 CompileLayer(ES, ObjectLayer, ConcurrentIRCompiler(std::move(JTMB))),
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 901 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcJIT()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ORCv2.rst | 52 ConcurrentIRCompiler) that make it easy to add LLVM IR to a JIT'd process.
|