Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegPair

726   for (auto RegPair : SrcRegs) {
727 MIB.addReg(RegPair.Reg, 0, RegPair.SubReg);
729 // Since we're extended the lifetime of RegPair.Reg, clear the
730 // kill flags to account for that and make RegPair.Reg reaches
732 MRI->clearKillFlags(RegPair.Reg);