Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NewSuperReg

630     const unsigned NewSuperReg = Order[R];
632 if (!MRI.isAllocatable(NewSuperReg)) continue;
634 if (NewSuperReg == SuperReg) continue;
636 DEBUG(dbgs() << " [" << TRI->getName(NewSuperReg) << ':');
641 // of NewSuperReg and make sure it is free to be renamed.
646 NewReg = NewSuperReg;
650 NewReg = TRI->getSubReg(NewSuperReg, NewSubRegIdx);