CIRCT  19.0.0git
Classes | Namespaces | Macros
CHIRRTLVisitors.h File Reference
#include "circt/Dialect/FIRRTL/CHIRRTLDialect.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "llvm/ADT/TypeSwitch.h"
Include dependency graph for CHIRRTLVisitors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  circt::chirrtl::CHIRRTLVisitor< ConcreteType, ResultType, ExtraArgs >
 CHIRRTLVisitor is a visitor for CHIRRTL operations. More...
 

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::chirrtl
 

Macros

#define HANDLE(OPTYPE)
 

Macro Definition Documentation

◆ HANDLE

#define HANDLE (   OPTYPE)
Value:
ResultType visitCHIRRTL(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visitUnhandledCHIRRTL(op, \
args...); \
}

Definition at line 53 of file CHIRRTLVisitors.h.