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