Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp41 : MCII(MCII), BundleCurrent(Inst.begin() + in PacketIterator()
47 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()), in PacketIterator()
56 ++BundleCurrent; in operator ++()
60 ++BundleCurrent; in operator ++()
61 if (BundleCurrent != BundleEnd) { in operator ++()
62 MCInst const &Inst = *BundleCurrent->getInst(); in operator ++()
74 return *BundleCurrent->getInst(); in operator *()
78 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd && in operator ==()
H A DHexagonMCInstrInfo.h49 MCInst::const_iterator BundleCurrent; variable