Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp104 unsigned Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys()
H A DMIRPrinter.cpp290 unsigned PreferredReg = RegInfo.getSimpleHint(Reg); in convert()
H A DRegAllocPBQP.cpp754 unsigned PReg = MRI.getSimpleHint(LI.reg); in finalizeAlloc()
H A DRegAllocGreedy.cpp774 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg)) in tryAssign()
3053 unsigned Hint = MRI->getSimpleHint(VirtReg.reg); in selectOrSplitImpl()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h797 unsigned getSimpleHint(unsigned VReg) const { in getSimpleHint() function