HomeSort by: relevance | last modified time | path
    Searched refs:getNumDecoderSlots (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZHazardRecognizer.h 72 inline unsigned getNumDecoderSlots(SUnit *SU) const;
SystemZHazardRecognizer.cpp 46 getNumDecoderSlots(SUnit *SU) const {
111 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) &&
328 CurrGroupSize += getNumDecoderSlots(SU);
331 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU))
357 (CurrGroupSize + getNumDecoderSlots(SU));

Completed in 69 milliseconds