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 341 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 342 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 344 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 357 of file FIRRTLAnnotations.h.
References op.
Referenced by circt::firrtl::AnnoTarget::getOp(), and operator bool().
|
inline |
Definition at line 360 of file FIRRTLAnnotations.h.
References portNo.
Referenced by circt::firrtl::PortAnnoTarget::getPortNo().
|
inline |
Definition at line 355 of file FIRRTLAnnotations.h.
Referenced by circt::firrtl::OpAnnoTarget::classof().
|
inline |
Definition at line 354 of file FIRRTLAnnotations.h.
Referenced by circt::firrtl::PortAnnoTarget::classof().
|
inline |
Definition at line 346 of file FIRRTLAnnotations.h.
References getOp().
|
inline |
Definition at line 350 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 347 of file FIRRTLAnnotations.h.
|
inline |
Definition at line 358 of file FIRRTLAnnotations.h.
References op.
Referenced by circt::firrtl::AnnoTarget::setOp().
|
inline |
Definition at line 361 of file FIRRTLAnnotations.h.
References portNo.
Referenced by circt::firrtl::PortAnnoTarget::setPortNo().
|
protected |
Definition at line 364 of file FIRRTLAnnotations.h.
Referenced by getOp(), isOp(), isPort(), operator==(), and setOp().
|
protected |
Definition at line 365 of file FIRRTLAnnotations.h.
Referenced by getPortNo(), isOp(), isPort(), operator==(), and setPortNo().