Searched refs:SDST (Results 1 – 3 of 3) sorted by relevance
10 ; SI: s_sub_i32 [[SDST:s[0-9]+]], 32, {{[s][0-9]+}}11 ; SI: v_mov_b32_e32 [[VDST:v[0-9]+]], [[SDST]]
1191 const MachineOperand *SDST = TII->getNamedOperand(*MI, SDSTName); in fixSMEMtoVectorWriteHazards() local1192 if (!SDST) { in fixSMEMtoVectorWriteHazards()1195 SDST = &MO; in fixSMEMtoVectorWriteHazards()1201 if (!SDST) in fixSMEMtoVectorWriteHazards()1204 const Register SDSTReg = SDST->getReg(); in fixSMEMtoVectorWriteHazards()
498 // replaces OMOD and the dest fields with SD and SDST (SGPR destination)500 // a. When SD=1, the SDST is used as the destination for the compare result;