reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/InlineSpiller.cpp
 1534   if (VRM.hasPhys(Old))
lib/CodeGen/LiveRegMatrix.cpp
  106   assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
lib/CodeGen/RegAllocBase.cpp
   90     assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned");
  148       assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
lib/CodeGen/RegAllocBasic.cpp
  146   if (VRM->hasPhys(VirtReg)) {
  160   if (!VRM->hasPhys(VirtReg))
  230     if (!VRM->hasPhys(Spill.reg))
lib/CodeGen/RegAllocGreedy.cpp
  638   if (VRM->hasPhys(VirtReg)) {
  652   if (!VRM->hasPhys(VirtReg))
 1077     if (!VRM->hasPhys(Intf->reg))
 2667       assert(VRM->hasPhys(ItVirtReg) &&
 2719       if (VRM->hasPhys(ItVirtReg))
 2938     assert(VRM->hasPhys(Reg) && "We have unallocated variable!!");
 3028     if (!VRM->hasPhys(LI->reg))
lib/CodeGen/VirtRegMap.cpp
  115     return hasPhys(Hint.second);
lib/Target/AMDGPU/GCNNSAReassign.cpp
  116     if (VRM->hasPhys(Intervals[N]->reg))
  304       if (VRM->hasPhys(Intervals.back()->reg)) // Did not change allocation.
  323         if (VRM->hasPhys(Intervals[I]->reg))
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
  101   if (VRM->hasPhys(Reg))
  131         if (!VRM->hasPhys(VirtReg))
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  333   } else if (VRM && VRM->hasPhys(Paired)) {
lib/Target/SystemZ/SystemZRegisterInfo.cpp
   43   if (VRM && VRM->hasPhys(MO.getReg())) {