#include "circt/Dialect/HW/HWOps.h"
#include "llvm/ADT/TypeSwitch.h"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::hw |
| |
|
| #define | HANDLE(OPTYPE, OPKIND) |
| |
| #define | HANDLE(OPTYPE, OPKIND) |
| |
◆ HANDLE [1/2]
| #define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitTypeOp(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##TypeOp(op, \
args...); \
}
Definition at line 61 of file HWVisitors.h.
◆ HANDLE [2/2]
| #define HANDLE |
( |
|
OPTYPE, |
|
|
|
OPKIND |
|
) |
| |
Value: ResultType visitStmt(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visit##OPKIND##Stmt(op, \
args...); \
}
Definition at line 61 of file HWVisitors.h.