Searched refs:BundleEnd (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp43 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
47 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()),
54 DuplexCurrent = BundleEnd;
55 DuplexEnd = BundleEnd;
61 if (BundleCurrent != BundleEnd) {
78 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd &&
H A DHexagonMCInstrInfo.h47 MCInst::const_iterator BundleEnd; member in class:llvm::Hexagon::PacketIterator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h389 auto BundleEnd = getBundleEnd(MI.getIterator()); local
393 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1501 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); local
1505 while (I != BundleEnd) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1333 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles();
1334 BundleIdx != BundleEnd; ++BundleIdx) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp814 auto BundleEnd = llvm::getBundleEnd(CallMI->getIterator());
815 (void)BundleEnd;
816 assert(std::next(Suc) == BundleEnd &&

Completed in 133 milliseconds