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
include
aie
Target
LLVMIR
Dialect
XLLVM
XLLVMToLLVMIRTranslation.h
Go to the documentation of this file.
1
//===- XLLVMToLLVMIRTranslation.h - XLLVM to LLVM IR translate -*- 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 2024 Advanced Micro Devices, Inc.
8
//
9
//===----------------------------------------------------------------------===//
10
//
11
// This provides registration calls for XLLVM intrinsics to LLVM IR
12
// translation.
13
//
14
//===----------------------------------------------------------------------===//
15
16
#ifndef AIE_TARGET_LLVMIR_DIALECT_XLLVM_H
17
#define AIE_TARGET_LLVMIR_DIALECT_XLLVM_H
18
19
namespace
mlir
{
20
class
DialectRegistry;
21
class
MLIRContext;
22
}
// namespace mlir
23
24
namespace
xilinx::xllvm
{
25
26
/// Register the AIEVec dialect and the translation from it to the LLVM dialect
27
/// in the given registry.
28
void
registerXLLVMDialectTranslation
(mlir::DialectRegistry ®istry);
29
30
/// Register the AIEVec dialect and the translation from it to the LLVM dialect
31
/// in the registry associated with the given context.
32
void
registerXLLVMDialectTranslation
(mlir::MLIRContext &context);
33
34
}
// namespace xilinx::xllvm
35
36
#endif
// AIE_TARGET_LLVMIR_DIALECT_AIEVEC_H
mlir
Definition
AIEVecToLLVM.h:18
xilinx::xllvm
Definition
XLLVMDialect.h:63
xilinx::xllvm::registerXLLVMDialectTranslation
void registerXLLVMDialectTranslation(mlir::DialectRegistry ®istry)
Register the AIEVec dialect and the translation from it to the LLVM dialect in the given registry.
Generated on Wed Apr 9 2025 22:12:43 for MLIR-AIE by
1.9.8