Lines Matching defs:DstSel
157 SdwaSel DstSel;
164 : SDWAOperand(TargetOp, ReplacedOp), DstSel(DstSel_), DstUn(DstUn_) {}
171 SdwaSel getDstSel() const { return DstSel; }
420 SdwaSel DstSel = static_cast<SdwaSel>(
422 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 &&
499 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel);
500 assert(DstSel);
501 DstSel->setImm(getDstSel());
810 SdwaSel DstSel = static_cast<SdwaSel>(
816 switch (DstSel) {
862 OrDst, OrSDWADef, OrOtherDef, DstSel);
1118 MachineOperand *DstSel = TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel);
1119 if (DstSel) {
1120 SDWAInst.add(*DstSel);