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)
 6815   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2);
 6819   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, true, true);
 6823   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, false, true);
 6855       if (BasicInstType == SIInstrFlags::VOP2 &&
 6892     case SIInstrFlags::VOP2:
lib/Target/AMDGPU/SIInstrInfo.h
  412     return MI.getDesc().TSFlags & SIInstrFlags::VOP2;
  416     return get(Opcode).TSFlags & SIInstrFlags::VOP2;