Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp552 for (const RegisterBankInfo::PartialMapping &PartMap : *this) { in verify()
555 assert(PartMap.verify() && "Partial mapping is invalid"); in verify()
559 std::max(OrigValueBitWidth, PartMap.getHighBitIdx() + 1); in verify()
564 for (const RegisterBankInfo::PartialMapping &PartMap : *this) { in verify()
568 APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx, in verify()
569 PartMap.getHighBitIdx() + 1); in verify()
588 for (const PartialMapping &PartMap : *this) { in print()
591 OS << '[' << PartMap << ']'; in print()
703 const PartialMapping *PartMap = ValMapping.begin(); in createVRegs() local
705 assert(PartMap != ValMapping.end() && "Out-of-bound access"); in createVRegs()
[all …]