Searched refs:ImmTySdwaDstSel (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp129 ImmTySdwaDstSel, enumerator in enum:__anon2230::AMDGPUOperand::ImmTy
349 bool isSDWADstSel() const { return isImmTy(ImmTySdwaDstSel); }
1005 case ImmTySdwaDstSel: OS << "SdwaDstSel"; break;
7302 {"dst_sel", AMDGPUOperand::ImmTySdwaDstSel, false, nullptr},
7364 } else if (Op.Type == AMDGPUOperand::ImmTySdwaDstSel ||
8161 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstSel, SdwaSel::DWORD);
8171 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstSel, SdwaSel::DWORD);

Completed in 186 milliseconds