LLVM  3.7.0
Namespaces | Macros | Variables
AArch64RegisterInfo.cpp File Reference
#include "AArch64RegisterInfo.h"
#include "AArch64FrameLowering.h"
#include "AArch64InstrInfo.h"
#include "AArch64Subtarget.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/Triple.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetFrameLowering.h"
#include "llvm/Target/TargetOptions.h"
#include "AArch64GenRegisterInfo.inc"
Include dependency graph for AArch64RegisterInfo.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define GET_REGINFO_TARGET_DESC
 

Variables

static cl::opt< boolReserveX18 ("aarch64-reserve-x18", cl::Hidden, cl::desc("Reserve X18, making it unavailable as GPR"))
 

Macro Definition Documentation

#define GET_REGINFO_TARGET_DESC

Definition at line 34 of file AArch64RegisterInfo.cpp.

Variable Documentation

cl::opt<bool> ReserveX18("aarch64-reserve-x18", cl::Hidden, cl::desc("Reserve X18, making it unavailable as GPR"))
static