Home
last modified time | relevance | path

Searched refs:DependantJD (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp959 auto &DependantJD = *KV.first; in emit() local
960 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
963 DependantJD.MaterializingInfos.find(DependantName); in emit()
981 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
984 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
985 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1007 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1086 auto &DependantJD = *KV.first; in notifyFailed() local
1088 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1090 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp959 auto &DependantJD = *KV.first; in emit() local
960 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
963 DependantJD.MaterializingInfos.find(DependantName); in emit()
981 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
984 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
985 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1007 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1086 auto &DependantJD = *KV.first; in notifyFailed() local
1088 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1090 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp1142 auto &DependantJD = *KV.first; in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1163 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1167 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1191 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1268 auto &DependantJD = *KV.first; in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[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.cpp1142 auto &DependantJD = *KV.first; in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1163 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1167 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1191 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1268 auto &DependantJD = *KV.first; in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1142 auto &DependantJD = *KV.first; in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1163 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1166 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
1167 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1188 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1191 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1268 auto &DependantJD = *KV.first; in notifyFailed() local
1270 assert(DependantJD.Symbols.count(DependantName) && in notifyFailed()
1272 auto &DependantSym = DependantJD.Symbols[DependantName]; in notifyFailed()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1060 auto &DependantJD = *KV.first; in emit() local
1061 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1084 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1088 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1113 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1189 auto &DependantJD = *KV.first; in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp1060 auto &DependantJD = *KV.first; in emit() local
1061 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1084 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1088 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1113 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1189 auto &DependantJD = *KV.first; in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1060 auto &DependantJD = *KV.first; in emit() local
1061 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1084 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1088 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1113 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1189 auto &DependantJD = *KV.first; in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1063 auto &DependantJD = *KV.first; in emit() local
1064 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1067 DependantJD.MaterializingInfos.find(DependantName); in emit()
1087 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1091 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1114 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1116 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1192 auto &DependantJD = *KV.first; in failSymbols() local
1194 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1196 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1060 auto &DependantJD = *KV.first; in emit() local
1061 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1084 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1088 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1113 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1189 auto &DependantJD = *KV.first; in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1060 auto &DependantJD = *KV.first; in emit() local
1061 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1064 DependantJD.MaterializingInfos.find(DependantName); in emit()
1084 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1088 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1111 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1113 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
1189 auto &DependantJD = *KV.first; in failSymbols() local
1191 assert(DependantJD.Symbols.count(DependantName) && in failSymbols()
1193 auto &DependantSym = DependantJD.Symbols[DependantName]; in failSymbols()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1034 auto &DependantJD = *KV.first; in emit() local
1035 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1038 DependantJD.MaterializingInfos.find(DependantName); in emit()
1058 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1062 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1085 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1161 auto &DependantJD = *KV.first; 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()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1037 auto &DependantJD = *KV.first; in emit() local
1038 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1041 DependantJD.MaterializingInfos.find(DependantName); in emit()
1061 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1065 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1088 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1164 auto &DependantJD = *KV.first; 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()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1037 auto &DependantJD = *KV.first; in emit() local
1038 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1041 DependantJD.MaterializingInfos.find(DependantName); in emit()
1061 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1065 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
1088 Q->removeQueryDependence(DependantJD, DependantName); in emit()
1164 auto &DependantJD = *KV.first; 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()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp919 auto &DependantJD = *KV.first; in emit() local
922 DependantJD.MaterializingInfos.find(DependantName); in emit()
923 assert(DependantMII != DependantJD.MaterializingInfos.end() && in emit()
936 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
949 auto DependantSymI = DependantJD.Symbols.find(DependantName); in emit()
950 assert(DependantSymI != DependantJD.Symbols.end() && in emit()
959 Q->removeQueryDependence(DependantJD, DependantName); in emit()
962 DependantJD.MaterializingInfos.erase(DependantMII); in emit()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/Orc/
H A DCore.cpp938 auto &DependantJD = *KV.first; in emit() local
941 DependantJD.MaterializingInfos.find(DependantName); in emit()
942 assert(DependantMII != DependantJD.MaterializingInfos.end() && in emit()
955 DependantJD.transferEmittedNodeDependencies(DependantMI, 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()
979 DependantJD.MaterializingInfos.erase(DependantMII); in emit()