CIRCT
20.0.0git
lib
Dialect
DC
DCDialect.cpp
Go to the documentation of this file.
1
//===- DCDialect.cpp - DC dialect implementation --------------------------===//
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
#include "
circt/Dialect/DC/DCDialect.h
"
10
#include "
circt/Dialect/DC/DCOps.h
"
11
#include "
circt/Dialect/DC/DCTypes.h
"
12
13
using namespace
circt
;
14
using namespace
dc;
15
16
void
DCDialect::initialize() {
17
registerTypes();
18
addOperations<
19
#define GET_OP_LIST
20
#include "circt/Dialect/DC/DC.cpp.inc"
21
>();
22
}
23
24
#include "circt/Dialect/DC/DCDialect.cpp.inc"
DCDialect.h
DCOps.h
DCTypes.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
Generated on Tue Nov 5 2024 00:07:20 for CIRCT by
1.9.1