LLVM: llvm::Hexagon::PacketIterator Class Reference (original) (raw)

#include "[Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h](HexagonMCInstrInfo%5F8h%5Fsource.html)"

Inheritance diagram for llvm::Hexagon::PacketIterator:

[legend]

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

Detailed Description

Definition at line 45 of file HexagonMCInstrInfo.h.

Constructor & Destructor Documentation

Hexagon::PacketIterator::PacketIterator ( MCInstrInfo const & MCII,
MCInst const & Inst )

Definition at line 39 of file HexagonMCInstrInfo.cpp.

Referenced by operator==().

PacketIterator() [2/2]

Hexagon::PacketIterator::PacketIterator ( MCInstrInfo const & MCII,
MCInst const & Inst,
std::nullptr_t )

Definition at line 45 of file HexagonMCInstrInfo.cpp.

Member Function Documentation

operator*()

MCInst const & Hexagon::PacketIterator::operator* ( ) const

Definition at line 71 of file HexagonMCInstrInfo.cpp.

operator++()

Hexagon::PacketIterator & Hexagon::PacketIterator::operator++ ( )

Definition at line 50 of file HexagonMCInstrInfo.cpp.

References llvm::MCInst::begin(), llvm::MCInst::end(), and llvm::HexagonMCInstrInfo::isDuplex().

operator==()

bool Hexagon::PacketIterator::operator== ( PacketIterator const & Other ) const

Definition at line 77 of file HexagonMCInstrInfo.cpp.

References llvm::Other, and PacketIterator().


The documentation for this class was generated from the following files: