LLVM
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
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
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
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 Mon Mar 31 2025 04:29:40 for LLVM by
1.9.6