Home
last modified time | relevance | path

Searched defs:JTMB (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp44 auto JTMB = orc::JITTargetMachineBuilder::detectHost(); in Create() local
105 orc::JITTargetMachineBuilder JTMB, in SpeculativeJIT()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp40 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h47 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h47 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h53 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp38 auto JTMB = JITTargetMachineBuilder(TI.getTriple()); in IncrementalExecutor() local
/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/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp55 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler()
H A DOrcV2CBindings.cpp807 auto JTMB = JITTargetMachineBuilder::detectHost(); in LLVMOrcJITTargetMachineBuilderDetectHost() local
821 auto JTMB = in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine() local
838 LLVMOrcJITTargetMachineBuilderRef JTMB) { in LLVMOrcDisposeJITTargetMachineBuilder()
843 LLVMOrcJITTargetMachineBuilderRef JTMB) { in LLVMOrcJITTargetMachineBuilderGetTargetTriple()
851 LLVMOrcJITTargetMachineBuilderRef JTMB, const char *TargetTriple) { in LLVMOrcJITTargetMachineBuilderSetTargetTriple()
949 LLVMOrcLLJITBuilderRef Builder, LLVMOrcJITTargetMachineBuilderRef JTMB) { in LLVMOrcLLJITBuilderSetJITTargetMachineBuilder()
H A DLLJIT.cpp816 JITTargetMachineBuilder JTMB) { in createCompileFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h265 std::optional<JITTargetMachineBuilder> JTMB; variable
301 SetterImpl &setJITTargetMachineBuilder(JITTargetMachineBuilder JTMB) { in setJITTargetMachineBuilder()
H A DJITTargetMachineBuilder.h161 JITTargetMachineBuilderPrinter(JITTargetMachineBuilder &JTMB, in JITTargetMachineBuilderPrinter()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h63 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp200 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h150 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp894 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()