Searched refs:getPhys (Results 1 – 8 of 8) sorted by relevance
89 Hint = getPhys(Hint); in hasPreferredPhys()90 return getPhys(VirtReg) == Hint; in hasPreferredPhys()252 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()355 VRM->getPhys(MO.getReg()) : in rewrite()361 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
118 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
281 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
2102 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2289 : VRM->getPhys(OtherReg); in collectHintInfo()2325 unsigned PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()2346 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
936 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()940 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
657 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid(); in addKillFlags()
93 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()98 unsigned getPhys(unsigned virtReg) const { in getPhys() function
256 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()