Searched refs:superregs (Results 1 – 18 of 18) sorted by relevance
28 return MCRI->superregs(Reg).empty(); in isSuperReg()56 for (auto SuperReg : MCRI->superregs(Reg)) in getSuperReg()
250 iterator_range<MCSuperRegIterator> superregs(MCRegister Reg) const;627 return is_contained(superregs(RegA), RegB); in isSuperRegister()786 MCRegisterInfo::superregs(MCRegister Reg) const { in superregs() function798 return concat<const MCPhysReg>(subregs_inclusive(Reg), superregs(Reg)); in sub_and_superregs_inclusive()
143 for (MCPhysReg SR : TRI->superregs(I)) in hasLiveDefs()
144 for (MCPhysReg I : MRI.superregs(RegID)) { in onInstructionExecuted()329 for (MCPhysReg I : MRI.superregs(RegID)) { in addRegisterWrite()384 for (MCPhysReg I : MRI.superregs(RegID)) { in removeRegisterWrite()
244 for (MCPhysReg SuperReg : TRI->superregs(Reg)) { in PrescanInstruction()305 for (MCPhysReg SR : TRI->superregs(Reg)) in ScanInstruction()
268 if (any_of(TRI.superregs(Reg), [&](MCPhysReg SReg) { in addLiveIns()
89 for (MCPhysReg SR : superregs(Reg)) { in checkAllSuperRegsMarked()
450 for (MCPhysReg SR : TRI->superregs(Reg)) in HandleRegMask()
473 for (const MCPhysReg &SuperReg : RegInfo->superregs(Reg)) { in assignCalleeSavedSpillSlots()
889 if (any_of(TRI->superregs(Reg), [&](MCPhysReg SReg) { in mergeCommonTails()
78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg()
110 for (MCPhysReg Super : superregs(Reg)) in getMatchingSuperReg()
127 for (MCPhysReg SR : TRI.superregs(MachineReg)) { in addMachineReg()
1578 for (MCPhysReg SP : TRI->superregs(AP)) { in assignCalleeSavedSpillSlots()1608 for (MCPhysReg SR : TRI->superregs(R)) in assignCalleeSavedSpillSlots()1632 for (MCPhysReg SR : TRI->superregs(R)) { in assignCalleeSavedSpillSlots()
69 unsigned Pair = *RI->superregs(Reg).begin(); in getHexagonRegisterPair()
4341 for (MCPhysReg SR : HRI.superregs(DefMO.getReg())) { in getOperandLatency()4352 for (MCPhysReg SR : HRI.superregs(UseMO.getReg())) { in getOperandLatency()
358 for (MCPhysReg Super : RI->superregs(Reg)) in getPairedGPR()
309 for (MCPhysReg SR : TRI->superregs(Reg)) { in PrintAsmOperand()