Home
last modified time | relevance | path

Searched refs:getPhys (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNNSAReassign.cpp176 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()
DSIPreAllocateWWMRegs.cpp131 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()
150 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DVirtRegMap.h101 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()
106 MCRegister getPhys(Register virtReg) const { in getPhys() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DVirtRegMap.cpp114 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()
DLiveRegMatrix.cpp122 Register PhysReg = VRM->getPhys(VirtReg.reg()); in unassign()
DLiveDebugVariables.cpp1545 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()
DRegAllocGreedy.cpp2697 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()
DTargetRegisterInfo.cpp441 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
DInlineSpiller.cpp1608 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
DLiveIntervals.cpp717 Register PhysReg = VRM->getPhys(Reg); in addKillFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TileConfig.cpp123 unsigned Index = VRM.getPhys(VirtReg) - X86::TMM0; in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp42 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32()
112 : Register(VRM->getPhys(Reg)); in getRegAllocationHints()
DSystemZInstrInfo.cpp1202 ? (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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp507 Register UACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()
518 Register ACCPhys = VRM->getPhys(ResultReg); in getRegAllocationHints()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp358 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()