reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
584 if (Register::isVirtualRegister(RS.Reg)) { 585 const TargetRegisterClass *VC = MRI->getRegClass(RS.Reg); 589 assert(Register::isPhysicalRegister(RS.Reg)); 590 PhysR = RS.Reg; 592 Register PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); 592 Register PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub);