/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilderTest.cpp | 25 auto JTMB = cantFail(JITTargetMachineBuilder::detectHost()); in TEST() local
|
D | LazyCallThroughAndReexportsTest.cpp | 21 auto JTMB = JITTargetMachineBuilder::detectHost(); in TEST_F() local
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
D | LLJITWithCustomObjectLinkingLayer.cpp | 40 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 44 auto JTMB = orc::JITTargetMachineBuilder::detectHost(); in Create() local 101 orc::JITTargetMachineBuilder JTMB, in SpeculativeJIT()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.cpp | 68 raw_ostream &operator<<(raw_ostream &OS, const JITTargetMachineBuilder &JTMB) { in operator <<()
|
D | CompileUtils.cpp | 81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler()
|
D | OrcV2CBindings.cpp | 361 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()
|
D | LLJIT.cpp | 1039 JITTargetMachineBuilder JTMB) { in createCompileFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LLJIT.h | 199 Optional<JITTargetMachineBuilder> JTMB; variable 215 SetterImpl &setJITTargetMachineBuilder(JITTargetMachineBuilder JTMB) { in setJITTargetMachineBuilder()
|
/external/llvm-project/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 49 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 49 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
D | LLJITWithObjectCache.cpp | 58 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in runJITWithCache()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
D | LLJITWithGDBRegistrationListener.cpp | 55 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileUtils.cpp | 81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler()
|
D | LLJIT.cpp | 112 JITTargetMachineBuilder JTMB) { in createCompileFunction()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 55 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LLJIT.h | 263 Optional<JITTargetMachineBuilder> JTMB; variable 289 SetterImpl &setJITTargetMachineBuilder(JITTargetMachineBuilder JTMB) { in setJITTargetMachineBuilder()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 65 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
D | LLJITWithObjectLinkingLayerPlugin.cpp | 134 auto JTMB = ExitOnErr(JITTargetMachineBuilder::detectHost()); in main() local
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | main.cpp | 81 auto JTMB = JITTargetMachineBuilder::detectHost(); in Create() local
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 152 JITTargetMachineBuilder JTMB, DataLayout DL) in KaleidoscopeJIT()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 284 -> Expected<std::unique_ptr<IRCompileLayer::IRCompiler>> { in create()
|
/external/llvm-project/llvm/tools/lli/ |
D | lli.cpp | 845 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcLazyJIT()
|