CIRCT  20.0.0git
MSFTPasses.h
Go to the documentation of this file.
1 //===- MSFTPasses.h - Common code for passes --------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef CIRCT_DIALECT_MSFT_MSFTPASSES_H
10 #define CIRCT_DIALECT_MSFT_MSFTPASSES_H
11 
12 #include "circt/Dialect/HW/HWOps.h"
14 
15 #include "mlir/Pass/Pass.h"
16 #include "mlir/Pass/PassRegistry.h"
17 
18 namespace mlir {
19 class Pass;
20 } // namespace mlir
21 
22 namespace circt {
23 namespace msft {
24 
25 #define GEN_PASS_DECL
26 #include "circt/Dialect/MSFT/MSFTPasses.h.inc"
27 
28 std::unique_ptr<mlir::Pass> createLowerInstancesPass();
29 std::unique_ptr<mlir::Pass> createLowerConstructsPass();
30 std::unique_ptr<mlir::Pass> createExportTclPass();
31 
32 /// Generate the code for registering passes.
33 #define GEN_PASS_REGISTRATION
34 #include "circt/Dialect/MSFT/MSFTPasses.h.inc"
35 
36 } // namespace msft
37 } // namespace circt
38 
39 #endif // CIRCT_DIALECT_MSFT_MSFTPASSES_H
std::unique_ptr< mlir::Pass > createExportTclPass()
std::unique_ptr< mlir::Pass > createLowerConstructsPass()
std::unique_ptr< mlir::Pass > createLowerInstancesPass()
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: msft.py:1