Lines Matching defs:DstSel
152 SdwaSel DstSel;
159 : SDWAOperand(TargetOp, ReplacedOp), DstSel(DstSel_), DstUn(DstUn_) {}
166 SdwaSel getDstSel() const { return DstSel; }
415 SdwaSel DstSel = static_cast<SdwaSel>(
417 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 &&
494 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel);
495 assert(DstSel);
496 DstSel->setImm(getDstSel());
805 SdwaSel DstSel = static_cast<SdwaSel>(
811 switch (DstSel) {
857 OrDst, OrSDWADef, OrOtherDef, DstSel);
1110 MachineOperand *DstSel = TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel);
1111 if (DstSel) {
1112 SDWAInst.add(*DstSel);