Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DJITTargetMachineBuilderTest.cpp25 auto JTMB = cantFail(JITTargetMachineBuilder::detectHost()); in TEST() local
DLazyCallThroughAndReexportsTest.cpp21 auto JTMB = JITTargetMachineBuilder::detectHost(); in TEST_F() local
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
DLLJITWithCustomObjectLinkingLayer.cpp40 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp44 auto JTMB = orc::JITTargetMachineBuilder::detectHost(); in Create() local
101 orc::JITTargetMachineBuilder JTMB, in SpeculativeJIT()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp68 raw_ostream &operator<<(raw_ostream &OS, const JITTargetMachineBuilder &JTMB) { in operator <<()
DCompileUtils.cpp81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler()
DOrcV2CBindings.cpp361 auto JTMB = JITTargetMachineBuilder::detectHost(); in LLVMOrcJITTargetMachineBuilderDetectHost() local
375 auto JTMB = in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine() local
392 LLVMOrcJITTargetMachineBuilderRef JTMB) { in LLVMOrcDisposeJITTargetMachineBuilder()
409 LLVMOrcLLJITBuilderRef Builder, LLVMOrcJITTargetMachineBuilderRef JTMB) { in LLVMOrcLLJITBuilderSetJITTargetMachineBuilder()
DLLJIT.cpp1039 JITTargetMachineBuilder JTMB) { in createCompileFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h199 Optional<JITTargetMachineBuilder> JTMB; variable
215 SetterImpl &setJITTargetMachineBuilder(JITTargetMachineBuilder JTMB) { in setJITTargetMachineBuilder()
/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h49 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h49 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
DLLJITWithObjectCache.cpp58 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in runJITWithCache()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp55 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler()
DLLJIT.cpp112 JITTargetMachineBuilder JTMB) { in createCompileFunction()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h55 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h263 Optional<JITTargetMachineBuilder> JTMB; variable
289 SetterImpl &setJITTargetMachineBuilder(JITTargetMachineBuilder JTMB) { in setJITTargetMachineBuilder()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h65 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
DLLJITWithObjectLinkingLayerPlugin.cpp134 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp81 auto JTMB = JITTargetMachineBuilder::detectHost(); in Create() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h152 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp284 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in create()
/external/llvm-project/llvm/tools/lli/
Dlli.cpp845 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcLazyJIT()