Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Drotl.ll10 ; SI: s_sub_i32 [[SDST:s[0-9]+]], 32, {{[s][0-9]+}}
11 ; SI: v_mov_b32_e32 [[VDST:v[0-9]+]], [[SDST]]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1191 const MachineOperand *SDST = TII->getNamedOperand(*MI, SDSTName); in fixSMEMtoVectorWriteHazards() local
1192 if (!SDST) { in fixSMEMtoVectorWriteHazards()
1195 SDST = &MO; in fixSMEMtoVectorWriteHazards()
1201 if (!SDST) in fixSMEMtoVectorWriteHazards()
1204 const Register SDSTReg = SDST->getReg(); in fixSMEMtoVectorWriteHazards()
H A DVOPInstructions.td498 // 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;