LLVM
4.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
llvm.src
lib
Target
ARM
ARMLegalizerInfo.h
Go to the documentation of this file.
1
//===- ARMLegalizerInfo ------------------------------------------*- C++ -*-==//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
/// \file
10
/// This file declares the targeting of the Machinelegalizer class for ARM.
11
/// \todo This should be generated by TableGen.
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_LIB_TARGET_ARM_ARMMACHINELEGALIZER_H
15
#define LLVM_LIB_TARGET_ARM_ARMMACHINELEGALIZER_H
16
17
#include "
llvm/CodeGen/GlobalISel/LegalizerInfo.h
"
18
19
namespace
llvm {
20
21
class
LLVMContext;
22
23
/// This class provides the information for the target register banks.
24
class
ARMLegalizerInfo
:
public
LegalizerInfo
{
25
public
:
26
ARMLegalizerInfo
();
27
};
28
}
// End llvm namespace.
29
#endif
llvm::ARMLegalizerInfo
This class provides the information for the target register banks.
Definition:
ARMLegalizerInfo.h:24
LegalizerInfo.h
llvm::LegalizerInfo
Definition:
LegalizerInfo.h:49
llvm::ARMLegalizerInfo::ARMLegalizerInfo
ARMLegalizerInfo()
Definition:
ARMLegalizerInfo.cpp:26
Generated on Wed Mar 8 2017 17:06:11 for LLVM by
1.8.6