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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  107                     enum_iterator<InstCounterType>(NUM_INST_CNTS));
  144 static const uint32_t WaitEventMaskForInst[NUM_INST_CNTS] = {
  218     assert(T < NUM_INST_CNTS);
  219     if (T >= NUM_INST_CNTS)
  225     assert(T < NUM_INST_CNTS);
  226     if (T >= NUM_INST_CNTS)
  313     assert(T < NUM_INST_CNTS);
  314     if (T >= NUM_INST_CNTS)
  320     assert(T < NUM_INST_CNTS);
  321     if (T >= NUM_INST_CNTS)
  351   uint32_t ScoreLBs[NUM_INST_CNTS] = {0};
  352   uint32_t ScoreUBs[NUM_INST_CNTS] = {0};
  354   bool MixedPendingEvents[NUM_INST_CNTS] = {false};
  356   uint32_t LastFlat[NUM_INST_CNTS] = {0};
  361   uint32_t VgprScores[NUM_INST_CNTS][NUM_ALL_VGPRS];
  391   bool ForceEmitWaitcnt[NUM_INST_CNTS];