LLVM 22.0.0git
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
14
15namespace llvm {
16namespace HexagonAttrs {
17
19
20enum AttrType : unsigned {
21 ARCH = 4,
25 ZREG = 8,
26 AUDIO = 9,
27 CABAC = 10
28};
29
30} // namespace HexagonAttrs
31} // namespace llvm
32
33#endif
#define LLVM_ABI
Definition: Compiler.h:213
LLVM_ABI const TagNameMap & getHexagonAttributeTags()
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18