Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.h130 unsigned getRegAllocPref(unsigned virtReg);
134 return getPhys(VirtReg) == getRegAllocPref(VirtReg); in hasPreferredPhys()
DVirtRegMap.cpp79 unsigned VirtRegMap::getRegAllocPref(unsigned virtReg) { in getRegAllocPref() function in VirtRegMap
DRegAllocPBQP.cpp530 unsigned physReg = vrm->getRegAllocPref(li->reg); in finalizeAlloc()
DRegAllocGreedy.cpp417 if (TargetRegisterInfo::isPhysicalRegister(VRM->getRegAllocPref(Reg))) in enqueue()