Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp1210 const MachineOperand *SDST = TII->getNamedOperand(*MI, SDSTName); in fixSMEMtoVectorWriteHazards() local
1211 if (!SDST) { in fixSMEMtoVectorWriteHazards()
1214 SDST = &MO; in fixSMEMtoVectorWriteHazards()
1220 if (!SDST) in fixSMEMtoVectorWriteHazards()
1223 const Register SDSTReg = SDST->getReg(); in fixSMEMtoVectorWriteHazards()
DVOPInstructions.td503 // replaces OMOD and the dest fields with SD and SDST (SGPR destination)
505 // a. When SD=1, the SDST is used as the destination for the compare result;