Searched refs:getNumDecoderSlots (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h72 inline unsigned getNumDecoderSlots(SUnit *SU) const;
H A DSystemZHazardRecognizer.cpp46 getNumDecoderSlots(SUnit *SU) const { function in class:SystemZHazardRecognizer
111 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) &&
328 CurrGroupSize += getNumDecoderSlots(SU);
331 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU))
357 (CurrGroupSize + getNumDecoderSlots(SU));

Completed in 65 milliseconds