Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp43 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
48 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
51 if (DuplexCurrent != DuplexEnd) { in operator ++()
53 if (DuplexCurrent == DuplexEnd) { in operator ++()
55 DuplexEnd = BundleEnd; in operator ++()
65 DuplexEnd = Inst.end(); in operator ++()
72 if (DuplexCurrent != DuplexEnd) in operator *()
79 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd; in operator ==()
H A DHexagonMCInstrInfo.h52 MCInst::const_iterator DuplexEnd; variable