Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp240 llvm::hash_value(const RegisterBankInfo::PartialMapping &PartMapping) { in hash_value() argument
241 return hashPartialMapping(PartMapping.StartIdx, PartMapping.Length, in hash_value()
242 PartMapping.RegBank); in hash_value()
257 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping() local
258 PartMapping = llvm::make_unique<PartialMapping>(StartIdx, Length, RegBank); in getPartialMapping()
259 return *PartMapping; in getPartialMapping()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h728 const RegisterBankInfo::PartialMapping &PartMapping) {
729 PartMapping.print(OS);
754 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);