Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp978 const MachineOperand *SDST = TII->getNamedOperand(*MI, SDSTName); in fixSMEMtoVectorWriteHazards() local
979 if (!SDST) { in fixSMEMtoVectorWriteHazards()
982 SDST = &MO; in fixSMEMtoVectorWriteHazards()
988 if (!SDST) in fixSMEMtoVectorWriteHazards()
991 const Register SDSTReg = SDST->getReg(); in fixSMEMtoVectorWriteHazards()
DVOPInstructions.td442 // replaces OMOD and the dest fields with SD and SDST (SGPR destination)
444 // a. When SD=1, the SDST is used as the destination for the compare result;