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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2820        SIInstrFlags::VOP3 | SIInstrFlags::VOP3P |
 3224   if ((Desc.TSFlags & (VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA)) == 0)
 3362   if (!(Desc.TSFlags & (SIInstrFlags::VOP3 | SIInstrFlags::VOP3P)))
lib/Target/AMDGPU/SIInstrInfo.h
  565     return MI.getDesc().TSFlags & SIInstrFlags::VOP3P;
  569     return get(Opcode).TSFlags & SIInstrFlags::VOP3P;