Lines Matching refs:MCI
361 bool lookForCompound(MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI) { in lookForCompound() argument
362 assert(HexagonMCInstrInfo::isBundle(MCI)); in lookForCompound()
365 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
366 J != MCI.end(); ++J) { in lookForCompound()
377 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
378 B != MCI.end(); ++B) { in lookForCompound()
395 MCI.erase(B); in lookForCompound()
413 MCContext &Context, MCInst &MCI) { in tryCompound() argument
414 assert(HexagonMCInstrInfo::isBundle(MCI) && in tryCompound()
418 if (MCI.size() < 2) in tryCompound()
423 while (lookForCompound(MCII, Context, MCI)) in tryCompound()