Home
last modified time | relevance | path

Searched refs:DstSel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp152 SdwaSel DstSel; member in __anon5b8513100111::SDWADstOperand
159 : 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() local
417 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()
494 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel); in convertToSDWA() local
495 assert(DstSel); in convertToSDWA()
496 DstSel->setImm(getDstSel()); in convertToSDWA()
805 SdwaSel DstSel = static_cast<SdwaSel>( in matchSDWAOperand() local
811 switch (DstSel) { in matchSDWAOperand()
[all …]
H A DGCNHazardRecognizer.cpp921 if (auto *DstSel = TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel)) in checkVALUHazards() local
922 if (DstSel->getImm() == AMDGPU::SDWA::DWORD) in checkVALUHazards()