MLIR
22.0.0git
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
c
f
h
i
k
m
n
o
p
r
s
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
f
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
v
Related Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
m
n
o
r
s
t
u
v
y
Enumerations
Enumerator
a
b
c
e
f
g
i
m
n
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
z
include
mlir
Dialect
OpenMP
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
16
#include "
mlir/Dialect/LLVMIR/LLVMDialect.h
"
17
#include "
mlir/Dialect/OpenACCMPCommon/Interfaces/AtomicInterfaces.h
"
18
#include "
mlir/Dialect/OpenACCMPCommon/Interfaces/OpenACCMPOpsInterfaces.h
"
19
#include "
mlir/Dialect/OpenMP/OpenMPInterfaces.h
"
20
#include "
mlir/IR/Dialect.h
"
21
#include "
mlir/IR/OpDefinition.h
"
22
#include "
mlir/IR/PatternMatch.h
"
23
#include "
mlir/IR/SymbolTable.h
"
24
#include "
mlir/Interfaces/ControlFlowInterfaces.h
"
25
#include "
mlir/Interfaces/SideEffectInterfaces.h
"
26
#include "llvm/Frontend/OpenMP/OMPDeviceConstants.h"
27
28
#define GET_TYPEDEF_CLASSES
29
#include "mlir/Dialect/OpenMP/OpenMPOpsTypes.h.inc"
30
31
#include "mlir/Dialect/OpenMP/OpenMPOpsDialect.h.inc"
32
33
#include "
mlir/Dialect/OpenMP/OpenMPClauseOperands.h
"
34
35
#include "mlir/Dialect/OpenMP/OpenMPTypeInterfaces.h.inc"
36
37
#define GET_OP_CLASSES
38
#include "mlir/Dialect/OpenMP/OpenMPOps.h.inc"
39
40
namespace
mlir::omp
{
41
/// Find the omp.new_cli, generator, and consumer of a canonical loop info.
42
std::tuple<NewCliOp, OpOperand *, OpOperand *>
decodeCli
(
mlir::Value
cli);
43
}
// namespace mlir::omp
44
45
#endif
// MLIR_DIALECT_OPENMP_OPENMPDIALECT_H_
AtomicInterfaces.h
ControlFlowInterfaces.h
Dialect.h
LLVMDialect.h
OpDefinition.h
OpenACCMPOpsInterfaces.h
OpenMPClauseOperands.h
OpenMPInterfaces.h
PatternMatch.h
SideEffectInterfaces.h
SymbolTable.h
mlir::Value
This class represents an instance of an SSA value in the MLIR system, representing a computable value...
Definition:
Value.h:96
mlir::omp
Definition:
OpenMPClauseOperands.h:25
mlir::omp::decodeCli
std::tuple< NewCliOp, OpOperand *, OpOperand * > decodeCli(mlir::Value cli)
Find the omp.new_cli, generator, and consumer of a canonical loop info.
Definition:
OpenMPDialect.cpp:3037
Generated on Sun Jul 27 2025 00:53:03 for MLIR by
1.9.1