Searched refs:SDSTOp (Results 1 – 1 of 1) sorted by relevance
2780 const MachineOperand *SDSTOp = TII.getNamedOperand(*MI, AMDGPU::OpName::sdst); in fixVALUMaskWriteHazard() local2781 if (!SDSTOp || !SDSTOp->isReg()) in fixVALUMaskWriteHazard()2784 const Register HazardReg = SDSTOp->getReg(); in fixVALUMaskWriteHazard()