Searched refs:getPhys (Results 1 – 15 of 15) 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
114 Hint = getPhys(Hint); in hasPreferredPhys()115 return Register(getPhys(VirtReg)) == Hint; in hasPreferredPhys()350 Register PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()560 MCRegister PhysReg = VRM->getPhys(VirtReg); in rewrite()
122 Register PhysReg = VRM->getPhys(VirtReg.reg()); in unassign()
1545 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()1549 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()1855 Register::isPhysicalRegister(VRM->getPhys(Reg))) { in emitDebugValues()1856 unsigned PhysReg = VRM->getPhys(Reg); in emitDebugValues()
2697 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2906 OtherReg.isPhysical() ? OtherReg.asMCReg() : VRM->getPhys(OtherReg); in collectHintInfo()2942 MCRegister PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()2968 MCRegister CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
441 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
1608 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
717 Register PhysReg = VRM->getPhys(Reg); 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()
507 Register UACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()518 Register ACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()
358 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()