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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp157 ImmTySdwaDstSel, enumerator in enum:__anon2091::AMDGPUOperand::ImmTy
344 bool isSDWADstSel() const { return isImmTy(ImmTySdwaDstSel); }
841 case ImmTySdwaDstSel: OS << "SdwaDstSel"; break;
6108 {"dst_sel", AMDGPUOperand::ImmTySdwaDstSel, false, nullptr},
6158 } else if (Op.Type == AMDGPUOperand::ImmTySdwaDstSel ||
6927 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstSel, SdwaSel::DWORD);
6937 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaDstSel, SdwaSel::DWORD);

Completed in 110 milliseconds