Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp81 unsigned Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys()
DRegAllocPBQP.cpp530 unsigned physReg = mri->getSimpleHint(li->reg); in finalizeAlloc()
DRegAllocGreedy.cpp471 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg)) in tryAssign()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h365 unsigned getSimpleHint(unsigned Reg) const { in getSimpleHint() function