Home
last modified time | relevance | path

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

/freebsd-13.1/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.h1057 getBundleStart(Op->getParent()->getIterator());
1060 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1165 getBundleStart(Op->getParent()->getIterator());
1168 } while (Op && getBundleStart(Op->getParent()->getIterator()) == P);
1181 return *getBundleStart(Op->getParent()->getIterator());
H A DSlotIndexes.h388 auto BundleStart = getBundleStart(MI.getIterator());
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp893 auto CallInstrBundle = getBundleStart(MI.getIterator()); in constructCallSiteEntryDIEs()
895 auto DelaySlotBundle = getBundleStart(Suc); in constructCallSiteEntryDIEs()
961 MI.isInsideBundle() ? &*getBundleStart(MI.getIterator()) : &MI; in constructCallSiteEntryDIEs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp910 for (auto &BMI : make_range(getBundleStart(MI->getIterator()), in getCallInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1168 BundleStart = getBundleStart(Pos->getIterator()); in flushDbgValues()