Home
last modified time | relevance | path

Searched defs:TSM (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add()
34 ThreadSafeModule TSM) in IRMaterializationUnit()
103 ThreadSafeModule TSM, Interface I, in IRMaterializationUnit()
136 IRLayer &L, const IRSymbolMapper::ManglingOptions &MO, ThreadSafeModule TSM) in BasicIRLayerMaterializationUnit()
DCompileOnDemandLayer.cpp20 static ThreadSafeModule extractSubModule(ThreadSafeModule &TSM, in extractSubModule()
76 ThreadSafeModule TSM, in PartitioningIRMaterializationUnit()
81 ThreadSafeModule TSM, Interface I, in PartitioningIRMaterializationUnit()
130 std::unique_ptr<MaterializationResponsibility> R, ThreadSafeModule TSM) { in emit()
260 std::unique_ptr<MaterializationResponsibility> R, ThreadSafeModule TSM, in emitPartition()
DIRTransformLayer.cpp21 ThreadSafeModule TSM) { in emit()
DIRCompileLayer.cpp29 ThreadSafeModule TSM) { in emit()
DThreadSafeModule.cpp18 ThreadSafeModule cloneToNewContext(const ThreadSafeModule &TSM, in cloneToNewContext()
DLLJIT.cpp558 GlobalCtorDtorScraper::operator()(ThreadSafeModule TSM, in operator ()()
750 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
760 Error LLJIT::addIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addIRModule()
964 Error LLLazyJIT::addLazyIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addLazyIRModule()
DSpeculation.cpp59 ThreadSafeModule TSM) { in emit()
DOrcV2CBindings.cpp627 LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcIRTransformLayerEmit()
785 LLVMOrcThreadSafeModuleWithModuleDo(LLVMOrcThreadSafeModuleRef TSM, in LLVMOrcThreadSafeModuleWithModuleDo()
799 void LLVMOrcDisposeThreadSafeModule(LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcDisposeThreadSafeModule()
888 MaterializationResponsibility &R) -> Expected<ThreadSafeModule> { in LLVMOrcIRTransformLayerSetTransform()
1027 LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcLLJITAddLLVMIRModule()
1034 LLVMOrcThreadSafeModuleRef TSM) { in LLVMOrcLLJITAddLLVMIRModuleWithRT()
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
DOrcV2CBindingsBasicUsage.c63 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local
96 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
DOrcV2CBindingsReflectProcessSymbols.c108 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local
163 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DIRTransformLayer.h42 static ThreadSafeModule identityTransform(ThreadSafeModule TSM, in identityTransform()
DLayer.h104 Error add(JITDylib &JD, ThreadSafeModule TSM) { in add()
DLLJIT.h96 Error addIRModule(ThreadSafeModule TSM) { in addIRModule()
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
DLLJITWithLazyReexports.cpp108 const MaterializationResponsibility &R) -> Expected<ThreadSafeModule> { in main()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h106 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
Dtoy.cpp1121 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
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h132 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
Dtoy.cpp1121 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
/openbsd/src/gnu/llvm/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp84 Error addModule(ThreadSafeModule TSM) { in addModule()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PadShortFunction.cpp93 TargetSchedModel TSM; member
DX86FixupLEAs.cpp148 TargetSchedModel TSM; member in __anon1a2b708e0111::FixupLEAPass
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h223 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
Dtoy.cpp1110 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in irgenAndTakeOwnership() local
1151 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleTopLevelExpression() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp1121 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
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp614 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleTopLevelExpression() local

12