Searched refs:BundleStart (Results 1 – 6 of 6) sorted by relevance
157 MachineBasicBlock::instr_iterator BundleStart = I; in runOnMachineFunction() local190 for (const MachineInstr &BundleMI : make_range(BundleStart, Next)) in runOnMachineFunction()217 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
490 MachineInstr *BundleStart = FirstMI; in expandCopyBundle() local495 if (BundledMI != BundleStart) { in expandCopyBundle()497 MBB.insert(BundleStart, BundledMI); in expandCopyBundle()500 BundleStart = &*std::next(BundledMI->getIterator()); in expandCopyBundle()
1521 void LiveIntervals::handleMoveIntoNewBundle(MachineInstr &BundleStart, in handleMoveIntoNewBundle() argument1523 assert((BundleStart.getOpcode() == TargetOpcode::BUNDLE) && in handleMoveIntoNewBundle()1526 const SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(BundleStart); in handleMoveIntoNewBundle()1527 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); in handleMoveIntoNewBundle()1529 auto I = BundleStart.getIterator(); in handleMoveIntoNewBundle()1541 HME.updateAllRanges(&BundleStart); in handleMoveIntoNewBundle()1545 const SlotIndex Index = getInstructionIndex(BundleStart); in handleMoveIntoNewBundle()1546 for (unsigned Idx = 0, E = BundleStart.getNumOperands(); Idx != E; ++Idx) { in handleMoveIntoNewBundle()1547 MachineOperand &MO = BundleStart.getOperand(Idx); in handleMoveIntoNewBundle()
393 auto BundleStart = getBundleStart(MI.getIterator());398 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
315 void handleMoveIntoNewBundle(MachineInstr &BundleStart,
764 size_t BundleStart = ReadChars; in ReadBundle() local769 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()