Searched refs:ConcurrentIRCompiler (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler 89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
|
| H A D | LLJIT.cpp | 825 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileUtils.h | 82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler { 84 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/ |
| H A D | KaleidoscopeJIT.h | 52 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | KaleidoscopeJIT.h | 52 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | KaleidoscopeJIT.h | 58 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | KaleidoscopeJIT.h | 69 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
| /openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 112 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), in SpeculativeJIT()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 156 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
| /openbsd-src/gnu/llvm/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))),
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ |
| H A D | lli.cpp | 896 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcJIT()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ORCv2.rst | 52 ConcurrentIRCompiler) that make it easy to add LLVM IR to a JIT'd process.
|