#include "circt/Dialect/Handshake/HandshakeOps.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Func/IR/FuncOps.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::handshake |
| |
| namespace | mlir |
| |
◆ HANDLE [1/2]
Value: ResultType visitHandshake(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visitUnhandledOp(op, args...); \
}
Definition at line 57 of file Visitor.h.
◆ HANDLE [2/2]
Value: ResultType visitStdExpr(OPTYPE op, ExtraArgs... args) { \
return static_cast<ConcreteType *>(this)->visitUnhandledOp(op, args...); \
}
Definition at line 57 of file Visitor.h.