LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
XCoreRegisterInfo.cpp File Reference
#include "XCoreRegisterInfo.h"
#include "XCore.h"
#include "XCoreMachineFunctionInfo.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Type.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/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "XCoreGenRegisterInfo.inc"
Include dependency graph for XCoreRegisterInfo.cpp:

Go to the source code of this file.

Macros

#define GET_REGINFO_TARGET_DESC
 

Functions

static bool isImmUs (unsigned val)
 
static bool isImmU6 (unsigned val)
 
static bool isImmU16 (unsigned val)
 

Macro Definition Documentation

#define GET_REGINFO_TARGET_DESC

Definition at line 35 of file XCoreRegisterInfo.cpp.

Function Documentation

static bool isImmU16 ( unsigned  val)
inlinestatic

Definition at line 53 of file XCoreRegisterInfo.cpp.

Referenced by llvm::XCoreRegisterInfo::eliminateFrameIndex().

static bool isImmU6 ( unsigned  val)
inlinestatic

Definition at line 49 of file XCoreRegisterInfo.cpp.

Referenced by llvm::XCoreRegisterInfo::eliminateFrameIndex().

static bool isImmUs ( unsigned  val)
inlinestatic

Definition at line 45 of file XCoreRegisterInfo.cpp.

Referenced by llvm::XCoreRegisterInfo::eliminateFrameIndex().