Searched refs:BundleStart (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPostRABundler.cpp | 157 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | VirtRegMap.cpp | 490 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()
|
| H A D | LiveIntervals.cpp | 1514 void LiveIntervals::handleMoveIntoNewBundle(MachineInstr &BundleStart, in handleMoveIntoNewBundle() argument 1516 assert((BundleStart.getOpcode() == TargetOpcode::BUNDLE) && in handleMoveIntoNewBundle() 1519 const SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(BundleStart); in handleMoveIntoNewBundle() 1520 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); in handleMoveIntoNewBundle() 1522 auto I = BundleStart.getIterator(); in handleMoveIntoNewBundle() 1534 HME.updateAllRanges(&BundleStart); in handleMoveIntoNewBundle() 1538 const SlotIndex Index = getInstructionIndex(BundleStart); in handleMoveIntoNewBundle() 1539 for (unsigned Idx = 0, E = BundleStart.getNumOperands(); Idx != E; ++Idx) { in handleMoveIntoNewBundle() 1540 MachineOperand &MO = BundleStart.getOperand(Idx); in handleMoveIntoNewBundle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 374 auto BundleStart = getBundleStart(MI.getIterator()); 379 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
|
| H A D | LiveIntervals.h | 322 void handleMoveIntoNewBundle(MachineInstr &BundleStart,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 761 size_t BundleStart = ReadChars; in ReadBundle() local 766 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 586 MachineBasicBlock::instr_iterator BundleStart; in flushDbgValues() local 588 BundleStart = MBB->instr_begin(); in flushDbgValues() 590 BundleStart = getBundleStart(Pos->getIterator()); in flushDbgValues() 592 Transfers.push_back({BundleStart, MBB, PendingDbgValues}); in flushDbgValues()
|