Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1410 auto UMII = I->second.hasMaterializerAttached() in remove() local
1413 SymbolsToRemove.push_back(std::make_pair(I, UMII)); in remove()
1426 auto UMII = SymbolMaterializerItrPair.second; in remove() local
1429 if (UMII != UnmaterializedInfos.end()) { in remove()
1430 UMII->second->MU->doDiscard(*this, UMII->first); in remove()
1431 UnmaterializedInfos.erase(UMII); in remove()
1552 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl() local
1553 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()
1555 auto MU = std::move(UMII->second->MU); in lodgeQueryImpl()
1672 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl() local
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1301 auto UMII = I->second.hasMaterializerAttached() in remove() local
1304 SymbolsToRemove.push_back(std::make_pair(I, UMII)); in remove()
1317 auto UMII = SymbolMaterializerItrPair.second; in remove() local
1320 if (UMII != UnmaterializedInfos.end()) { in remove()
1321 UMII->second->MU->doDiscard(*this, UMII->first); in remove()
1322 UnmaterializedInfos.erase(UMII); in remove()
1602 auto UMII = UnmaterializedInfos.find(S); in defineImpl() local
1603 assert(UMII != UnmaterializedInfos.end() && in defineImpl()
1605 UMII->second->MU->doDiscard(*this, S); in defineImpl()
2383 auto UMII = JD.UnmaterializedInfos.find(Name); in OL_completeLookup() local
[all …]