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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp131 ImmTySdwaSrc1Sel, enumerator in enum:__anon2230::AMDGPUOperand::ImmTy
351 bool isSDWASrc1Sel() const { return isImmTy(ImmTySdwaSrc1Sel); }
1007 case ImmTySdwaSrc1Sel: OS << "SdwaSrc1Sel"; break;
7304 {"src1_sel", AMDGPUOperand::ImmTySdwaSrc1Sel, false, nullptr},
7366 Op.Type == AMDGPUOperand::ImmTySdwaSrc1Sel) {
8174 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc1Sel, SdwaSel::DWORD);
8181 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc1Sel, SdwaSel::DWORD);

Completed in 192 milliseconds