Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SystemCEmissionPatterns.h
Go to the documentation of this file.
1//===- SystemCEmissionPatterns.h - SystemC Dialect Emission Patterns ------===//
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 exposes the emission patterns of the systemc dialect for registration.
10//
11//===----------------------------------------------------------------------===//
12
13// NOLINTNEXTLINE(llvm-header-guard)
14#ifndef CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_SYSTEMCEMISSIONPATTERNS_H
15#define CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_SYSTEMCEMISSIONPATTERNS_H
16
17#include "../EmissionPatternSupport.h"
18
19namespace circt {
20namespace ExportSystemC {
21
22/// Register SystemC operation emission patterns.
24 MLIRContext *context);
25
26/// Register SystemC type emission patterns.
28
29} // namespace ExportSystemC
30} // namespace circt
31
32#endif // CIRCT_TARGET_EXPORTSYSTEMC_PATTERNS_SYSTEMCEMISSIONPATTERNS_H
void populateSystemCOpEmitters(OpEmissionPatternSet &patterns, MLIRContext *context)
Register SystemC operation emission patterns.
void populateSystemCTypeEmitters(TypeEmissionPatternSet &patterns)
Register SystemC type emission patterns.
EmissionPatternSet< TypeEmissionPatternBase > TypeEmissionPatternSet
EmissionPatternSet< OpEmissionPatternBase > OpEmissionPatternSet
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.