Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp2780 const MachineOperand *SDSTOp = TII.getNamedOperand(*MI, AMDGPU::OpName::sdst); in fixVALUMaskWriteHazard() local
2781 if (!SDSTOp || !SDSTOp->isReg()) in fixVALUMaskWriteHazard()
2784 const Register HazardReg = SDSTOp->getReg(); in fixVALUMaskWriteHazard()