LLVM
20.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/ELFAttributes.h
"
13
14
namespace
llvm
{
15
namespace
HexagonAttrs {
16
17
const
TagNameMap
&
getHexagonAttributeTags
();
18
19
enum
AttrType
:
unsigned
{
20
ARCH
= 4,
21
HVXARCH
= 5,
22
HVXIEEEFP
= 6,
23
HVXQFLOAT
= 7,
24
ZREG
= 8,
25
AUDIO
= 9,
26
CABAC
= 10
27
};
28
29
}
// namespace HexagonAttrs
30
}
// namespace llvm
31
32
#endif
ELFAttributes.h
llvm::ArrayRef< TagNameItem >
llvm::HexagonAttrs::AttrType
AttrType
Definition:
HexagonAttributes.h:19
llvm::HexagonAttrs::HVXIEEEFP
@ HVXIEEEFP
Definition:
HexagonAttributes.h:22
llvm::HexagonAttrs::ZREG
@ ZREG
Definition:
HexagonAttributes.h:24
llvm::HexagonAttrs::HVXQFLOAT
@ HVXQFLOAT
Definition:
HexagonAttributes.h:23
llvm::HexagonAttrs::CABAC
@ CABAC
Definition:
HexagonAttributes.h:26
llvm::HexagonAttrs::HVXARCH
@ HVXARCH
Definition:
HexagonAttributes.h:21
llvm::HexagonAttrs::ARCH
@ ARCH
Definition:
HexagonAttributes.h:20
llvm::HexagonAttrs::AUDIO
@ AUDIO
Definition:
HexagonAttributes.h:25
llvm::HexagonAttrs::getHexagonAttributeTags
const TagNameMap & getHexagonAttributeTags()
Definition:
HexagonAttributes.cpp:25
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Nov 12 2024 12:05:36 for LLVM by
1.9.6