CIRCT
22.0.0git
Loading...
Searching...
No Matches
include
circt
Conversion
Passes.h
Go to the documentation of this file.
1
//===- Passes.h - Conversion Pass Construction and Registration -*- 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
// This fle contains the declarations to register conversion passes.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef CIRCT_CONVERSION_PASSES_H
14
#define CIRCT_CONVERSION_PASSES_H
15
16
#include "
circt/Conversion/AIGToComb.h
"
17
#include "
circt/Conversion/AffineToLoopSchedule.h
"
18
#include "
circt/Conversion/ArcToLLVM.h
"
19
#include "
circt/Conversion/CFToHandshake.h
"
20
#include "
circt/Conversion/CalyxNative.h
"
21
#include "
circt/Conversion/CalyxToFSM.h
"
22
#include "
circt/Conversion/CalyxToHW.h
"
23
#include "
circt/Conversion/CombToAIG.h
"
24
#include "
circt/Conversion/CombToArith.h
"
25
#include "
circt/Conversion/CombToDatapath.h
"
26
#include "
circt/Conversion/CombToSMT.h
"
27
#include "
circt/Conversion/ConvertToArcs.h
"
28
#include "
circt/Conversion/DCToHW.h
"
29
#include "
circt/Conversion/DatapathToSMT.h
"
30
#include "
circt/Conversion/ExportChiselInterface.h
"
31
#include "
circt/Conversion/ExportVerilog.h
"
32
#include "
circt/Conversion/FIRRTLToHW.h
"
33
#include "
circt/Conversion/FSMToSV.h
"
34
#include "
circt/Conversion/HWArithToHW.h
"
35
#include "
circt/Conversion/HWToBTOR2.h
"
36
#include "
circt/Conversion/HWToLLVM.h
"
37
#include "
circt/Conversion/HWToSMT.h
"
38
#include "
circt/Conversion/HWToSV.h
"
39
#include "
circt/Conversion/HWToSystemC.h
"
40
#include "
circt/Conversion/HandshakeToDC.h
"
41
#include "
circt/Conversion/HandshakeToHW.h
"
42
#include "
circt/Conversion/ImportAIGER.h
"
43
#include "
circt/Conversion/LTLToCore.h
"
44
#include "
circt/Conversion/LoopScheduleToCalyx.h
"
45
#include "
circt/Conversion/MooreToCore.h
"
46
#include "
circt/Conversion/PipelineToHW.h
"
47
#include "
circt/Conversion/SCFToCalyx.h
"
48
#include "
circt/Conversion/SMTToZ3LLVM.h
"
49
#include "
circt/Conversion/SeqToSV.h
"
50
#include "
circt/Conversion/SimToSV.h
"
51
#include "
circt/Conversion/VerifToSMT.h
"
52
#include "
circt/Conversion/VerifToSV.h
"
53
#include "mlir/IR/DialectRegistry.h"
54
#include "mlir/Pass/Pass.h"
55
#include "mlir/Pass/PassRegistry.h"
56
57
namespace
circt
{
58
59
// Generate the code for registering conversion passes.
60
#define GEN_PASS_REGISTRATION
61
#include "circt/Conversion/Passes.h.inc"
62
63
}
// namespace circt
64
65
#endif
// CIRCT_CONVERSION_PASSES_H
AIGToComb.h
AffineToLoopSchedule.h
ArcToLLVM.h
CFToHandshake.h
CalyxNative.h
CalyxToFSM.h
CalyxToHW.h
CombToAIG.h
CombToArith.h
CombToDatapath.h
CombToSMT.h
ConvertToArcs.h
DCToHW.h
DatapathToSMT.h
ExportChiselInterface.h
FIRRTLToHW.h
FSMToSV.h
HWArithToHW.h
HWToBTOR2.h
HWToLLVM.h
HWToSMT.h
HWToSV.h
HWToSystemC.h
HandshakeToDC.h
HandshakeToHW.h
ImportAIGER.h
LTLToCore.h
LoopScheduleToCalyx.h
MooreToCore.h
PipelineToHW.h
SCFToCalyx.h
SMTToZ3LLVM.h
SeqToSV.h
SimToSV.h
VerifToSMT.h
VerifToSV.h
ExportVerilog.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
Generated on Thu Jul 17 2025 00:09:30 for CIRCT by
1.9.8