Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2761 MCPhysReg LowestG8R = PPC::X31; in updateCalleeSaves() local
2777 else if (PPC::G8RCRegClass.contains(Cand) && Cand < LowestG8R) in updateCalleeSaves()
2778 LowestG8R = Cand; in updateCalleeSaves()
2790 (PPC::G8RCRegClass.contains(Cand) && Cand > LowestG8R) || in updateCalleeSaves()