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()
141 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
DLiveRegMatrix.cpp100 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment"); in assign()
DRegAllocGreedy.cpp493 if (VRM->hasPhys(VirtReg)) { in LRE_CanEraseVirtReg()
505 if (!VRM->hasPhys(VirtReg)) in LRE_WillShrinkVirtReg()
830 if (!VRM->hasPhys(Intf->reg)) in evictInterference()
2129 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2166 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2373 assert(VRM->hasPhys(Reg) && "We have unallocated variable!!"); in tryHintRecoloring()
2462 if (!VRM->hasPhys(LI->reg)) in tryHintsRecoloring()
DRegAllocBasic.cpp194 if (!VRM->hasPhys(Spill.reg)) in spillInterferences()
DVirtRegMap.cpp98 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.cpp256 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints()