Searched refs:DstSel (Results 1 – 2 of 2) sorted by relevance
152 SdwaSel DstSel; member in __anon5b8513100111::SDWADstOperand159 : SDWAOperand(TargetOp, ReplacedOp), DstSel(DstSel_), DstUn(DstUn_) {} in SDWADstOperand()166 SdwaSel getDstSel() const { return DstSel; } in getDstSel()415 SdwaSel DstSel = static_cast<SdwaSel>( in convertToSDWA() local417 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()494 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel); in convertToSDWA() local495 assert(DstSel); in convertToSDWA()496 DstSel->setImm(getDstSel()); in convertToSDWA()805 SdwaSel DstSel = static_cast<SdwaSel>( in matchSDWAOperand() local811 switch (DstSel) { in matchSDWAOperand()[all …]
921 if (auto *DstSel = TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel)) in checkVALUHazards() local922 if (DstSel->getImm() == AMDGPU::SDWA::DWORD) in checkVALUHazards()