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