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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp42 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
47 DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
50 if (DuplexCurrent != DuplexEnd) {
52 if (DuplexCurrent == DuplexEnd) {
54 DuplexEnd = BundleEnd;
64 DuplexEnd = Inst.end();
71 if (DuplexCurrent != DuplexEnd)
78 DuplexCurrent == Other.DuplexCurrent && DuplexEnd == Other.DuplexEnd;
H A DHexagonMCInstrInfo.h48 MCInst::const_iterator DuplexEnd; member in class:llvm::Hexagon::PacketIterator

Completed in 141 milliseconds