MLIR 24.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"
42
43//===----------------------------------------------------------------------===//
44// WebAssembly Constraints
45//===----------------------------------------------------------------------===//
46
47namespace mlir {
48namespace wasmssa {
49#include "mlir/Dialect/WasmSSA/IR/WasmSSATypeConstraints.h.inc"
50}
51} // namespace mlir
52
53#define GET_OP_CLASSES
54#include "mlir/Dialect/WasmSSA/IR/WasmSSAOps.h.inc"
55
56#endif // MLIR_DIALECT_WasmSSA_IR_WasmSSA_H_
Include the generated interface declarations.