CIRCT
20.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. More... | |
ResultType | visitUnhandledStmtExpr (Operation *op, ExtraArgs... args) |
This callback is invoked on any StmtExpr operations that are not handled by the concrete visitor. More... | |
HANDLE (DPICallIntrinsicOp, Unhandled) | |
HANDLE (GenericIntrinsicOp, Unhandled) | |
StmtExprVisitor is a visitor for FIRRTL operation that has an optional result.
Definition at line 350 of file FIRRTLVisitors.h.
|
inline |
Definition at line 352 of file FIRRTLVisitors.h.
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 365 of file FIRRTLVisitors.h.
|
inline |
This callback is invoked on any StmtExpr operations that are not handled by the concrete visitor.
Definition at line 372 of file FIRRTLVisitors.h.