Home
last modified time | relevance | path

Searched refs:BundleStart (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIPostRABundler.cpp157 MachineBasicBlock::instr_iterator BundleStart = I; in runOnMachineFunction() local
190 for (const MachineInstr &BundleMI : make_range(BundleStart, Next)) in runOnMachineFunction()
217 finalizeBundle(MBB, BundleStart, Next); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DVirtRegMap.cpp490 MachineInstr *BundleStart = FirstMI; in expandCopyBundle() local
495 if (BundledMI != BundleStart) { in expandCopyBundle()
497 MBB.insert(BundleStart, BundledMI); in expandCopyBundle()
500 BundleStart = &*std::next(BundledMI->getIterator()); in expandCopyBundle()
DLiveIntervals.cpp1521 void LiveIntervals::handleMoveIntoNewBundle(MachineInstr &BundleStart, in handleMoveIntoNewBundle() argument
1523 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSlotIndexes.h393 auto BundleStart = getBundleStart(MI.getIterator());
398 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
DLiveIntervals.h315 void handleMoveIntoNewBundle(MachineInstr &BundleStart,
/openbsd/src/gnu/llvm/clang/lib/Driver/
DOffloadBundler.cpp764 size_t BundleStart = ReadChars; in ReadBundle() local
769 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()