Searched refs:PairedPhys (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp330 unsigned PairedPhys = 0; local
332 PairedPhys = Paired;
334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this);
338 if (PairedPhys && is_contained(Order, PairedPhys))
339 Hints.push_back(PairedPhys);
343 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd)

Completed in 115 milliseconds