| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.cpp | 14 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 D | CMakeLists.txt | 24 IRCompileLayer.cpp
|
| H A D | LLJIT.cpp | 814 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 D | IRCompileLayer.h | 31 class IRCompileLayer : public IRLayer { 52 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
|
| H A D | CompileUtils.h | 36 class SimpleCompiler : public IRCompileLayer::IRCompiler { 82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
|
| H A D | LLJIT.h | 178 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 D | LLJITWithObjectCache.cpp | 58 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in runJITWithCache()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/ |
| H A D | BUILD.gn | 36 "IRCompileLayer.cpp",
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/ |
| H A D | KaleidoscopeJIT.h | 41 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | KaleidoscopeJIT.h | 41 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | KaleidoscopeJIT.h | 46 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT1.rst | 117 #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 D | BuildingAJIT2.rst | 25 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 D | BuildingAJIT3.rst | 29 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 D | KaleidoscopeJIT.h | 49 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMExecutionEngine/ |
| H A D | Makefile | 88 IRCompileLayer.cpp \
|
| /openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 145 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 136 IRCompileLayer CompileLayer;
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ |
| H A D | lli.cpp | 894 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ORCv2.rst | 51 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 D | clang.amd64 | 1842 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
|
| H A D | clang.macppc | 1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
|
| H A D | clang.loongson | 1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
|
| H A D | clang.octeon | 1841 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
|
| H A D | clang.arm64 | 1842 ./usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
|