|
LLVM 22.0.0git
|
#include "Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h"
Public Member Functions | |
| PacketIterator (MCInstrInfo const &MCII, MCInst const &Inst) | |
| PacketIterator (MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t) | |
| PacketIterator & | operator++ () |
| MCInst const & | operator* () const |
| bool | operator== (PacketIterator const &Other) const |
| Public Member Functions inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst > | |
| PacketIterator | operator+ (std::ptrdiff_t n) const |
| PacketIterator | operator- (std::ptrdiff_t n) const |
| PacketIterator & | operator++ () |
| PacketIterator & | operator-- () |
| bool | operator!= (const PacketIterator &RHS) const |
| bool | operator> (const PacketIterator &RHS) const |
| bool | operator<= (const PacketIterator &RHS) const |
| bool | operator>= (const PacketIterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< PacketIterator, std::forward_iterator_tag, const MCInst > | |
| enum | |
Definition at line 45 of file HexagonMCInstrInfo.h.
| Hexagon::PacketIterator::PacketIterator | ( | MCInstrInfo const & | MCII, |
| MCInst const & | Inst ) |
Definition at line 39 of file HexagonMCInstrInfo.cpp.
Referenced by operator==().
| Hexagon::PacketIterator::PacketIterator | ( | MCInstrInfo const & | MCII, |
| MCInst const & | Inst, | ||
| std::nullptr_t | ) |
Definition at line 45 of file HexagonMCInstrInfo.cpp.
Definition at line 71 of file HexagonMCInstrInfo.cpp.
| Hexagon::PacketIterator & Hexagon::PacketIterator::operator++ | ( | ) |
Definition at line 50 of file HexagonMCInstrInfo.cpp.
References llvm::MCInst::begin(), llvm::MCInst::end(), and llvm::HexagonMCInstrInfo::isDuplex().
| bool Hexagon::PacketIterator::operator== | ( | PacketIterator const & | Other | ) | const |
Definition at line 77 of file HexagonMCInstrInfo.cpp.
References llvm::Other, and PacketIterator().