LLVM API Documentation

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

#include <MipsSERegisterInfo.h>

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

Public Member Functions

 MipsSERegisterInfo (const MipsSubtarget &Subtarget)
 
bool requiresRegisterScavenging (const MachineFunction &MF) const
 
bool requiresFrameIndexScavenging (const MachineFunction &MF) const
 
virtual const TargetRegisterClassintRegClass (unsigned Size) const
 Return GPR register class. More...
 
- Public Member Functions inherited from llvm::MipsRegisterInfo
 MipsRegisterInfo (const MipsSubtarget &Subtarget)
 
void adjustMipsStackFrame (MachineFunction &MF) const
 Adjust the Mips stack frame. More...
 
const TargetRegisterClassgetPointerRegClass (const MachineFunction &MF, unsigned Kind) const
 Code Generation virtual methods... More...
 
unsigned getRegPressureLimit (const TargetRegisterClass *RC, MachineFunction &MF) const
 
const uint16_t * getCalleeSavedRegs (const MachineFunction *MF=0) const
 Mips Callee Saved Registers. More...
 
const uint32_t * getCallPreservedMask (CallingConv::ID) const
 
BitVector getReservedRegs (const MachineFunction &MF) const
 
virtual bool trackLivenessAfterRegAlloc (const MachineFunction &MF) const
 
void eliminateFrameIndex (MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=NULL) const
 Stack Frame Processing Methods. More...
 
void processFunctionBeforeFrameFinalized (MachineFunction &MF, RegScavenger *RS=NULL) const
 
unsigned getFrameRegister (const MachineFunction &MF) const
 Debug information queries. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::MipsRegisterInfo
static unsigned getRegisterNumbering (unsigned RegEnum)
 
static unsigned getPICCallReg ()
 Get PIC indirect call register. More...
 
static const uint32_t * getMips16RetHelperMask ()
 
- Protected Attributes inherited from llvm::MipsRegisterInfo
const MipsSubtargetSubtarget
 

Detailed Description

Definition at line 23 of file MipsSERegisterInfo.h.

Constructor & Destructor Documentation

MipsSERegisterInfo::MipsSERegisterInfo ( const MipsSubtarget Subtarget)

Definition at line 43 of file MipsSERegisterInfo.cpp.

Member Function Documentation

const TargetRegisterClass * MipsSERegisterInfo::intRegClass ( unsigned  Size) const
virtual

Return GPR register class.

Implements llvm::MipsRegisterInfo.

Definition at line 57 of file MipsSERegisterInfo.cpp.

bool MipsSERegisterInfo::requiresFrameIndexScavenging ( const MachineFunction MF) const

Definition at line 52 of file MipsSERegisterInfo.cpp.

bool MipsSERegisterInfo::requiresRegisterScavenging ( const MachineFunction MF) const
virtual

Reimplemented from llvm::MipsRegisterInfo.

Definition at line 47 of file MipsSERegisterInfo.cpp.


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