CIRCT 20.0.0git
Loading...
Searching...
No Matches
RTGOps.h
Go to the documentation of this file.
1//===- RTGOps.h - Declare RTG dialect operations ----------------*- 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// This file declares the operation classes for the RTG dialect.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_RTG_IR_RTGOPS_H
14#define CIRCT_DIALECT_RTG_IR_RTGOPS_H
15
22#include "circt/Support/LLVM.h"
23#include "mlir/Bytecode/BytecodeOpInterface.h"
24#include "mlir/IR/BuiltinOps.h"
25#include "mlir/IR/OpImplementation.h"
26#include "mlir/IR/SymbolTable.h"
27#include "mlir/Interfaces/InferTypeOpInterface.h"
28#include "mlir/Interfaces/SideEffectInterfaces.h"
29
30#define GET_OP_CLASSES
31#include "circt/Dialect/RTG/IR/RTG.h.inc"
32
33#endif // CIRCT_DIALECT_RTG_IR_RTGOPS_H