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

Declarations

lib/Target/AMDGPU/SIInstrInfo.h
  902   static unsigned getNumWaitStates(const MachineInstr &MI);

References

lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  327   unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr);
  378     WaitStates += SIInstrInfo::getNumWaitStates(*I);