/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 25 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() 35 ThreadSafeModule TSM) in IRMaterializationUnit() 101 ThreadSafeModule TSM, SymbolFlagsMap SymbolFlags, in IRMaterializationUnit() 130 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit()
|
H A D | CompileOnDemandLayer.cpp | 20 static ThreadSafeModule extractSubModule(ThreadSafeModule &TSM, in extractSubModule() 76 ThreadSafeModule TSM, in PartitioningIRMaterializationUnit() 81 ThreadSafeModule TSM, SymbolFlagsMap SymbolFlags, in PartitioningIRMaterializationUnit() 131 std::unique_ptr<MaterializationResponsibility> R, ThreadSafeModule TSM) { in emit() 259 std::unique_ptr<MaterializationResponsibility> R, ThreadSafeModule TSM, in emitPartition()
|
H A D | IRTransformLayer.cpp | 21 ThreadSafeModule TSM) { in emit()
|
H A D | IRCompileLayer.cpp | 29 ThreadSafeModule TSM) { in emit()
|
H A D | ThreadSafeModule.cpp | 18 ThreadSafeModule cloneToNewContext(const ThreadSafeModule &TSM, in cloneToNewContext()
|
H A D | Speculation.cpp | 59 ThreadSafeModule TSM) { in emit()
|
H A D | LLJIT.cpp | 457 GlobalCtorDtorScraper::operator()(ThreadSafeModule TSM, in operator ()() 1006 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule() 1016 Error LLJIT::addIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addIRModule() 1199 Error LLLazyJIT::addLazyIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addLazyIRModule()
|
H A D | OrcV2CBindings.cpp | 433 void LLVMOrcDisposeThreadSafeModule(LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcDisposeThreadSafeModule() 603 LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcLLJITAddLLVMIRModule() 610 LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcLLJITAddLLVMIRModuleWithRT()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 60 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local 93 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 60 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local 93 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IRTransformLayer.h | 44 static ThreadSafeModule identityTransform(ThreadSafeModule TSM, in identityTransform()
|
H A D | Layer.h | 105 Error add(JITDylib &JD, ThreadSafeModule TSM) { in add()
|
H A D | LLJIT.h | 96 Error addIRModule(ThreadSafeModule TSM) { in addIRModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
H A D | OrcV2CBindingsReflectProcessSymbols.c | 105 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local 160 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/ |
H A D | LLJITWithOptimizingIRTransform.cpp | 81 Expected<ThreadSafeModule> operator()(ThreadSafeModule TSM, in operator ()()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
H A D | LLJITWithLazyReexports.cpp | 108 const MaterializationResponsibility &R) -> Expected<ThreadSafeModule> { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 109 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|
H A D | toy.cpp | 1121 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleDefinition() local 1153 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleTopLevelExpression() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 135 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|
H A D | toy.cpp | 1121 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleDefinition() local 1153 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleTopLevelExpression() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 200 for (const ThreadSafeModule &TSM : TSMs) in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/ |
H A D | LLJITWithTargetProcessControl.cpp | 144 const MaterializationResponsibility &R) -> Expected<ThreadSafeModule> { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 80 Error addModule(ThreadSafeModule TSM) { in addModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 94 TargetSchedModel TSM; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 226 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|