LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::ARCRegisterInfo Struct Reference

#include "Target/ARC/ARCRegisterInfo.h"

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

Public Member Functions

 ARCRegisterInfo ()
 
const MCPhysReggetCalleeSavedRegs (const MachineFunction *MF) const override
 Code Generation virtual methods... More...
 
BitVector getReservedRegs (const MachineFunction &MF) const override
 
bool requiresRegisterScavenging (const MachineFunction &MF) const override
 
bool trackLivenessAfterRegAlloc (const MachineFunction &MF) const override
 
bool useFPForScavengingIndex (const MachineFunction &MF) const override
 
void eliminateFrameIndex (MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
 
const uint32_tgetCallPreservedMask (const MachineFunction &MF, CallingConv::ID CC) const override
 
unsigned getFrameRegister (const MachineFunction &MF) const override
 

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 ARCRegisterInfo.h.

Constructor & Destructor Documentation

◆ ARCRegisterInfo()

ARCRegisterInfo::ARCRegisterInfo ( )

Definition at line 125 of file ARCRegisterInfo.cpp.

Member Function Documentation

◆ eliminateFrameIndex()

void ARCRegisterInfo::eliminateFrameIndex ( MachineBasicBlock::iterator  II,
int  SPAdj,
unsigned  FIOperandNum,
RegScavenger RS = nullptr 
) const
override

◆ getCalleeSavedRegs()

const MCPhysReg * ARCRegisterInfo::getCalleeSavedRegs ( const MachineFunction MF) const
override

Code Generation virtual methods...

Definition at line 132 of file ARCRegisterInfo.cpp.

◆ getCallPreservedMask()

const uint32_t * ARCRegisterInfo::getCallPreservedMask ( const MachineFunction MF,
CallingConv::ID  CC 
) const
override

Definition at line 229 of file ARCRegisterInfo.cpp.

◆ getFrameRegister()

unsigned ARCRegisterInfo::getFrameRegister ( const MachineFunction MF) const
override

◆ getReservedRegs()

BitVector ARCRegisterInfo::getReservedRegs ( const MachineFunction MF) const
override

Definition at line 136 of file ARCRegisterInfo.cpp.

References llvm::BitVector::set().

◆ needsFrameMoves()

bool ARCRegisterInfo::needsFrameMoves ( const MachineFunction MF)
static

◆ requiresRegisterScavenging()

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

Definition at line 148 of file ARCRegisterInfo.cpp.

◆ trackLivenessAfterRegAlloc()

bool ARCRegisterInfo::trackLivenessAfterRegAlloc ( const MachineFunction MF) const
override

Definition at line 153 of file ARCRegisterInfo.cpp.

◆ useFPForScavengingIndex()

bool ARCRegisterInfo::useFPForScavengingIndex ( const MachineFunction MF) const
override

Definition at line 158 of file ARCRegisterInfo.cpp.


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