CIRCT  19.0.0git
Namespaces | Macros | Functions
IbisConvertHandshakeToDC.cpp File Reference
#include "circt/Dialect/Ibis/IbisOps.h"
#include "circt/Dialect/Ibis/IbisPasses.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/DC/DCTypes.h"
#include "circt/Dialect/HW/ConversionPatterns.h"
#include "circt/Dialect/Ibis/IbisDialect.h"
#include "circt/Dialect/Ibis/IbisTypes.h"
#include "circt/Transforms/Passes.h"
#include "mlir/Transforms/DialectConversion.h"
#include "circt/Conversion/HandshakeToDC.h"
#include "circt/Dialect/Ibis/IbisPasses.h.inc"
Include dependency graph for IbisConvertHandshakeToDC.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define GEN_PASS_DEF_IBISCONVERTHANDSHAKETODC
 

Functions

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

Macro Definition Documentation

◆ GEN_PASS_DEF_IBISCONVERTHANDSHAKETODC

#define GEN_PASS_DEF_IBISCONVERTHANDSHAKETODC

Definition at line 27 of file IbisConvertHandshakeToDC.cpp.

Function Documentation

◆ isDCType()

static bool isDCType ( Type  t)
static

Definition at line 81 of file IbisConvertHandshakeToDC.cpp.

Referenced by isDCTypedOp().

◆ isDCTypedOp()

static bool isDCTypedOp ( Operation *  op)
static

Definition at line 83 of file IbisConvertHandshakeToDC.cpp.

References isDCType().