Home
last modified time | relevance | path

Searched refs:getNumDecoderSlots (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp47 getNumDecoderSlots(SUnit *SU) const { in getNumDecoderSlots() function in SystemZHazardRecognizer
112 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) && in fitsIntoCurrentGroup()
329 CurrGroupSize += getNumDecoderSlots(SU); in EmitInstruction()
332 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU)) in EmitInstruction()
358 (CurrGroupSize + getNumDecoderSlots(SU)); in groupingCost()
H A DSystemZHazardRecognizer.h73 inline unsigned getNumDecoderSlots(SUnit *SU) const;
H A DSystemZScheduleZEC12.td736 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ196.td698 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ13.td766 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ14.td786 // getNumDecoderSlots() will then return 1 instead of 0.