Home
last modified time | relevance | path

Searched refs:getRegAllocPref (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h209 unsigned getRegAllocPref(unsigned virtReg);
213 return getPhys(VirtReg) == getRegAllocPref(VirtReg); in hasPreferredPhys()
DRegAllocLinearScan.cpp448 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()
DVirtRegMap.cpp118 unsigned VirtRegMap::getRegAllocPref(unsigned virtReg) { in getRegAllocPref() function in VirtRegMap
DRegAllocPBQP.cpp583 unsigned physReg = vrm->getRegAllocPref(li->reg); in finalizeAlloc()
DRegAllocGreedy.cpp423 if (TargetRegisterInfo::isPhysicalRegister(VRM->getRegAllocPref(Reg))) in enqueue()