CIRCT
20.0.0git
|
#include <FIRRTLAnnotations.h>
Public Member Functions | |
AnnoTargetImpl (Operation *op) | |
AnnoTargetImpl (Operation *op, unsigned portNo) | |
operator bool () const | |
bool | operator== (const AnnoTargetImpl &other) const |
bool | operator!= (const AnnoTargetImpl &other) const |
bool | isPort () const |
bool | isOp () const |
Operation * | getOp () const |
void | setOp (Operation *op) |
unsigned | getPortNo () const |
void | setPortNo (unsigned portNo) |
Protected Attributes | |
Operation * | op |
size_t | portNo |
Definition at line 353 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 354 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 356 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 369 of file FIRRTLAnnotations.h.
References op.
Referenced by circt::firrtl::AnnoTarget::getOp(), and operator bool().
|
inline |
Definition at line 372 of file FIRRTLAnnotations.h.
References portNo.
Referenced by circt::firrtl::PortAnnoTarget::getPortNo().
|
inline |
Definition at line 367 of file FIRRTLAnnotations.h.
Referenced by circt::firrtl::OpAnnoTarget::classof().
|
inline |
Definition at line 366 of file FIRRTLAnnotations.h.
Referenced by circt::firrtl::PortAnnoTarget::classof().
|
inline |
Definition at line 358 of file FIRRTLAnnotations.h.
References getOp().
|
inline |
Definition at line 362 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 359 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 370 of file FIRRTLAnnotations.h.
References op.
Referenced by circt::firrtl::AnnoTarget::setOp().
|
inline |
Definition at line 373 of file FIRRTLAnnotations.h.
References portNo.
Referenced by circt::firrtl::PortAnnoTarget::setPortNo().
|
protected |
Definition at line 376 of file FIRRTLAnnotations.h.
Referenced by getOp(), isOp(), isPort(), operator==(), and setOp().
|
protected |
Definition at line 377 of file FIRRTLAnnotations.h.
Referenced by getPortNo(), isOp(), isPort(), operator==(), and setPortNo().