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

Declarations

lib/Target/SystemZ/SystemZHazardRecognizer.h
   72   inline unsigned getNumDecoderSlots(SUnit *SU) const;

References

lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  111   assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) &&
  328   CurrGroupSize += getNumDecoderSlots(SU);
  331   assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU))
  357       (CurrGroupSize + getNumDecoderSlots(SU));