CIRCT 20.0.0git
Loading...
Searching...
No Matches
KanagawaTypes.h
Go to the documentation of this file.
1//===- KanagawaTypes.h - Definition of Kanagawa 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_KANAGAWA_KANAGAWATYPES_H
10#define CIRCT_DIALECT_KANAGAWA_KANAGAWATYPES_H
11
14
15#include "circt/Support/LLVM.h"
16#include "mlir/IR/BuiltinAttributes.h"
17#include "mlir/IR/Types.h"
18
19namespace circt {
20namespace kanagawa {
21// Returns true if the given type is an opaque reference to an kanagawa class.
22bool isOpaqueScopeRefType(mlir::Type type);
23} // namespace kanagawa
24} // namespace circt
25
26#define GET_TYPEDEF_CLASSES
27#include "circt/Dialect/Kanagawa/KanagawaTypes.h.inc"
28
29#endif // CIRCT_DIALECT_KANAGAWA_KANAGAWATYPES_H
bool isOpaqueScopeRefType(mlir::Type type)
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.