Home
last modified time | relevance | path

Searched refs:ConcurrentIRCompiler (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler
87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
DLLJIT.cpp1048 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler
87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
DLLJIT.cpp121 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h83 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
85 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h85 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
87 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h55 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h61 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h71 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp108 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), in SpeculativeJIT()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h158 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
/external/llvm-project/llvm/docs/tutorial/
DBuildingAJIT1.rst142 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
DBuildingAJIT2.rst75 CompileLayer(ES, ObjectLayer, ConcurrentIRCompiler(std::move(JTMB))),
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp755 …er compileLayer(session, objectLayer, std::make_unique<llvm::orc::ConcurrentIRCompiler>(JITGlobals…
/external/llvm-project/llvm/tools/lli/
Dlli.cpp847 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcLazyJIT()
/external/llvm-project/llvm/docs/
DORCv2.rst52 ConcurrentIRCompiler) that make it easy to add LLVM IR to a JIT'd process.