Searched refs:Phys (Results 1 – 1 of 1) sorted by relevance
440 Register Phys = Reg; in getRegAllocationHints() local441 if (VRM && Phys.isVirtual()) in getRegAllocationHints()442 Phys = VRM->getPhys(Phys); in getRegAllocationHints()446 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints()449 if (!Phys.isPhysical()) in getRegAllocationHints()451 if (MRI.isReserved(Phys)) in getRegAllocationHints()456 if (!is_contained(Order, Phys)) in getRegAllocationHints()460 Hints.push_back(Phys); in getRegAllocationHints()