Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp271 llvm::hash_value(const RegisterBankInfo::PartialMapping &PartMapping) { in hash_value() argument
272 return hashPartialMapping(PartMapping.StartIdx, PartMapping.Length, in hash_value()
273 PartMapping.RegBank); in hash_value()
288 auto &PartMapping = MapOfPartialMappings[Hash]; in getPartialMapping() local
289 PartMapping = std::make_unique<PartialMapping>(StartIdx, Length, RegBank); in getPartialMapping()
290 return *PartMapping; in getPartialMapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h745 const RegisterBankInfo::PartialMapping &PartMapping) {
746 PartMapping.print(OS);
771 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);