Searched refs:DstSel (Results 1 – 1 of 1) sorted by relevance
170 SdwaSel DstSel; member in __anone0fc5f2a0111::SDWADstOperand177 : SDWAOperand(TargetOp, ReplacedOp), DstSel(DstSel_), DstUn(DstUn_) {} in SDWADstOperand()182 SdwaSel getDstSel() const { return DstSel; } in getDstSel()401 SdwaSel DstSel = static_cast<SdwaSel>( in convertToSDWA() local403 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()474 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel); in convertToSDWA() local475 assert(DstSel); in convertToSDWA()476 DstSel->setImm(getDstSel()); in convertToSDWA()787 SdwaSel DstSel = static_cast<SdwaSel>( in matchSDWAOperand() local793 switch (DstSel) { in matchSDWAOperand()[all …]