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

Declarations

lib/Target/AMDGPU/GCNHazardRecognizer.h
  110   unsigned PreEmitNoopsCommon(MachineInstr *);

References

lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  211     unsigned WaitStates = PreEmitNoopsCommon(CurrCycleInstr);
  233   return PreEmitNoopsCommon(SU->getInstr());
  239   unsigned W = PreEmitNoopsCommon(MI);