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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2963     (Desc.TSFlags & SIInstrFlags::Gather4) ? 4 : countPopulation(DMask);
 3038   if ((Desc.TSFlags & SIInstrFlags::Gather4) == 0)
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  496   bool IsGather4 = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::Gather4;
lib/Target/AMDGPU/SIInstrInfo.h
  488     return MI.getDesc().TSFlags & SIInstrFlags::Gather4;
  492     return get(Opcode).TSFlags & SIInstrFlags::Gather4;