LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::XCoreRegisterInfo Struct Reference

#include <XCoreRegisterInfo.h>

Inheritance diagram for llvm::XCoreRegisterInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::XCoreRegisterInfo:
Collaboration graph
[legend]

Public Member Functions

 XCoreRegisterInfo ()
 
const uint16_t * getCalleeSavedRegs (const MachineFunction *MF=0) const
 Code Generation virtual methods... More...
 
BitVector getReservedRegs (const MachineFunction &MF) const
 
bool requiresRegisterScavenging (const MachineFunction &MF) const
 
bool trackLivenessAfterRegAlloc (const MachineFunction &MF) const
 
bool useFPForScavengingIndex (const MachineFunction &MF) const
 
void eliminateFrameIndex (MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=NULL) const
 
unsigned getFrameRegister (const MachineFunction &MF) const
 

Static Public Member Functions

static bool needsFrameMoves (const MachineFunction &MF)
 Return whether to emit frame moves. More...
 

Detailed Description

Definition at line 26 of file XCoreRegisterInfo.h.

Constructor & Destructor Documentation

XCoreRegisterInfo::XCoreRegisterInfo ( )

Definition at line 40 of file XCoreRegisterInfo.cpp.

Member Function Documentation

void XCoreRegisterInfo::eliminateFrameIndex ( MachineBasicBlock::iterator  II,
int  SPAdj,
unsigned  FIOperandNum,
RegScavenger RS = NULL 
) const
const uint16_t * XCoreRegisterInfo::getCalleeSavedRegs ( const MachineFunction MF = 0) const

Code Generation virtual methods...

Definition at line 62 of file XCoreRegisterInfo.cpp.

References R4, and R6.

unsigned XCoreRegisterInfo::getFrameRegister ( const MachineFunction MF) const
BitVector XCoreRegisterInfo::getReservedRegs ( const MachineFunction MF) const
bool XCoreRegisterInfo::needsFrameMoves ( const MachineFunction MF)
static
bool XCoreRegisterInfo::requiresRegisterScavenging ( const MachineFunction MF) const
bool XCoreRegisterInfo::trackLivenessAfterRegAlloc ( const MachineFunction MF) const

Definition at line 95 of file XCoreRegisterInfo.cpp.

References requiresRegisterScavenging().

bool XCoreRegisterInfo::useFPForScavengingIndex ( const MachineFunction MF) const

Definition at line 100 of file XCoreRegisterInfo.cpp.


The documentation for this struct was generated from the following files: