LLVM  3.7.0
Public Member Functions | List of all members
llvm::MipsSERegisterInfo Class Reference

#include <MipsSERegisterInfo.h>

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

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from llvm::MipsRegisterInfo
static unsigned getRegisterNumbering (unsigned RegEnum)
 getRegisterNumbering - Given the enum value for some register, e.g. More...
 
static unsigned getPICCallReg ()
 Get PIC indirect call register. More...
 
static const uint32_t * getMips16RetHelperMask ()
 

Detailed Description

Definition at line 23 of file MipsSERegisterInfo.h.

Constructor & Destructor Documentation

MipsSERegisterInfo::MipsSERegisterInfo ( )

Definition at line 45 of file MipsSERegisterInfo.cpp.

Member Function Documentation

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

Return GPR register class.

Implements llvm::MipsRegisterInfo.

Definition at line 58 of file MipsSERegisterInfo.cpp.

bool MipsSERegisterInfo::requiresFrameIndexScavenging ( const MachineFunction MF) const
override

Definition at line 53 of file MipsSERegisterInfo.cpp.

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

Definition at line 48 of file MipsSERegisterInfo.cpp.


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