Searched refs:RegToFix (Results 1 – 1 of 1) sorted by relevance
727 MCRegister &RegToFix = (RI.getRegSizeInBits(*RC) == 16) ? DestReg : SrcReg; in copyPhysReg() local728 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()729 assert(RI.getSubReg(Super, AMDGPU::lo16) == RegToFix); in copyPhysReg()730 RegToFix = Super; in copyPhysReg()