Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp725 MCRegister &RegToFix = (RI.getRegSizeInBits(*RC) == 16) ? DestReg : SrcReg; in copyPhysReg() local
726 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()
727 assert(RI.getSubReg(Super, AMDGPU::lo16) == RegToFix); in copyPhysReg()
728 RegToFix = Super; in copyPhysReg()