Searched refs:CurrGroupSize (Results 1 – 2 of 2) sorted by relevance
63 unsigned Idx = CurrGroupSize; in getCurrCycleIdx()83 CurrGroupSize = 0; in Reset()101 return (CurrGroupSize == 0); in fitsIntoCurrentGroup()104 assert ((CurrGroupSize < 2 || !CurrGroupHas4RegOps) && in fitsIntoCurrentGroup()106 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr())) in fitsIntoCurrentGroup()112 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) && in fitsIntoCurrentGroup()136 if (CurrGroupSize == 0) in nextGroup()145 CurrGroupSize = 0; in nextGroup()212 dbgs() << " (" << CurrGroupSize << " decoder slot" in dumpCurrGroup()213 << (CurrGroupSize > 1 ? "s":"") in dumpCurrGroup()[all …]
53 unsigned CurrGroupSize; variable95 unsigned getCurrGroupSize() {return CurrGroupSize;}; in getCurrGroupSize()