Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h46 inline MachineBasicBlock::instr_iterator getBundleStart( in getBundleStart() function
54 inline MachineBasicBlock::const_instr_iterator getBundleStart( in getBundleStart() function
123 InstrI = getBundleStart(MI.getIterator()); in MIBundleOperandIteratorBase()
H A DMachineRegisterInfo.h1112 getBundleStart(Op->getParent()->getIterator());
1115 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1214 getBundleStart(Op->getParent()->getIterator());
1217 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1230 return *getBundleStart(Op->getParent()->getIterator());
H A DSlotIndexes.h383 auto BundleStart = getBundleStart(MI.getIterator());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp902 auto CallInstrBundle = getBundleStart(MI.getIterator()); in constructCallSiteEntryDIEs()
904 auto DelaySlotBundle = getBundleStart(Suc); in constructCallSiteEntryDIEs()
969 MI.isInsideBundle() ? &*getBundleStart(MI.getIterator()) : &MI; in constructCallSiteEntryDIEs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp934 for (const auto &BMI : make_range(getBundleStart(MI->getIterator()), in getCallInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp622 BundleStart = getBundleStart(Pos->getIterator()); in flushDbgValues()