Home
last modified time | relevance | path

Searched refs:hasPhys (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp89 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
140 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
DLiveRegMatrix.cpp78 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
DRegAllocBasic.cpp195 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
DRegAllocGreedy.cpp455 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
465 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
782 if (!VRM->hasPhys(Intf->reg)) in evictInterference()
2072 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2109 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
DVirtRegMap.cpp97 return hasPhys(Hint.second); in hasKnownPreference()
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h92 bool hasPhys(unsigned virtReg) const { in hasPhys() function
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp242 if (VRM && VRM->hasPhys(Hint.second)) { in getRegAllocationHints()