CIRCT 20.0.0git
Loading...
Searching...
No Matches
RTGTestTypes.cpp
Go to the documentation of this file.
1//===- RTGTestTypes.cpp ---------------------------------------------------===//
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
11#include "mlir/IR/Builders.h"
12#include "mlir/IR/DialectImplementation.h"
13#include "llvm/ADT/TypeSwitch.h"
14
15using namespace circt;
16using namespace rtgtest;
17
18//===----------------------------------------------------------------------===//
19// TableGen generated logic.
20//===----------------------------------------------------------------------===//
21
22#define GET_TYPEDEF_CLASSES
23#include "circt/Dialect/RTGTest/IR/RTGTestTypes.cpp.inc"
24
25//===----------------------------------------------------------------------===//
26// Type registration
27//===----------------------------------------------------------------------===//
28
29void circt::rtgtest::RTGTestDialect::registerTypes() {
30 addTypes<
31#define GET_TYPEDEF_LIST
32#include "circt/Dialect/RTGTest/IR/RTGTestTypes.cpp.inc"
33 >();
34}
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.