Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1142 auto &DependantJD = *KV.first; in emit() local
1145 DependantJD.MaterializingInfos.find(DependantName); in emit()
1146 assert(DependantMII != DependantJD.MaterializingInfos.end() && 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()
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1034 auto &DependantJD = *KV.first; in emit() local
1035 auto &DependantJDReadySymbols = ReadySymbols[&DependantJD]; in emit()
1038 DependantJD.MaterializingInfos.find(DependantName); in emit()
1039 assert(DependantMII != DependantJD.MaterializingInfos.end() && in emit()
1058 DependantJD.transferEmittedNodeDependencies(DependantMI, in emit()
1061 auto DependantSymI = DependantJD.Symbols.find(DependantName); 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()
[all …]