Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp727 MCRegister &RegToFix = (RI.getRegSizeInBits(*RC) == 16) ? DestReg : SrcReg; in copyPhysReg() local
728 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()
729 assert(RI.getSubReg(Super, AMDGPU::lo16) == RegToFix); in copyPhysReg()
730 RegToFix = Super; in copyPhysReg()