MLIR-AIE
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
c
d
h
i
o
p
r
s
u
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
x
Functions
a
b
c
d
e
f
g
i
l
m
o
p
s
u
v
Typedefs
a
b
c
i
l
m
p
s
Enumerations
Enumerator
a
c
i
t
Macros
a
d
e
g
i
l
m
n
o
p
s
t
u
x
lib
Conversion
PassDetail.h
Go to the documentation of this file.
1
//===- PassDetail.h - Conversion Pass class details -------------*- C++ -*-===//
2
//
3
// This file is licensed 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
// (c) Copyright 2022 Xilinx Inc.
8
//
9
////===----------------------------------------------------------------------===//
10
11
#ifndef AIE_CONVERSION_PASSDETAIL_H_
12
#define AIE_CONVERSION_PASSDETAIL_H_
13
14
#include "
aie/Conversion/Passes.h
"
15
16
#include "mlir/Dialect/Arith/IR/Arith.h"
17
#include "mlir/Dialect/Vector/IR/VectorOps.h"
18
#include "mlir/IR/BuiltinOps.h"
19
#include "mlir/Interfaces/FunctionInterfaces.h"
20
#include "mlir/Pass/Pass.h"
21
22
namespace
xilinx
{
23
24
namespace
aievec {
25
26
class
AIEVecDialect;
27
28
}
// namespace aievec
29
30
namespace
xllvm {
31
32
class
XLLVMDialect;
33
34
}
// namespace xllvm
35
36
}
// namespace xilinx
37
38
namespace
mlir
{
39
40
namespace
LLVM {
41
class
LLVMDialect;
42
}
// namespace LLVM
43
44
#define GEN_PASS_CLASSES
45
#include "aie/Conversion/Passes.h.inc"
46
}
// namespace mlir
47
48
#endif
// AIE_CONVERSION_PASSDETAIL_H_
Passes.h
mlir
Definition
AIEVecToLLVM.h:18
xilinx
Definition
AIEToConfiguration.h:21
Generated on Tue Apr 8 2025 15:03:08 for MLIR-AIE by
1.9.8