Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1316 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl() local
1317 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()
1319 auto MU = std::move(UMII->second->MU); in lodgeQueryImpl()
1435 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl() local
1436 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()
1438 auto MU = std::move(UMII->second->MU); in lookupImpl()
1588 auto UMII = UnmaterializedInfos.find(EDO.ExistingDefItr->first); in defineImpl() local
1589 assert(UMII != UnmaterializedInfos.end() && in defineImpl()
1592 UMII->second->MU->doDiscard(*this, EDO.ExistingDefItr->first); in defineImpl()