LLVM
22.0.0git
include
llvm
Support
HexagonAttributes.h
Go to the documentation of this file.
1
//===-- HexagonAttributes.h - Qualcomm Hexagon Attributes -----------------===//
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
#ifndef LLVM_SUPPORT_HEXAGONATTRIBUTES_H
10
#define LLVM_SUPPORT_HEXAGONATTRIBUTES_H
11
12
#include "
llvm/Support/Compiler.h
"
13
#include "
llvm/Support/ELFAttributes.h
"
14
15
namespace
llvm
{
16
namespace
HexagonAttrs {
17
18
LLVM_ABI
const
TagNameMap
&
getHexagonAttributeTags
();
19
20
enum
AttrType
:
unsigned
{
21
ARCH
= 4,
22
HVXARCH
= 5,
23
HVXIEEEFP
= 6,
24
HVXQFLOAT
= 7,
25
ZREG
= 8,
26
AUDIO
= 9,
27
CABAC
= 10
28
};
29
30
}
// namespace HexagonAttrs
31
}
// namespace llvm
32
33
#endif
Compiler.h
LLVM_ABI
#define LLVM_ABI
Definition:
Compiler.h:213
ELFAttributes.h
llvm::ArrayRef< TagNameItem >
llvm::HexagonAttrs::AttrType
AttrType
Definition:
HexagonAttributes.h:20
llvm::HexagonAttrs::HVXIEEEFP
@ HVXIEEEFP
Definition:
HexagonAttributes.h:23
llvm::HexagonAttrs::ZREG
@ ZREG
Definition:
HexagonAttributes.h:25
llvm::HexagonAttrs::HVXQFLOAT
@ HVXQFLOAT
Definition:
HexagonAttributes.h:24
llvm::HexagonAttrs::CABAC
@ CABAC
Definition:
HexagonAttributes.h:27
llvm::HexagonAttrs::HVXARCH
@ HVXARCH
Definition:
HexagonAttributes.h:22
llvm::HexagonAttrs::ARCH
@ ARCH
Definition:
HexagonAttributes.h:21
llvm::HexagonAttrs::AUDIO
@ AUDIO
Definition:
HexagonAttributes.h:26
llvm::HexagonAttrs::getHexagonAttributeTags
LLVM_ABI const TagNameMap & getHexagonAttributeTags()
Definition:
HexagonAttributes.cpp:25
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Sat Aug 30 2025 05:19:32 for LLVM by
1.9.6