reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
272 const MCSchedClassDesc *SC = getSchedClass(SU); 273 LLVM_DEBUG(dbgs() << "++ HazardRecognizer emitting "; dumpSU(SU, dbgs()); 279 if (!fitsIntoCurrentGroup(SU)) 283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd);); 285 LastEmittedMI = SU->getInstr(); 288 if (SU->isCall) { 291 LastEmittedMI = SU->getInstr(); 320 if (SU->isUnbuffered) { 321 LastFPdOpCycleIdx = getCurrCycleIdx(SU); 328 CurrGroupSize += getNumDecoderSlots(SU); 329 CurrGroupHas4RegOps |= has4RegOps(SU->getInstr()); 331 assert((CurrGroupSize <= GroupLim || CurrGroupSize == getNumDecoderSlots(SU))