Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp274 llvm::hash_value(const RegisterBankInfo::PartialMapping &PartMapping) { in hash_value() argument
275 return hashPartialMapping(PartMapping.StartIdx, PartMapping.Length, in hash_value()
276 PartMapping.RegBank); in hash_value()
291 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping() local
292 PartMapping = std::make_unique<PartialMapping>(StartIdx, Length, RegBank); in getPartialMapping()
293 return *PartMapping; in getPartialMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h745 const RegisterBankInfo::PartialMapping &PartMapping) {
746 PartMapping.print(OS);
771 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);