Home
last modified time | relevance | path

Searched refs:BundleCurrent (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp42 : MCII(MCII), BundleCurrent(Inst.begin() + in PacketIterator()
48 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()), in PacketIterator()
57 ++BundleCurrent; in operator ++()
61 ++BundleCurrent; in operator ++()
62 if (BundleCurrent != BundleEnd) { in operator ++()
63 MCInst const &Inst = *BundleCurrent->getInst(); in operator ++()
75 return *BundleCurrent->getInst(); in operator *()
79 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd && in operator ==()
H A DHexagonMCInstrInfo.h46 MCInst::const_iterator BundleCurrent; variable