Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp285 const auto &It = MapOfPartialMappings.find(Hash); in getPartialMapping()
286 if (It != MapOfPartialMappings.end()) in getPartialMapping()
291 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h396 MapOfPartialMappings; variable