Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp46 getNumDecoderSlots(SUnit *SU) const { in getNumDecoderSlots() function in SystemZHazardRecognizer
111 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) && in fitsIntoCurrentGroup()
328 CurrGroupSize += getNumDecoderSlots(SU); in EmitInstruction()
331 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU)) in EmitInstruction()
357 (CurrGroupSize + getNumDecoderSlots(SU)); in groupingCost()
H A DSystemZHazardRecognizer.h72 inline unsigned getNumDecoderSlots(SUnit *SU) const;
H A DSystemZScheduleZ196.td697 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZEC12.td735 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ13.td765 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ14.td785 // getNumDecoderSlots() will then return 1 instead of 0.
H A DSystemZScheduleZ15.td802 // getNumDecoderSlots() will then return 1 instead of 0.