Searched refs:SecondDst (Results 1 – 2 of 2) sorted by relevance
303 const MachineOperand *SecondDst = nullptr; in shouldClusterMemOps() local307 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdst); in shouldClusterMemOps()312 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::sdst); in shouldClusterMemOps()318 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdata); in shouldClusterMemOps()321 if (!FirstDst || !SecondDst) in shouldClusterMemOps()
413 const MachineOperand *SecondDst = nullptr; in shouldClusterMemOps() local425 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdata); in shouldClusterMemOps()426 if (!SecondDst) in shouldClusterMemOps()427 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdst); in shouldClusterMemOps()430 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::sdst); in shouldClusterMemOps()433 SecondDst = getNamedOperand(SecondLdSt, AMDGPU::OpName::vdst); in shouldClusterMemOps()436 if (!FirstDst || !SecondDst) in shouldClusterMemOps()