Searched refs:getPhys (Results 1 – 17 of 17) sorted by relevance
186 Register PhysReg = VRM->getPhys(Reg); in CheckNSA()302 OrigRegs.push_back(VRM->getPhys(Reg)); in runOnMachineFunction()321 << " " << llvm::printReg((VRM->getPhys(LI->reg())), TRI); in runOnMachineFunction()359 << llvm::printReg((VRM->getPhys(Intervals.front()->reg())), TRI) in runOnMachineFunction()361 << llvm::printReg((VRM->getPhys(Intervals.back()->reg())), TRI) in runOnMachineFunction()
132 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()150 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
93 Register PhysReg = VRM->getPhys(Reg); in addToWWMSpills()
100 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()105 MCRegister getPhys(Register virtReg) const { in getPhys() function
131 if (VRM.getPhys(VirtReg) == VirtRegMap::NO_PHYS_REG) in INITIALIZE_PASS_DEPENDENCY()133 unsigned Index = VRM.getPhys(VirtReg) - X86::TMM0; in INITIALIZE_PASS_DEPENDENCY()
114 Hint = getPhys(Hint); in hasPreferredPhys()115 return Register(getPhys(VirtReg)) == Hint; in hasPreferredPhys()350 Register PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()553 MCRegister PhysReg = VRM->getPhys(VirtReg); in rewrite()
1264 OtherReg.isPhysical() ? OtherReg.asMCReg() : VRM->getPhys(OtherReg); in trySplitAroundHintReg()1853 MCRegister AssignedReg = VRM.getPhys(Intf.reg()); in assignedRegPartiallyOverlaps()2024 RecolorStack.push_back(std::make_pair(RC, VRM->getPhys(ItVirtReg))); in tryLastChanceRecoloring()2255 OtherReg.isPhysical() ? OtherReg.asMCReg() : VRM->getPhys(OtherReg); in collectHintInfo()2291 MCRegister PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()2317 MCRegister CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()2571 SrcReg = VRM->getPhys(SrcReg); in computeStats()2576 DestReg = VRM->getPhys(DestReg); in computeStats()
122 Register PhysReg = VRM->getPhys(VirtReg.reg()); in unassign()
1533 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()1537 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()1843 Register::isPhysicalRegister(VRM->getPhys(Reg))) { in emitDebugValues()1844 unsigned PhysReg = VRM->getPhys(Reg); in emitDebugValues()
439 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
1708 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
724 Register PhysReg = VRM->getPhys(Reg); in addKillFlags()
42 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32() 111 Reg.isPhysical() ? Reg : Register(VRM->getPhys(Reg)); in getRegAllocationHints()
1398 ? (VRM ? Register(VRM->getPhys(Reg)) : Register()) in foldMemoryOperandImpl()1411 Register DstReg = VRM->getPhys(MI.getOperand(0).getReg()); in foldMemoryOperandImpl()1412 Register AccReg = VRM->getPhys(MI.getOperand(3).getReg()); in foldMemoryOperandImpl()1444 (DstReg.isVirtual() ? Register(VRM->getPhys(DstReg)) : DstReg); in foldMemoryOperandImpl()1450 SrcReg.isVirtual() && DstPhys == VRM->getPhys(SrcReg)) in foldMemoryOperandImpl()
821 Register PhysReg = Reg.isPhysical() ? Reg : Register(VRM->getPhys(Reg)); in getRegAllocationHints()896 Register PhysReg = Reg.isPhysical() ? Reg : Register(VRM->getPhys(Reg)); in getRegAllocationHints()
371 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
601 Register UACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()621 Register ACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()