Lines Matching defs:PhysReg
63 InterferenceCache::Entry *InterferenceCache::get(MCRegister PhysReg) {
64 unsigned char E = PhysRegEntries[PhysReg.id()];
65 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) {
81 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
82 PhysRegEntries[PhysReg] = E;
96 for (MCRegUnit Unit : TRI->regunits(PhysReg))
107 PhysReg = physReg;
113 for (MCRegUnit Unit : TRI->regunits(PhysReg)) {
122 for (MCRegUnit Unit : TRI->regunits(PhysReg)) {
193 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) {
194 // Register mask i clobbers PhysReg before the LIU interference.
250 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) {
251 // Register mask i-1 clobbers PhysReg after the LIU interference.