CIRCT
20.0.0git
lib
Dialect
Debug
DebugTypes.cpp
Go to the documentation of this file.
1
//===- DebugTypes.cpp - Debug dialect types -------------------------------===//
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/Debug/DebugTypes.h
"
10
#include "
circt/Dialect/Debug/DebugDialect.h
"
11
#include "mlir/IR/Builders.h"
12
#include "mlir/IR/DialectImplementation.h"
13
#include "llvm/ADT/TypeSwitch.h"
14
15
using namespace
circt
;
16
using namespace
debug
;
17
using namespace
mlir
;
18
19
//===----------------------------------------------------------------------===//
20
// Table Gen
21
//===----------------------------------------------------------------------===//
22
23
#define GET_TYPEDEF_CLASSES
24
#include "circt/Dialect/Debug/DebugTypes.cpp.inc"
25
26
void
DebugDialect::registerTypes() {
27
addTypes<
28
#define GET_TYPEDEF_LIST
29
#include "circt/Dialect/Debug/DebugTypes.cpp.inc"
30
>();
31
}
DebugDialect.h
DebugTypes.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
debug
Definition:
debug.py:1
mlir
Definition:
DebugAnalysis.h:16
Generated on Thu Dec 26 2024 00:07:19 for CIRCT by
1.9.1