MLIR-AIE
include
aie
Dialect
AIEVec
IR
AIEVecDialect.h
Go to the documentation of this file.
1
//===- AIEVecDialect.h - AIE Vector Dialect ---------------------*- 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
// This file defines the AIE vector dialect.
11
//===----------------------------------------------------------------------===//
12
13
#ifndef AIE_DIALECT_AIEVEC_IR_AIEVECDIALECT_H
14
#define AIE_DIALECT_AIEVEC_IR_AIEVECDIALECT_H
15
16
#include "
aie/Dialect/AIEVec/IR/AIEVecTypes.h
"
17
18
namespace
xilinx
{
19
namespace
aievec {
20
21
class
AIEVecDialect;
22
// Translation from AIE vector code to C++
23
void
registerAIEVecToCppTranslation
();
24
25
}
// end namespace aievec
26
}
// end namespace xilinx
27
28
#define GET_OP_CLASSES
29
#include "aie/Dialect/AIEVec/IR/AIEVecOpsDialect.h.inc"
30
31
#endif
// AIE_DIALECT_AIEVEC_IR_AIEVECDIALECT_H
AIEVecTypes.h
xilinx::aievec::registerAIEVecToCppTranslation
void registerAIEVecToCppTranslation()
Definition
TranslateRegistration.cpp:43
xilinx
Definition
AIEToConfiguration.h:18
Generated on Sat Aug 23 2025 00:55:48 for MLIR-AIE by
1.9.8