MLIR  20.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 
19 #include "mlir/IR/Dialect.h"
20 #include "mlir/IR/OpDefinition.h"
21 #include "mlir/IR/PatternMatch.h"
22 #include "mlir/IR/SymbolTable.h"
25 
26 #define GET_TYPEDEF_CLASSES
27 #include "mlir/Dialect/OpenMP/OpenMPOpsTypes.h.inc"
28 
29 #include "mlir/Dialect/OpenMP/OpenMPOpsDialect.h.inc"
30 
32 
33 #include "mlir/Dialect/OpenMP/OpenMPTypeInterfaces.h.inc"
34 
36 
37 #define GET_OP_CLASSES
38 #include "mlir/Dialect/OpenMP/OpenMPOps.h.inc"
39 
40 #endif // MLIR_DIALECT_OPENMP_OPENMPDIALECT_H_