Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A 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()
H A DSIPreAllocateWWMRegs.cpp131 Register PhysReg = VRM->getPhys(VirtReg); in rewriteRegs()
150 const Register PhysReg = VRM->getPhys(Reg); in rewriteRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h101 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()
106 MCRegister getPhys(Register virtReg) const { in getPhys() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp107 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()
H A DLiveRegMatrix.cpp122 Register PhysReg = VRM->getPhys(VirtReg.reg()); in unassign()
H A DRegAllocGreedy.cpp2678 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()
H A DTargetRegisterInfo.cpp441 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
H A DLiveDebugVariables.cpp1428 Register::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
1432 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
H A DInlineSpiller.cpp1608 VRM.assignVirt2Phys(New, VRM.getPhys(Old)); in LRE_DidCloneVirtReg()
H A DLiveIntervals.cpp719 for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid(); in addKillFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp123 unsigned Index = VRM.getPhys(VirtReg) - X86::TMM0; in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp42 Register PhysReg = VRM->getPhys(MO.getReg()); in getRC32()
112 : Register(VRM->getPhys(Reg)); in getRegAllocationHints()
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp353 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()