Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1213 const MachineOperand *SDST = TII->getNamedOperand(*MI, SDSTName); in fixSMEMtoVectorWriteHazards() local
1214 if (!SDST) { in fixSMEMtoVectorWriteHazards()
1217 SDST = &MO; in fixSMEMtoVectorWriteHazards()
1223 if (!SDST) in fixSMEMtoVectorWriteHazards()
1226 const Register SDSTReg = SDST->getReg(); in fixSMEMtoVectorWriteHazards()
H A DVOPInstructions.td542 // replaces OMOD and the dest fields with SD and SDST (SGPR destination)
544 // a. When SD=1, the SDST is used as the destination for the compare result;