Home
last modified time | relevance | path

Searched refs:DependantName (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp961 for (auto &DependantName : KV.second) { in emit() local
963 DependantJD.MaterializingInfos.find(DependantName); in emit()
984 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1000 DependantJDReadySymbols.push_back(DependantName); in emit()
1004 DependantName, DependantSymI->second.getSymbol()); in emit()
1007 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1087 for (auto &DependantName : KV.second) { in notifyFailed() local
1088 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1090 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1094 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp961 for (auto &DependantName : KV.second) { in emit() local
963 DependantJD.MaterializingInfos.find(DependantName); in emit()
984 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1000 DependantJDReadySymbols.push_back(DependantName); in emit()
1004 DependantName, DependantSymI->second.getSymbol()); in emit()
1007 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1087 for (auto &DependantName : KV.second) { in notifyFailed() local
1088 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1090 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1094 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp1143 for (auto &DependantName : KV.second) { in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1164 DependantName, MI); in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1185 DependantName, DependantSymI->second.getSymbol()); in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1269 for (auto &DependantName : KV.second) { in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1276 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1143 for (auto &DependantName : KV.second) { in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1164 DependantName, MI); in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1185 DependantName, DependantSymI->second.getSymbol()); in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1269 for (auto &DependantName : KV.second) { in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1276 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1143 for (auto &DependantName : KV.second) { in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1164 DependantName, MI); in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1185 DependantName, DependantSymI->second.getSymbol()); in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1269 for (auto &DependantName : KV.second) { in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
1276 assert(DependantJD.MaterializingInfos.count(DependantName) && in notifyFailed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1036 for (auto &DependantName : KV.second) { in emit() local
1038 DependantJD.MaterializingInfos.find(DependantName); in emit()
1077 DependantJDReadySymbols.push_back(DependantName); in emit()
1082 DependantName, DependantSymI->second.getSymbol()); in emit()
1085 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1162 for (auto &DependantName : KV.second) { in failSymbols() local
1163 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1165 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1169 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1646 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1062 for (auto &DependantName : KV.second) { in emit() local
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1103 DependantJDReadySymbols.push_back(DependantName); in emit()
1108 DependantName, DependantSymI->second.getSymbol()); in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1190 for (auto &DependantName : KV.second) { in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1197 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1677 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp1062 for (auto &DependantName : KV.second) { in emit() local
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1103 DependantJDReadySymbols.push_back(DependantName); in emit()
1108 DependantName, DependantSymI->second.getSymbol()); in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1190 for (auto &DependantName : KV.second) { in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1197 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1677 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1039 for (auto &DependantName : KV.second) { in emit() local
1041 DependantJD.MaterializingInfos.find(DependantName); in emit()
1080 DependantJDReadySymbols.push_back(DependantName); in emit()
1085 DependantName, DependantSymI->second.getSymbol()); in emit()
1088 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1165 for (auto &DependantName : KV.second) { in failSymbols() local
1166 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1168 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1172 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1647 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1062 for (auto &DependantName : KV.second) { in emit() local
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1103 DependantJDReadySymbols.push_back(DependantName); in emit()
1108 DependantName, DependantSymI->second.getSymbol()); in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1190 for (auto &DependantName : KV.second) { in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1197 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1677 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1065 for (auto &DependantName : KV.second) { in emit() local
1067 DependantJD.MaterializingInfos.find(DependantName); in emit()
1106 DependantJDReadySymbols.push_back(DependantName); in emit()
1111 DependantName, DependantSymI->second.getSymbol()); in emit()
1114 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1193 for (auto &DependantName : KV.second) { in failSymbols() local
1194 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1196 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1200 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1682 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1062 for (auto &DependantName : KV.second) { in emit() local
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1103 DependantJDReadySymbols.push_back(DependantName); in emit()
1108 DependantName, DependantSymI->second.getSymbol()); in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1190 for (auto &DependantName : KV.second) { in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1197 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1677 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1039 for (auto &DependantName : KV.second) { in emit() local
1041 DependantJD.MaterializingInfos.find(DependantName); in emit()
1080 DependantJDReadySymbols.push_back(DependantName); in emit()
1085 DependantName, DependantSymI->second.getSymbol()); in emit()
1088 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1165 for (auto &DependantName : KV.second) { in failSymbols() local
1166 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1168 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1172 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1647 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1062 for (auto &DependantName : KV.second) { in emit() local
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1103 DependantJDReadySymbols.push_back(DependantName); in emit()
1108 DependantName, DependantSymI->second.getSymbol()); in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1190 for (auto &DependantName : KV.second) { in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
1197 assert(DependantJD.MaterializingInfos.count(DependantName) && in failSymbols()
1677 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp1095 for (auto &DependantName : KV.second) { in finalize() local
1097 DependantVSO.MaterializingInfos.find(DependantName); in finalize()
1112 DependantName, MI); in finalize()
1125 Q->removeQueryDependence(DependantVSO, DependantName); in finalize()
1130 assert(DependantVSO.Symbols.count(DependantName) && in finalize()
1132 auto &DependantSym = DependantVSO.Symbols[DependantName]; in finalize()
1623 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferFinalizedNodeDependencies() argument
1642 DependencyMI.Dependants[this].insert(DependantName); in transferFinalizedNodeDependencies()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp920 for (auto &DependantName : KV.second) { in emit() local
922 DependantJD.MaterializingInfos.find(DependantName); in emit()
937 DependantName, MI); in emit()
949 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
956 DependantName, DependantSymI->second.getSymbol()); in emit()
959 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1564 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
1583 DependencyMI.Dependants[this].insert(DependantName); in transferEmittedNodeDependencies()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp939 for (auto &DependantName : KV.second) { in emit() local
941 DependantJD.MaterializingInfos.find(DependantName); in emit()
956 DependantName, MI); in emit()
969 Q->removeQueryDependence(DependantJD, DependantName); in emit()
974 assert(DependantJD.Symbols.count(DependantName) && in emit()
976 auto &DependantSym = DependantJD.Symbols[DependantName]; in emit()
1550 MaterializingInfo &DependantMI, const SymbolStringPtr &DependantName, in transferEmittedNodeDependencies() argument
1569 DependencyMI.Dependants[this].insert(DependantName); in transferEmittedNodeDependencies()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCore.h707 const SymbolStringPtr &DependantName,
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCore.h669 const SymbolStringPtr &DependantName,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCore.h725 const SymbolStringPtr &DependantName,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCore.h1028 const SymbolStringPtr &DependantName,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1028 const SymbolStringPtr &DependantName,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1028 const SymbolStringPtr &DependantName,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1028 const SymbolStringPtr &DependantName,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCore.h1028 const SymbolStringPtr &DependantName,

12