Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h727 const RegisterBankInfo::PartialMapping &PartMapping) {
728 PartMapping.print(OS);
753 hash_code hash_value(const RegisterBankInfo::PartialMapping &PartMapping);
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h577 const RegisterBankInfo::PartialMapping &PartMapping) {
578 PartMapping.print(OS);