Searched refs:getPhys (Results 1 – 14 of 14) sorted by relevance
181 Register PhysReg = VRM->getPhys(Reg); in CheckNSA()288 OrigRegs.push_back(VRM->getPhys(Reg)); in runOnMachineFunction()299 dbgs() << " " << llvm::printReg((VRM->getPhys(LI->reg)), TRI); in runOnMachineFunction()336 << llvm::printReg((VRM->getPhys(Intervals.front()->reg)), TRI) in runOnMachineFunction()338 << llvm::printReg((VRM->getPhys(Intervals.back()->reg)), TRI) in runOnMachineFunction()
135 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()153 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
242 << llvm::printReg(VRM->getPhys(Reg), TRI) << ')'; in printReg()301 Reg = VRM->getPhys(Reg); in getRegBankMask()429 Register PhysReg = VRM->getPhys(Reg); in isReassignable()658 Register OrigReg = VRM->getPhys(C.Reg); in tryReassign()
97 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()102 Register getPhys(Register virtReg) const { in getPhys() function
106 Hint = getPhys(Hint); in hasPreferredPhys()107 return getPhys(VirtReg) == Hint; in hasPreferredPhys()322 Register PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()518 Register PhysReg = VRM->getPhys(VirtReg); in rewrite()
122 Register PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
405 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
2671 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2886 : VRM->getPhys(OtherReg); in collectHintInfo()2922 Register PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()2943 Register CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
1195 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()1199 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
1532 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
712 for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid(); in addKillFlags()
44 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32()116 Register::isPhysicalRegister(Reg) ? Reg : VRM->getPhys(Reg); in getRegAllocationHints()
1177 (Register::isVirtualRegister(DstReg) ? VRM->getPhys(DstReg) : DstReg); in foldMemoryOperandImpl()1184 DstPhys == VRM->getPhys(SrcReg)) in foldMemoryOperandImpl()
334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()