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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2661   if ((getForcedEncodingSize() == 32 && (TSFlags & SIInstrFlags::VOP3)) ||
 2662       (getForcedEncodingSize() == 64 && !(TSFlags & SIInstrFlags::VOP3)) ||
 2667   if ((TSFlags & SIInstrFlags::VOP3) &&
 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/Disassembler/AMDGPUDisassembler.cpp
  365         !(MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3))) {
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
  305     if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::VOP3)
lib/Target/AMDGPU/SIInstrInfo.h
  420     return MI.getDesc().TSFlags & SIInstrFlags::VOP3;
  424     return get(Opcode).TSFlags & SIInstrFlags::VOP3;