Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.cpp42 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
47 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
50 if (DuplexCurrent != DuplexEnd) { in operator ++()
52 if (DuplexCurrent == DuplexEnd) { in operator ++()
54 DuplexEnd = BundleEnd; in operator ++()
64 DuplexEnd = Inst.end(); in operator ++()
71 if (DuplexCurrent != DuplexEnd) in operator *()
78 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd; in operator ==()
HDHexagonMCInstrInfo.h48 MCInst::const_iterator DuplexEnd; variable