Lines Matching refs:PhysReg
63 InterferenceCache::Entry *InterferenceCache::get(MCRegister PhysReg) { in get() argument
64 unsigned char E = PhysRegEntries[PhysReg.id()]; in get()
65 if (E < CacheEntries && Entries[E].getPhysReg() == PhysReg) { in get()
81 Entries[E].reset(PhysReg, LIUArray, TRI, MF); in get()
82 PhysRegEntries[PhysReg] = E; in get()
96 for (MCRegUnit Unit : TRI->regunits(PhysReg)) in revalidate()
107 PhysReg = physReg; in reset()
113 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { in reset()
122 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { in valid()
193 if (MachineOperand::clobbersPhysReg(RegMaskBits[i], PhysReg)) { in update()
250 if (MachineOperand::clobbersPhysReg(RegMaskBits[i-1], PhysReg)) { in update()