Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h93 return getPhys(virtReg) != NO_PHYS_REG; in hasPhys()
98 unsigned getPhys(unsigned virtReg) const { in getPhys() function
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp89 Hint = getPhys(Hint); in hasPreferredPhys()
90 return getPhys(VirtReg) == Hint; in hasPreferredPhys()
296 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()
372 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
DLiveRegMatrix.cpp115 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
DTargetRegisterInfo.cpp354 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
DRegAllocGreedy.cpp2133 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2321 : VRM->getPhys(OtherReg); in collectHintInfo()
2357 unsigned PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()
2378 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
DLiveDebugVariables.cpp918 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
922 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DLiveIntervalAnalysis.cpp687 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid(); in addKillFlags()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp257 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()