CIRCT  19.0.0git
Namespaces | Macros | Functions
HandshakePasses.h File Reference
#include "circt/Support/LLVM.h"
#include <map>
#include <memory>
#include <optional>
#include <set>
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "circt/Dialect/Handshake/HandshakePasses.h.inc"
Include dependency graph for HandshakePasses.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define GEN_PASS_DECL
 
#define GEN_PASS_REGISTRATION
 Generate the code for registering passes. More...
 

Functions

std::unique_ptr< mlir::OperationPass< mlir::ModuleOp > > circt::handshake::createHandshakeDotPrintPass ()
 
std::unique_ptr< mlir::OperationPass< mlir::ModuleOp > > circt::handshake::createHandshakeOpCountPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeMaterializeForksSinksPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeDematerializeForksSinksPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeRemoveBuffersPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeAddIDsPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeLowerExtmemToHWPass (std::optional< bool > createESIWrapper={})
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeLegalizeMemrefsPass ()
 
std::unique_ptr< mlir::OperationPass< handshake::FuncOp > > circt::handshake::createHandshakeInsertBuffersPass (const std::string &strategy="all", unsigned bufferSize=2)
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeLockFunctionsPass ()
 
std::unique_ptr< mlir::Pass > circt::handshake::createHandshakeSplitMergesPass ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 30 of file HandshakePasses.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Generate the code for registering passes.

Definition at line 51 of file HandshakePasses.h.