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

References

lib/Target/AMDGPU/SIAddIMGInit.cpp
  112               TII->isGather4(Opcode) ? 4 : countPopulation(dmask);
lib/Target/AMDGPU/SIISelLowering.cpp
10299       !TII->isGather4(Opcode)) {
lib/Target/AMDGPU/SIInstrInfo.cpp
 3398           isGather4(MI.getOpcode()) ? 4 : countPopulation(DMaskImm);
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  325       if (TII.get(Opc).mayStore() || !TII.get(Opc).mayLoad() || TII.isGather4(Opc))