Searched refs:IRLayer (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Layer.h | 68 class LLVM_ABI IRLayer { 70 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() function 73 virtual ~IRLayer(); 123 BasicIRLayerMaterializationUnit(IRLayer &L, 130 IRLayer &L;
|
| H A D | IRTransformLayer.h | 28 class LLVM_ABI IRTransformLayer : public IRLayer { 33 IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, 49 IRLayer &BaseLayer;
|
| H A D | IRPartitionLayer.h | 38 class LLVM_ABI IRPartitionLayer : public IRLayer { 49 IRPartitionLayer(ExecutionSession &ES, IRLayer &BaseLayer); 78 IRLayer &BaseLayer;
|
| H A D | CompileOnDemandLayer.h | 56 class LLVM_ABI CompileOnDemandLayer : public IRLayer { 63 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer, 94 IRLayer &BaseLayer;
|
| H A D | ReOptimizeLayer.h | 28 class LLVM_ABI ReOptimizeLayer : public IRLayer, public ResourceManager { 49 ReOptimizeLayer(ExecutionSession &ES, DataLayout &DL, IRLayer &BaseLayer, in ReOptimizeLayer() 51 : IRLayer(ES, BaseLayer.getManglingOptions()), ES(ES), Mangle(ES, DL), in ReOptimizeLayer() 167 IRLayer &BaseLayer;
|
| H A D | Speculation.h | 172 class LLVM_ABI IRSpeculationLayer : public IRLayer { 179 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer() 181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer() 201 IRLayer &NextLayer;
|
| H A D | IRCompileLayer.h | 32 class LLVM_ABI IRCompileLayer : public IRLayer {
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRTransformLayer.cpp | 14 IRTransformLayer::IRTransformLayer(ExecutionSession &ES, IRLayer &BaseLayer, in IRTransformLayer() 16 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in IRTransformLayer()
|
| H A D | Layer.cpp | 22 IRLayer::~IRLayer() = default; 24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() 137 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit()
|
| H A D | CompileOnDemandLayer.cpp | 17 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer() 19 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
|
| H A D | IRCompileLayer.cpp | 18 : IRLayer(ES, ManglingOpts), BaseLayer(BaseLayer), in IRCompileLayer()
|
| H A D | IRPartitionLayer.cpp | 102 IRPartitionLayer::IRPartitionLayer(ExecutionSession &ES, IRLayer &BaseLayer) in IRPartitionLayer() 103 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer) {} in IRPartitionLayer()
|
| H A D | OrcV2CBindings.cpp | 594 void LLVMOrcIRTransformLayerEmit(LLVMOrcIRTransformLayerRef IRLayer, in LLVMOrcIRTransformLayerEmit() argument 598 unwrap(IRLayer)->emit( in LLVMOrcIRTransformLayerEmit()
|