#include "circt/Dialect/Comb/CombDialect.h"
#include "circt/Dialect/ESI/ESIOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/HW/HWTypes.h"
#include "circt/Dialect/Handshake/HandshakeDialect.h"
#include "circt/Dialect/Handshake/HandshakeOps.h"
#include "circt/Dialect/Handshake/HandshakePasses.h"
#include "circt/Dialect/Handshake/HandshakeUtils.h"
#include "circt/Support/BackedgeBuilder.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Rewrite/FrozenRewritePatternSet.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/Handshake/HandshakePasses.h.inc"
Go to the source code of this file.
◆ GEN_PASS_DEF_HANDSHAKELOWEREXTMEMTOHW
#define GEN_PASS_DEF_HANDSHAKELOWEREXTMEMTOHW |
◆ getMemTypeForExtmem()
static HandshakeMemType getMemTypeForExtmem |
( |
Value |
v | ) |
|
|
static |
◆ indexToMemAddr()
static Type indexToMemAddr |
( |
Type |
t, |
|
|
MemRefType |
memRef |
|
) |
| |
|
static |