Searched refs:CompileOnDemandLayer (Results 1 – 22 of 22) sorted by relevance
77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()102 CompileOnDemandLayer &Parent;105 std::optional<CompileOnDemandLayer::GlobalValueSet>106 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()110 std::optional<CompileOnDemandLayer::GlobalValueSet>111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()115 CompileOnDemandLayer::CompileOnDemandLayer( in CompileOnDemandLayer() function in llvm::orc::CompileOnDemandLayer122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()[all …]
8 CompileOnDemandLayer.cpp
1012 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
38 *CompileOnDemandLayer*.40 The CompileOnDemandLayer class conforms to the layer interface described in44 first time it is called. To do this, the CompileOnDemandLayer creates two small63 chapter of this tutorial, but for now we'll trust the CompileOnDemandLayer to65 CompileOnDemandLayer to the top of our stack and we'll get the benefits of72 #include "llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h"90 CompileOnDemandLayer<decltype(OptimizeLayer)> CODLayer;95 First we need to include the CompileOnDemandLayer.h header, then add two new96 members: a std::unique_ptr<JITCompileCallbackManager> and a CompileOnDemandLayer,97 to our class. The CompileCallbackManager member is used by the CompileOnDemandLayer[all …]
17 reexports API. Together these will be used to replace the CompileOnDemandLayer
56 class CompileOnDemandLayer : public IRLayer {81 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()232 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()248 std::unique_ptr<CompileOnDemandLayer> CODLayer;
20 "CompileOnDemandLayer.cpp",
51 CompileOnDemandLayer CODLayer;
72 CompileOnDemandLayer.cpp \
150 CompileOnDemandLayer CODLayer;
957 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy
1825 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
1824 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
1823 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h