Searched refs:getPhys (Results 1 – 14 of 14) sorted by relevance
176 Register PhysReg = VRM->getPhys(Reg); in CheckNSA()291 OrigRegs.push_back(VRM->getPhys(Reg)); in runOnMachineFunction()310 << " " << llvm::printReg((VRM->getPhys(LI->reg())), TRI); in runOnMachineFunction()348 << llvm::printReg((VRM->getPhys(Intervals.front()->reg())), TRI) in runOnMachineFunction()350 << llvm::printReg((VRM->getPhys(Intervals.back()->reg())), TRI) in runOnMachineFunction()
131 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()150 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
101 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()106 MCRegister getPhys(Register virtReg) const { in getPhys() function
107 Hint = getPhys(Hint); in hasPreferredPhys()108 return Register(getPhys(VirtReg)) == Hint; in hasPreferredPhys()334 Register PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()544 MCRegister PhysReg = VRM->getPhys(VirtReg); in rewrite()
122 Register PhysReg = VRM->getPhys(VirtReg.reg()); in unassign()
2678 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2887 OtherReg.isPhysical() ? OtherReg.asMCReg() : VRM->getPhys(OtherReg); in collectHintInfo()2923 MCRegister PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()2944 MCRegister CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
441 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
1428 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()1432 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
1608 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
719 for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid(); in addKillFlags()
123 unsigned Index = VRM.getPhys(VirtReg) - X86::TMM0; in INITIALIZE_PASS_DEPENDENCY()
42 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32()112 : Register(VRM->getPhys(Reg)); in getRegAllocationHints()
1202 ? (VRM ? Register(VRM->getPhys(Reg)) : Register()) in foldMemoryOperandImpl()1215 Register DstReg = VRM->getPhys(MI.getOperand(0).getReg()); in foldMemoryOperandImpl()1216 Register AccReg = VRM->getPhys(MI.getOperand(3).getReg()); in foldMemoryOperandImpl()1248 (Register::isVirtualRegister(DstReg) ? Register(VRM->getPhys(DstReg)) in foldMemoryOperandImpl()1256 DstPhys == VRM->getPhys(SrcReg)) in foldMemoryOperandImpl()
353 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()