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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2819        SIInstrFlags::VOP1 | SIInstrFlags::VOP2 |
 3224   if ((Desc.TSFlags & (VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA)) == 0)
 6811   cvtSDWA(Inst, Operands, SIInstrFlags::VOP1);
 6882     case SIInstrFlags::VOP1:
lib/Target/AMDGPU/SIInstrInfo.h
  404     return MI.getDesc().TSFlags & SIInstrFlags::VOP1;
  408     return get(Opcode).TSFlags & SIInstrFlags::VOP1;