Searched refs:IRCompileLayer (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp1 //===--------------- IRCompileLayer.cpp - IR Compiling Layer --------------===//
9 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
14 IRCompileLayer::IRCompiler::~IRCompiler() {}
16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, function in class:llvm::orc::IRCompileLayer
23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) {
28 void IRCompileLayer::emit(MaterializationResponsibility R,
H A DLLJIT.cpp1042 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
1092 CompileLayer = std::make_unique<IRCompileLayer>(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h16 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
77 // IRCompileLayer::CompileFunction) are not moveable.
85 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
H A DIRCompileLayer.h1 //===- IRCompileLayer.h -- Eagerly compile IR for JIT -----------*- C++ -*-===//
30 class IRCompileLayer : public IRLayer { class in namespace:llvm::orc
51 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
88 "the ORCv2 IRCompileLayer instead");
H A DLLJIT.h19 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
187 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; }
201 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
222 std::unique_ptr<IRCompileLayer> CompileLayer;
263 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
H A DSpeculation.h20 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
182 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer,
204 IRCompileLayer &NextLayer;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp856 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile605 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp

Completed in 190 milliseconds