MLIR 22.0.0git
WasmSSA.h
Go to the documentation of this file.
1//===- WasmSSA.h - WasmSSA dialect ------------------*- 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 MLIR_DIALECT_WasmSSA_IR_WasmSSA_H_
10#define MLIR_DIALECT_WasmSSA_IR_WasmSSA_H_
11
13#include "mlir/IR/Dialect.h"
14
15//===----------------------------------------------------------------------===//
16// WebAssemblyDialect
17//===----------------------------------------------------------------------===//
18
19#include "mlir/Dialect/WasmSSA/IR/WasmSSAOpsDialect.h.inc"
20
21//===----------------------------------------------------------------------===//
22// WebAssembly Dialect Types
23//===----------------------------------------------------------------------===//
24
25#define GET_TYPEDEF_CLASSES
26#include "mlir/Dialect/WasmSSA/IR/WasmSSAOpsTypes.h.inc"
27
28//===----------------------------------------------------------------------===//
29// WebAssembly Interfaces
30//===----------------------------------------------------------------------===//
31
33
34//===----------------------------------------------------------------------===//
35// WebAssembly Dialect Operations
36//===----------------------------------------------------------------------===//
37#include "mlir/IR/SymbolTable.h"
41
42//===----------------------------------------------------------------------===//
43// WebAssembly Constraints
44//===----------------------------------------------------------------------===//
45
46namespace mlir {
47namespace wasmssa {
48#include "mlir/Dialect/WasmSSA/IR/WasmSSATypeConstraints.h.inc"
49}
50} // namespace mlir
51
52#define GET_OP_CLASSES
53#include "mlir/Dialect/WasmSSA/IR/WasmSSAOps.h.inc"
54
55#endif // MLIR_DIALECT_WasmSSA_IR_WasmSSA_H_
Include the generated interface declarations.