Home
last modified time | relevance | path

Searched refs:IRCompileLayer (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp14 IRCompileLayer::IRCompiler::~IRCompiler() = default;
16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer() function in llvm::orc::IRCompileLayer
23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()
28 void IRCompileLayer::emit(std::unique_ptr<MaterializationResponsibility> R, in emit()
H A DCMakeLists.txt24 IRCompileLayer.cpp
H A DLLJIT.cpp814 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
885 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h31 class IRCompileLayer : public IRLayer {
52 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
H A DCompileUtils.h36 class SimpleCompiler : public IRCompileLayer::IRCompiler {
82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
H A DLLJIT.h178 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer()
192 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
213 std::unique_ptr<IRCompileLayer> CompileLayer;
258 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp58 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in runJITWithCache()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn36 "IRCompileLayer.cpp",
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h41 IRCompileLayer CompileLayer;
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h41 IRCompileLayer CompileLayer;
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h46 IRCompileLayer CompileLayer;
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT1.rst117 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
132 IRCompileLayer CompileLayer;
153 not use it directly); An IRCompileLayer, ``CompileLayer``, that can be used to
309 | IRCompileLayer.h | Provides the IRCompileLayer class. |
H A DBuildingAJIT2.rst25 little code by composing two off-the-shelf *ORC layers*: IRCompileLayer and
63 IRCompileLayer CompileLayer;
235 our IRCompileLayer to compile the transformed IR, and our IRCompileLayer in
H A DBuildingAJIT3.rst29 IRCompileLayer and RTDyldObjectLinkingLayer respectively. This scheme, where all the
82 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer;
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h49 IRCompileLayer CompileLayer;
/openbsd-src/gnu/usr.bin/clang/libLLVMExecutionEngine/
H A DMakefile88 IRCompileLayer.cpp \
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp145 IRCompileLayer CompileLayer;
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h136 IRCompileLayer CompileLayer;
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp894 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
/openbsd-src/gnu/llvm/llvm/docs/
H A DORCv2.rst51 ORC provides off the shelf components (IRCompileLayer, SimpleCompiler,
91 The LLJIT class uses an IRCompileLayer and RTDyldObjectLinkingLayer to support
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641842 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
H A Dclang.macppc1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
H A Dclang.loongson1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
H A Dclang.octeon1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
H A Dclang.arm641842 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h

12