CIRCT
20.0.0git
lib
Dialect
RTGTest
IR
RTGTestDialect.cpp
Go to the documentation of this file.
1
//===- RTGTestDialect.cpp - Implement the RTGTest dialect -----------------===//
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 file implements the RTGTest dialect.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
circt/Dialect/RTGTest/IR/RTGTestDialect.h
"
14
#include "
circt/Dialect/RTGTest/IR/RTGTestOps.h
"
15
#include "
circt/Dialect/RTGTest/IR/RTGTestTypes.h
"
16
#include "mlir/IR/Builders.h"
17
#include "mlir/IR/BuiltinTypes.h"
18
#include "mlir/IR/DialectImplementation.h"
19
20
using namespace
circt
;
21
using namespace
rtgtest
;
22
23
//===----------------------------------------------------------------------===//
24
// Dialect specification.
25
//===----------------------------------------------------------------------===//
26
27
void
RTGTestDialect::initialize() {
28
registerTypes();
29
// Register operations.
30
addOperations<
31
#define GET_OP_LIST
32
#include "circt/Dialect/RTGTest/IR/RTGTest.cpp.inc"
33
>();
34
}
35
36
#include "circt/Dialect/RTGTest/IR/RTGTestDialect.cpp.inc"
RTGTestDialect.h
RTGTestOps.h
RTGTestTypes.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
rtgtest
Definition:
rtgtest.py:1
Generated on Sun Dec 29 2024 00:08:18 for CIRCT by
1.9.1