Lines Matching refs:PhysReg
168 void addLiveInsForSubRanges(const LiveInterval &LI, unsigned PhysReg) const;
245 unsigned PhysReg) const { in addLiveInsForSubRanges()
283 MBB->addLiveIn(PhysReg, LaneMask); in addLiveInsForSubRanges()
299 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns() local
300 assert(PhysReg != VirtRegMap::NO_PHYS_REG && "Unmapped virtual register."); in addMBBLiveIns()
303 addLiveInsForSubRanges(LI, PhysReg); in addMBBLiveIns()
313 MBB->addLiveIn(PhysReg); in addMBBLiveIns()
399 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite() local
400 assert(PhysReg != VirtRegMap::NO_PHYS_REG && in rewrite()
402 assert(!MRI->isReserved(PhysReg) && "Reserved register assignment"); in rewrite()
412 SuperKills.push_back(PhysReg); in rewrite()
417 SuperDeads.push_back(PhysReg); in rewrite()
419 SuperDefs.push_back(PhysReg); in rewrite()
441 PhysReg = TRI->getSubReg(PhysReg, SubReg); in rewrite()
442 assert(PhysReg && "Invalid SubReg for physical register"); in rewrite()
447 MO.setReg(PhysReg); in rewrite()