#include "circt/Dialect/Arc/ArcOps.h"
#include "circt/Dialect/Arc/ArcPasses.h"
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "circt/Support/Namespace.h"
#include "circt/Support/SymCache.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/Arc/ArcPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::arc |
|
| llvm |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "arc-canonicalizer" |
◆ GEN_PASS_DEF_ARCCANONICALIZER
#define GEN_PASS_DEF_ARCCANONICALIZER |
◆ canonicalizePassthoughCall()
LogicalResult canonicalizePassthoughCall |
( |
mlir::CallOpInterface |
callOp, |
|
|
SymbolHandler & |
symbolCache, |
|
|
PatternRewriter & |
rewriter |
|
) |
| |
◆ updateInputOperands()
LogicalResult updateInputOperands |
( |
VectorizeOp & |
vecOp, |
|
|
const SmallVector< Value > & |
newOperands |
|
) |
| |