Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp396 Register PairedPhys; in getRegAllocationHints() local
398 PairedPhys = Paired; in getRegAllocationHints()
400 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
404 if (PairedPhys && is_contained(Order, PairedPhys)) in getRegAllocationHints()
405 Hints.push_back(PairedPhys); in getRegAllocationHints()
409 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd) in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3803 Register PairedPhys; in getRegAllocationHints() local
3805 PairedPhys = in getRegAllocationHints()
3808 PairedPhys = getMatchingSuperReg(VRM->getPhys(Paired), AMDGPU::lo16, in getRegAllocationHints()
3813 if (PairedPhys) in getRegAllocationHints()
3816 Hints.push_back(PairedPhys); in getRegAllocationHints()
3822 Register PairedPhys; in getRegAllocationHints() local
3824 PairedPhys = TRI->getSubReg(Paired, AMDGPU::lo16); in getRegAllocationHints()
3826 PairedPhys = TRI->getSubReg(VRM->getPhys(Paired), AMDGPU::lo16); in getRegAllocationHints()
3830 if (PairedPhys) in getRegAllocationHints()
3831 Hints.push_back(PairedPhys); in getRegAllocationHints()
[all …]