/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileUtils.cpp | 81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler 87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
|
D | LLJIT.cpp | 1048 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileUtils.cpp | 81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler 87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
|
D | LLJIT.cpp | 121 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 83 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler { 85 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 85 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler { 87 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
|
/external/llvm-project/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 61 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 71 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 108 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), in SpeculativeJIT()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 158 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
/external/llvm-project/llvm/docs/tutorial/ |
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
|
D | BuildingAJIT2.rst | 75 CompileLayer(ES, ObjectLayer, ConcurrentIRCompiler(std::move(JTMB))),
|
/external/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 755 …er compileLayer(session, objectLayer, std::make_unique<llvm::orc::ConcurrentIRCompiler>(JITGlobals…
|
/external/llvm-project/llvm/tools/lli/ |
D | lli.cpp | 847 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcLazyJIT()
|
/external/llvm-project/llvm/docs/ |
D | ORCv2.rst | 52 ConcurrentIRCompiler) that make it easy to add LLVM IR to a JIT'd process.
|