CIRCT
20.0.0git
include
circt
Dialect
Kanagawa
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
12
#include "
circt/Dialect/HW/HWAttributes.h
"
13
#include "
circt/Dialect/Kanagawa/KanagawaDialect.h
"
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
kanagawa {
21
// Returns true if the given type is an opaque reference to an kanagawa class.
22
bool
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
HWAttributes.h
KanagawaDialect.h
LLVM.h
circt::kanagawa::isOpaqueScopeRefType
bool isOpaqueScopeRefType(mlir::Type type)
Definition:
KanagawaTypes.cpp:20
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
Generated on Sat Nov 30 2024 00:07:38 for CIRCT by
1.9.1