LLVM 19.0.0git
HexagonAttributes.cpp
Go to the documentation of this file.
1//===-- HexagonAttributes.cpp - 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
10
11using namespace llvm;
12using namespace llvm::HexagonAttrs;
13
14static constexpr TagNameItem TagData[] = {
15 {ARCH, "Tag_arch"},
16 {HVXARCH, "Tag_hvx_arch"},
17 {HVXIEEEFP, "Tag_hvx_ieeefp"},
18 {HVXQFLOAT, "Tag_hvx_qfloat"},
19 {ZREG, "Tag_zreg"},
20 {AUDIO, "Tag_audio"},
21 {CABAC, "Tag_cabac"},
22};
23
27}
constexpr TagNameMap HexagonAttributeTags
static constexpr TagNameItem TagData[]
const TagNameMap & getHexagonAttributeTags()
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18