Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp89 Hint = getPhys(Hint); in hasPreferredPhys()
90 return getPhys(VirtReg) == Hint; in hasPreferredPhys()
252 unsigned PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()
355 VRM->getPhys(MO.getReg()) : in rewrite()
361 unsigned PhysReg = VRM->getPhys(VirtReg); in rewrite()
DLiveRegMatrix.cpp118 unsigned PhysReg = VRM->getPhys(VirtReg.reg); in unassign()
DTargetRegisterInfo.cpp281 Phys = VRM->getPhys(Phys); in getRegAllocationHints()
DRegAllocGreedy.cpp2102 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2289 : VRM->getPhys(OtherReg); in collectHintInfo()
2325 unsigned PhysReg = VRM->getPhys(Reg); in tryHintRecoloring()
2346 unsigned CurrPhys = VRM->getPhys(Reg); in tryHintRecoloring()
DLiveDebugVariables.cpp936 TargetRegisterInfo::isPhysicalRegister(VRM.getPhys(VirtReg))) { in rewriteLocations()
940 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DLiveIntervalAnalysis.cpp657 for (MCRegUnitIterator Units(VRM->getPhys(Reg), TRI); Units.isValid(); in addKillFlags()
/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.cpp256 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()