LLVM
10.0.0svn
lib
Target
Hexagon
HexagonDepArch.h
Go to the documentation of this file.
1
//===----------------------------------------------------------------------===//
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
// Automatically generated file, please consult code owner before editing.
9
//===----------------------------------------------------------------------===//
10
11
12
#ifndef HEXAGON_DEP_ARCH_H
13
#define HEXAGON_DEP_ARCH_H
14
namespace
llvm
{
15
namespace
Hexagon {
16
enum class
ArchEnum
{
NoArch
,
Generic
,
V5
,
V55
,
V60
,
V62
,
V65
,
V66
};
17
}
// namespace Hexagon
18
}
// namespace llvm;
19
#endif // HEXAGON_DEP_ARCH_H
llvm::Hexagon::ArchEnum::V65
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:23
llvm::Hexagon::ArchEnum
ArchEnum
Definition:
HexagonDepArch.h:16
llvm::Hexagon::ArchEnum::V5
llvm::Hexagon::ArchEnum::V66
llvm::Hexagon::ArchEnum::NoArch
llvm::Hexagon::ArchEnum::V62
llvm::Hexagon::ArchEnum::Generic
llvm::Hexagon::ArchEnum::V60
llvm::Hexagon::ArchEnum::V55
Generated on Mon Nov 4 2019 00:38:18 for LLVM by
1.8.13