Home
last modified time | relevance | path

Searched refs:CompileOnDemandLayer (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp77 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::CompileOnDemandLayer
122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap()
[all …]
H A DCMakeLists.txt8 CompileOnDemandLayer.cpp
H A DLLJIT.cpp1012 CODLayer = std::make_unique<CompileOnDemandLayer>( in LLLazyJIT()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst38 *CompileOnDemandLayer*.
40 The CompileOnDemandLayer class conforms to the layer interface described in
44 first time it is called. To do this, the CompileOnDemandLayer creates two small
63 chapter of this tutorial, but for now we'll trust the CompileOnDemandLayer to
65 CompileOnDemandLayer to the top of our stack and we'll get the benefits of
72 #include "llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h"
90 CompileOnDemandLayer<decltype(OptimizeLayer)> CODLayer;
95 First we need to include the CompileOnDemandLayer.h header, then add two new
96 members: a std::unique_ptr<JITCompileCallbackManager> and a CompileOnDemandLayer,
97 to our class. The CompileCallbackManager member is used by the CompileOnDemandLayer
[all …]
H A DBuildingAJIT4.rst17 reexports API. Together these will be used to replace the CompileOnDemandLayer
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h56 class CompileOnDemandLayer : public IRLayer {
81 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
232 CompileOnDemandLayer &getCompileOnDemandLayer() { return *CODLayer; } in getCompileOnDemandLayer()
248 std::unique_ptr<CompileOnDemandLayer> CODLayer;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn20 "CompileOnDemandLayer.cpp",
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h51 CompileOnDemandLayer CODLayer;
/openbsd-src/gnu/usr.bin/clang/libLLVMExecutionEngine/
H A DMakefile72 CompileOnDemandLayer.cpp \
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp150 CompileOnDemandLayer CODLayer;
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp957 J->setPartitionFunction(orc::CompileOnDemandLayer::compileWholeModule); in runOrcJIT()
/openbsd-src/gnu/llvm/llvm/docs/
H A DORCv2.rst98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641825 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.macppc1824 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.loongson1824 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.octeon1824 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.arm641825 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.powerpc641823 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.armv71823 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.i3861823 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
H A Dclang.sparc641824 ./usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h