Searched refs:getRegAllocPref (Results 1 – 5 of 5) sorted by relevance
209 unsigned getRegAllocPref(unsigned virtReg);213 return getPhys(VirtReg) == getRegAllocPref(VirtReg); in hasPreferredPhys()
448 unsigned Preference = vrm_->getRegAllocPref(cur.reg); in attemptTrivialCoalescing()973 unsigned physReg = vrm_->getRegAllocPref(cur->reg); in assignRegOrStackSlotAtInterval()993 if (!vrm_->getRegAllocPref(cur->reg) && cur->hasAtLeastOneValue()) { in assignRegOrStackSlotAtInterval()1526 unsigned Preference = vrm_->getRegAllocPref(cur->reg); in getFreePhysReg()
118 unsigned VirtRegMap::getRegAllocPref(unsigned virtReg) { in getRegAllocPref() function in VirtRegMap
583 unsigned physReg = vrm->getRegAllocPref(li->reg); in finalizeAlloc()
423 if (TargetRegisterInfo::isPhysicalRegister(VRM->getRegAllocPref(Reg))) in enqueue()