Home
last modified time | relevance | path

Searched refs:BundleEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp44 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
48 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()), in PacketIterator()
55 DuplexCurrent = BundleEnd; in operator ++()
56 DuplexEnd = BundleEnd; in operator ++()
62 if (BundleCurrent != BundleEnd) { in operator ++()
79 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd && in operator ==()
H A DHexagonMCInstrInfo.h47 MCInst::const_iterator BundleEnd; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h417 auto BundleEnd = getBundleEnd(MI.getIterator());
420 *skipDebugInstructionsForward(BundleStart, BundleEnd);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1238 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock() local
1239 BundleIdx != BundleEnd; ++BundleIdx) { in CloneInstructionInExitBlock()