Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp102 Register Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys()
DRegAllocPBQP.cpp753 unsigned PReg = MRI.getSimpleHint(LI.reg); in finalizeAlloc()
DMIRPrinter.cpp299 unsigned PreferredReg = RegInfo.getSimpleHint(Reg); in convert()
DRegAllocGreedy.cpp778 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg)) in tryAssign()
3070 unsigned Hint = MRI->getSimpleHint(VirtReg.reg); in selectOrSplitImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h802 Register getSimpleHint(Register VReg) const { in getSimpleHint() function