Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp276 llvm::hash_value(const RegisterBankInfo::PartialMapping &PartMapping) { in hash_value() argument
277 return hashPartialMapping(PartMapping.StartIdx, PartMapping.Length, in hash_value()
278 PartMapping.RegBank); in hash_value()
293 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping() local
294 PartMapping = std::make_unique<PartialMapping>(StartIdx, Length, RegBank); in getPartialMapping()
295 return *PartMapping; in getPartialMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h766 const RegisterBankInfo::PartialMapping &PartMapping) {
767 PartMapping.print(OS);
792 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);