CIRCT  20.0.0git
Namespaces | Macros | Functions
KanagawaConvertHandshakeToDC.cpp File Reference
#include "circt/Dialect/Kanagawa/KanagawaOps.h"
#include "circt/Dialect/Kanagawa/KanagawaPasses.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/DC/DCTypes.h"
#include "circt/Dialect/HW/ConversionPatterns.h"
#include "circt/Dialect/Kanagawa/KanagawaDialect.h"
#include "circt/Dialect/Kanagawa/KanagawaTypes.h"
#include "circt/Transforms/Passes.h"
#include "mlir/Transforms/DialectConversion.h"
#include "circt/Conversion/HandshakeToDC.h"
#include "circt/Dialect/Kanagawa/KanagawaPasses.h.inc"
Include dependency graph for KanagawaConvertHandshakeToDC.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define GEN_PASS_DEF_KANAGAWACONVERTHANDSHAKETODC
 

Functions

static bool isDCType (Type t)
 
static bool isDCTypedOp (Operation *op)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_KANAGAWACONVERTHANDSHAKETODC

#define GEN_PASS_DEF_KANAGAWACONVERTHANDSHAKETODC

Definition at line 27 of file KanagawaConvertHandshakeToDC.cpp.

Function Documentation

◆ isDCType()

static bool isDCType ( Type  t)
static

Definition at line 81 of file KanagawaConvertHandshakeToDC.cpp.

Referenced by isDCTypedOp().

◆ isDCTypedOp()

static bool isDCTypedOp ( Operation *  op)
static

Definition at line 83 of file KanagawaConvertHandshakeToDC.cpp.

References isDCType().