Searched refs:PairedPhys (Results 1 – 2 of 2) sorted by relevance
396 Register PairedPhys; in getRegAllocationHints() local398 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()
3803 Register PairedPhys; in getRegAllocationHints() local3805 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() local3824 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 …]