Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp367 Register PairedPhys; in getRegAllocationHints() local
369 PairedPhys = Paired; in getRegAllocationHints()
371 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
375 if (PairedPhys && is_contained(Order, PairedPhys)) in getRegAllocationHints()
376 Hints.push_back(PairedPhys); in getRegAllocationHints()
380 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd) in getRegAllocationHints()