| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | Layer.cpp | 24 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()
|
| D | CompileOnDemandLayer.cpp | 20 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()
|
| D | IRTransformLayer.cpp | 21 ThreadSafeModule TSM) { in emit()
|
| D | IRCompileLayer.cpp | 29 ThreadSafeModule TSM) { in emit()
|
| D | ThreadSafeModule.cpp | 18 ThreadSafeModule cloneToNewContext(const ThreadSafeModule &TSM, in cloneToNewContext()
|
| D | LLJIT.cpp | 558 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()
|
| D | Speculation.cpp | 59 ThreadSafeModule TSM) { in emit()
|
| D | OrcV2CBindings.cpp | 627 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/ |
| D | OrcV2CBindingsBasicUsage.c | 63 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local 96 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
|
| /openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
| D | OrcV2CBindingsReflectProcessSymbols.c | 108 LLVMOrcThreadSafeModuleRef TSM = LLVMOrcCreateNewThreadSafeModule(M, TSCtx); in createDemoModule() local 163 LLVMOrcThreadSafeModuleRef TSM = createDemoModule(); in main() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | IRTransformLayer.h | 42 static ThreadSafeModule identityTransform(ThreadSafeModule TSM, in identityTransform()
|
| D | Layer.h | 104 Error add(JITDylib &JD, ThreadSafeModule TSM) { in add()
|
| D | LLJIT.h | 96 Error addIRModule(ThreadSafeModule TSM) { in addIRModule()
|
| /openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
| D | LLJITWithLazyReexports.cpp | 108 const MaterializationResponsibility &R) -> Expected<ThreadSafeModule> { in main()
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| D | KaleidoscopeJIT.h | 106 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|
| 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
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| D | KaleidoscopeJIT.h | 132 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|
| 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
|
| /openbsd/src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
| D | SpeculativeJIT.cpp | 84 Error addModule(ThreadSafeModule TSM) { in addModule()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86PadShortFunction.cpp | 93 TargetSchedModel TSM; member
|
| D | X86FixupLEAs.cpp | 148 TargetSchedModel TSM; member in __anon1a2b708e0111::FixupLEAPass
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| D | KaleidoscopeJIT.h | 223 optimizeModule(ThreadSafeModule TSM, const MaterializationResponsibility &R) { in optimizeModule()
|
| D | toy.cpp | 1110 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/ |
| 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
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/ |
| D | toy.cpp | 614 auto TSM = ThreadSafeModule(std::move(TheModule), std::move(TheContext)); in HandleTopLevelExpression() local
|