reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  345   bool isSDWASrc0Sel() const { return isImmTy(ImmTySdwaSrc0Sel); }
  842     case ImmTySdwaSrc0Sel: OS << "SdwaSrc0Sel"; break;
 6069   {"src0_sel",   AMDGPUOperand::ImmTySdwaSrc0Sel, false, nullptr},
 6119                Op.Type == AMDGPUOperand::ImmTySdwaSrc0Sel ||
 6889       addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD);
 6899       addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD);
 6906       addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySdwaSrc0Sel, SdwaSel::DWORD);