Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1282 MCRegister NewVAddrSA; in convertMIMGInst() local
1290 NewVAddrSA = MRI.getMatchingSuperReg(VAddrSA, AMDGPU::sub0, in convertMIMGInst()
1292 if (!NewVAddrSA) in convertMIMGInst()
1307 if (NewVAddrSA) { in convertMIMGInst()
1308 MI.getOperand(VAddrSAIdx) = MCOperand::createReg(NewVAddrSA); in convertMIMGInst()