Lines Matching defs:VAddr
6324 MachineOperand &VAddr = Inst.getOperand(OldVAddrIdx);
6325 VAddrDef = MRI.getUniqueVRegDef(VAddr.getReg());
6977 // the base pointer from the VGPR Rsrc, adding it to the VAddr, then using
6990 MachineOperand *VAddr = getNamedOperand(MI, AMDGPU::OpName::vaddr);
6991 if (VAddr && AMDGPU::getIfAddr64Inst(MI.getOpcode()) != -1) {
6993 // extracted from the resource descriptor to the current value of VAddr.
7005 // NewVaddrLo = RsrcPtr:sub0 + VAddr:sub0
7010 .addReg(VAddr->getReg(), 0, AMDGPU::sub0)
7013 // NewVaddrHi = RsrcPtr:sub1 + VAddr:sub1
7017 .addReg(VAddr->getReg(), 0, AMDGPU::sub1)
7028 VAddr->setReg(NewVAddr);
7030 } else if (!VAddr && ST.hasAddr64()) {