Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp661 MCRegister &RegToFix = (RI.getRegSizeInBits(*RC) == 16) ? DestReg : SrcReg; in copyPhysReg() local
662 MCRegister Super = RI.get32BitRegister(RegToFix); in copyPhysReg()
663 assert(RI.getSubReg(Super, AMDGPU::lo16) == RegToFix); in copyPhysReg()
664 RegToFix = Super; in copyPhysReg()