Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp892 Register Hint0, bool LookAtPhysRegUses) { in allocVirtReg() argument
899 << " with hint " << printReg(Hint0, TRI) << '\n'); in allocVirtReg()
902 if (Hint0.isPhysical() && MRI->isAllocatable(Hint0) && RC.contains(Hint0) && in allocVirtReg()
903 !isRegUsedInInstr(Hint0, LookAtPhysRegUses)) { in allocVirtReg()
905 if (isPhysRegFree(Hint0)) { in allocVirtReg()
906 LLVM_DEBUG(dbgs() << "\tPreferred Register 1: " << printReg(Hint0, TRI) in allocVirtReg()
908 assignVirtToPhysReg(MI, LR, Hint0); in allocVirtReg()
911 LLVM_DEBUG(dbgs() << "\tPreferred Register 0: " << printReg(Hint0, TRI) in allocVirtReg()
915 Hint0 = Register(); in allocVirtReg()
954 if (PhysReg == Hint0 || PhysReg == Hint1) in allocVirtReg()