|
CIRCT 22.0.0git
|
StmtExprVisitor is a visitor for FIRRTL operation that has an optional result. More...
#include <FIRRTLVisitors.h>

Public Member Functions | |
| ResultType | dispatchStmtExprVisitor (Operation *op, ExtraArgs... args) |
| ResultType | visitInvalidStmtExpr (Operation *op, ExtraArgs... args) |
| This callback is invoked on any non-StmtExpr operations. | |
| ResultType | visitUnhandledStmtExpr (Operation *op, ExtraArgs... args) |
| This callback is invoked on any StmtExpr operations that are not handled by the concrete visitor. | |
| HANDLE (DPICallIntrinsicOp, Unhandled) | |
| HANDLE (GenericIntrinsicOp, Unhandled) | |
StmtExprVisitor is a visitor for FIRRTL operation that has an optional result.
Definition at line 367 of file FIRRTLVisitors.h.
|
inline |
Definition at line 369 of file FIRRTLVisitors.h.
Referenced by circt::firrtl::FIRRTLVisitor< ConcreteType, ResultType, ExtraArgs >::visitInvalidDecl().
| circt::firrtl::StmtExprVisitor< ConcreteType, ResultType, ExtraArgs >::HANDLE | ( | DPICallIntrinsicOp | , |
| Unhandled | |||
| ) |
| circt::firrtl::StmtExprVisitor< ConcreteType, ResultType, ExtraArgs >::HANDLE | ( | GenericIntrinsicOp | , |
| Unhandled | |||
| ) |
|
inline |
This callback is invoked on any non-StmtExpr operations.
Definition at line 382 of file FIRRTLVisitors.h.
|
inline |
This callback is invoked on any StmtExpr operations that are not handled by the concrete visitor.
Definition at line 389 of file FIRRTLVisitors.h.