Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp440 Register Phys = Reg; in getRegAllocationHints() local
441 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()