Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp88 Hint = getPhys(Hint); in hasPreferredPhys()
89 return getPhys(VirtReg) == Hint; in hasPreferredPhys()
251 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()
333 VRM->getPhys(MO.getReg()) : in rewrite()
339 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
DLiveRegMatrix.cpp90 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
DTargetRegisterInfo.cpp280 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
DLiveDebugVariables.cpp884 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
888 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DLiveIntervalAnalysis.cpp544 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid(); in addKillFlags()
DRegAllocGreedy.cpp2076 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
/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/Target/ARM/
DARMBaseRegisterInfo.cpp243 PairedPhys = getPairedGPR(VRM->getPhys(Hint.second), Odd, this); in getRegAllocationHints()