Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler
89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
DLLJIT.cpp825 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
84 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/swiftshader/src/Reactor/
DLLVMJIT.cpp864 …er compileLayer(session, objectLayer, std::make_unique<llvm::orc::ConcurrentIRCompiler>(JITGlobals…