Searched refs:SuperRegs (Results 1 – 3 of 3) sorted by relevance
116 uint32_t SuperRegs; // Super-register set, described above member589 I.init(Reg.id(), MCRI->DiffLists + MCRI->get(Reg).SuperRegs);
228 return SuperRegs; in getSuperRegs()300 SuperRegList SuperRegs; variable
578 if (!SubReg.second->SuperRegs.empty() && in computeSuperRegs()579 SubReg.second->SuperRegs.back() == this) in computeSuperRegs()581 SubReg.second->SuperRegs.push_back(this); in computeSuperRegs()2382 const std::vector<const CodeGenRegister *> &SuperRegs = It->second; in inferMatchingSuperRegClass() local2383 SubSetVec.insert(SubSetVec.end(), SuperRegs.begin(), SuperRegs.end()); in inferMatchingSuperRegClass()