CIRCT
22.0.0git
Loading...
Searching...
No Matches
lib
Dialect
OM
OMTypes.cpp
Go to the documentation of this file.
1
//===- OMTypes.cpp - Object Model type definitions ------------------------===//
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 contains the Object Model type definitions.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
circt/Dialect/OM/OMTypes.h
"
14
#include "
circt/Dialect/OM/OMDialect.h
"
15
16
#include "mlir/IR/Builders.h"
17
#include "mlir/IR/DialectImplementation.h"
18
#include "llvm/ADT/TypeSwitch.h"
19
20
using namespace
circt
;
21
using namespace
mlir
;
22
using namespace
circt::om
;
23
24
#define GET_TYPEDEF_CLASSES
25
#include "circt/Dialect/OM/OMTypes.cpp.inc"
26
27
void
circt::om::OMDialect::registerTypes() {
28
addTypes<
29
#define GET_TYPEDEF_LIST
30
#include "circt/Dialect/OM/OMTypes.cpp.inc"
31
>();
32
}
OMDialect.h
OMTypes.h
circt::om
Definition
Evaluator.h:31
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
mlir
Definition
DebugAnalysis.h:16
Generated on Fri Sep 19 2025 00:10:09 for CIRCT by
1.9.8