MLIR  19.0.0git
OpenMPDialect.h
Go to the documentation of this file.
1 //===- OpenMPDialect.h - MLIR Dialect for OpenMP ----------------*- 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 OpenMP dialect in MLIR.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef MLIR_DIALECT_OPENMP_OPENMPDIALECT_H_
14 #define MLIR_DIALECT_OPENMP_OPENMPDIALECT_H_
15 
18 #include "mlir/IR/Dialect.h"
19 #include "mlir/IR/OpDefinition.h"
20 #include "mlir/IR/PatternMatch.h"
21 #include "mlir/IR/SymbolTable.h"
24 
25 #define GET_TYPEDEF_CLASSES
26 #include "mlir/Dialect/OpenMP/OpenMPOpsTypes.h.inc"
27 
28 #include "mlir/Dialect/OpenMP/OpenMPOpsDialect.h.inc"
29 
31 
32 #include "mlir/Dialect/OpenMP/OpenMPTypeInterfaces.h.inc"
33 
35 
36 #define GET_OP_CLASSES
37 #include "mlir/Dialect/OpenMP/OpenMPOps.h.inc"
38 
39 #endif // MLIR_DIALECT_OPENMP_OPENMPDIALECT_H_