CIRCT
24.0.0git
Loading...
Searching...
No Matches
lib
Dialect
Probe
ProbeTypes.cpp
Go to the documentation of this file.
1
//===----------------------------------------------------------------------===//
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/Probe/ProbeTypes.h
"
10
#include "
circt/Dialect/Probe/ProbeDialect.h
"
11
#include "mlir/IR/Builders.h"
12
#include "mlir/IR/DialectImplementation.h"
13
14
using namespace
circt
;
15
using namespace
probe;
16
using namespace
mlir
;
17
18
#define GET_TYPEDEF_CLASSES
19
#include "circt/Dialect/Probe/ProbeTypes.cpp.inc"
20
21
void
ProbeDialect::registerTypes() {
22
addTypes<
23
#define GET_TYPEDEF_LIST
24
#include "circt/Dialect/Probe/ProbeTypes.cpp.inc"
25
>();
26
}
ProbeDialect.h
ProbeTypes.h
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
mlir
Definition
DebugAnalysis.h:16
Generated on Thu Aug 20 2026 00:07:01 for CIRCT by
1.9.8