CIRCT  19.0.0git
IbisTypes.h
Go to the documentation of this file.
1 //===- IbisTypes.h - Definition of Ibis dialect types ------------*- C++-*-===//
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 #ifndef CIRCT_DIALECT_IBIS_IBISTYPES_H
10 #define CIRCT_DIALECT_IBIS_IBISTYPES_H
11 
14 
15 #include "circt/Support/LLVM.h"
16 #include "mlir/IR/BuiltinAttributes.h"
17 #include "mlir/IR/Types.h"
18 
19 namespace circt {
20 namespace ibis {
21 // Returns true if the given type is an opaque reference to an ibis class.
22 bool isOpaqueScopeRefType(mlir::Type type);
23 } // namespace ibis
24 } // namespace circt
25 
26 #define GET_TYPEDEF_CLASSES
27 #include "circt/Dialect/Ibis/IbisTypes.h.inc"
28 
29 #endif // CIRCT_DIALECT_IBIS_IBISTYPES_H
bool isOpaqueScopeRefType(mlir::Type type)
Definition: IbisTypes.cpp:20
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21