LLVM API Documentation

Defines | Functions
ARMBaseRegisterInfo.cpp File Reference
#include "ARMBaseRegisterInfo.h"
#include "ARM.h"
#include "ARMBaseInstrInfo.h"
#include "ARMFrameLowering.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMSubtarget.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/CodeGen/VirtRegMap.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetFrameLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "ARMGenRegisterInfo.inc"
Include dependency graph for ARMBaseRegisterInfo.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "arm-register-info"
#define GET_REGINFO_TARGET_DESC

Functions

static unsigned getPairedGPR (unsigned Reg, bool Odd, const MCRegisterInfo *RI)

Define Documentation

#define DEBUG_TYPE   "arm-register-info"

Definition at line 41 of file ARMBaseRegisterInfo.cpp.

Definition at line 43 of file ARMBaseRegisterInfo.cpp.


Function Documentation

static unsigned getPairedGPR ( unsigned  Reg,
bool  Odd,
const MCRegisterInfo RI 
) [static]