Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp170 SdwaSel DstSel; member in __anone0fc5f2a0111::SDWADstOperand
177 : 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() local
403 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()
474 MachineOperand *DstSel= TII->getNamedOperand(MI, AMDGPU::OpName::dst_sel); in convertToSDWA() local
475 assert(DstSel); in convertToSDWA()
476 DstSel->setImm(getDstSel()); in convertToSDWA()
787 SdwaSel DstSel = static_cast<SdwaSel>( in matchSDWAOperand() local
793 switch (DstSel) { in matchSDWAOperand()
[all …]