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

References

include/llvm/CodeGen/VirtRegMap.h
   97       return getPhys(virtReg) != NO_PHYS_REG;
lib/CodeGen/InlineSpiller.cpp
 1535     VRM.assignVirt2Phys(New, VRM.getPhys(Old));
lib/CodeGen/LiveDebugVariables.cpp
 1175           Register::isPhysicalRegister(VRM.getPhys(VirtReg))) {
 1179         Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
lib/CodeGen/LiveIntervals.cpp
  701     for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid();
lib/CodeGen/LiveRegMatrix.cpp
  121   Register PhysReg = VRM->getPhys(VirtReg.reg);
lib/CodeGen/RegAllocGreedy.cpp
 2671       VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg);
 2886                                 : VRM->getPhys(OtherReg);
 2922   Register PhysReg = VRM->getPhys(Reg);
 2943     Register CurrPhys = VRM->getPhys(Reg);
lib/CodeGen/TargetRegisterInfo.cpp
  405       Phys = VRM->getPhys(Phys);
lib/CodeGen/VirtRegMap.cpp
  106     Hint = getPhys(Hint);
  107   return getPhys(VirtReg) == Hint;
  322     Register PhysReg = VRM->getPhys(VirtReg);
  518         Register PhysReg = VRM->getPhys(VirtReg);
lib/Target/AMDGPU/GCNNSAReassign.cpp
  180     Register PhysReg = VRM->getPhys(Reg);
  287       OrigRegs.push_back(VRM->getPhys(Reg));
  298                  dbgs() << " " << llvm::printReg((VRM->getPhys(LI->reg)), TRI);
  335                  << llvm::printReg((VRM->getPhys(Intervals.front()->reg)), TRI)
  337                  << llvm::printReg((VRM->getPhys(Intervals.back()->reg)), TRI)
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  241            << llvm::printReg(VRM->getPhys(Reg), TRI) << ')';
  300     Reg = VRM->getPhys(Reg);
  428   Register PhysReg = VRM->getPhys(Reg);
  657   Register OrigReg = VRM->getPhys(C.Reg);
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
  134         Register PhysReg = VRM->getPhys(VirtReg);
  152     const Register PhysReg = VRM->getPhys(Reg);
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  334     PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this);
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1170           (Register::isVirtualRegister(DstReg) ? VRM->getPhys(DstReg) : DstReg);
 1177           DstPhys == VRM->getPhys(SrcReg))
lib/Target/SystemZ/SystemZRegisterInfo.cpp
   44     Register PhysReg = VRM->getPhys(MO.getReg());
  173             Register::isPhysicalRegister(Reg) ? Reg : VRM->getPhys(Reg);