Home
last modified time | relevance | path

Searched refs:emitPartition (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h122 void emitPartition(std::unique_ptr<MaterializationResponsibility> R,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp88 Parent.emitPartition(std::move(R), std::move(TSM), in materialize()
242 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp91 Parent.emitPartition(std::move(R), std::move(TSM), in materialize()
258 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h123 void emitPartition(MaterializationResponsibility R, ThreadSafeModule TSM,
594 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile()
628 emitPartition(LogicalDylib &LD, in emitPartition() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h400 auto PartH = emitPartition(LD, LMH, Part); in extractAndCompile()
424 BaseLayerModuleSetHandleT emitPartition(CODLogicalDylib &LD, in emitPartition() function