Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h44 inline MachineBasicBlock::instr_iterator getBundleStart( in getBundleStart() function
52 inline MachineBasicBlock::const_instr_iterator getBundleStart( in getBundleStart() function
121 InstrI = getBundleStart(MI.getIterator()); in MIBundleOperandIteratorBase()
H A DMachineRegisterInfo.h1098 getBundleStart(Op->getParent()->getIterator());
1101 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1206 getBundleStart(Op->getParent()->getIterator());
1209 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1222 return *getBundleStart(Op->getParent()->getIterator());
H A DSlotIndexes.h374 auto BundleStart = getBundleStart(MI.getIterator());
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp896 auto CallInstrBundle = getBundleStart(MI.getIterator()); in constructCallSiteEntryDIEs()
898 auto DelaySlotBundle = getBundleStart(Suc); in constructCallSiteEntryDIEs()
963 MI.isInsideBundle() ? &*getBundleStart(MI.getIterator()) : &MI; in constructCallSiteEntryDIEs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp880 for (const auto &BMI : make_range(getBundleStart(MI->getIterator()), in getCallInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp590 BundleStart = getBundleStart(Pos->getIterator()); in flushDbgValues()