LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::PPCRegisterInfo Class Reference

#include "Target/PowerPC/PPCRegisterInfo.h"

Inheritance diagram for llvm::PPCRegisterInfo:
Inheritance graph
[legend]

Public Member Functions

 PPCRegisterInfo (const PPCTargetMachine &TM)
 
unsigned getMappedIdxOpcForImmOpc (unsigned ImmOpcode) const
 getMappedIdxOpcForImmOpc - Return the mapped index form load/store opcode for a given imm form load/store opcode ImmFormOpcode.
 
const TargetRegisterClassgetPointerRegClass (const MachineFunction &MF, unsigned Kind=0) const override
 getPointerRegClass - Return the register class to use to hold pointers.
 
unsigned getRegPressureLimit (const TargetRegisterClass *RC, MachineFunction &MF) const override
 
const TargetRegisterClassgetLargestLegalSuperClass (const TargetRegisterClass *RC, const MachineFunction &MF) const override
 
const MCPhysReggetCalleeSavedRegs (const MachineFunction *MF) const override
 Code Generation virtual methods...
 
const uint32_tgetCallPreservedMask (const MachineFunction &MF, CallingConv::ID CC) const override
 
const uint32_tgetNoPreservedMask () const override
 
void adjustStackMapLiveOutMask (uint32_t *Mask) const override
 
BitVector getReservedRegs (const MachineFunction &MF) const override
 
bool isAsmClobberable (const MachineFunction &MF, MCRegister PhysReg) const override
 
bool isCallerPreservedPhysReg (MCRegister PhysReg, const MachineFunction &MF) const override
 
bool getRegAllocationHints (Register VirtReg, ArrayRef< MCPhysReg > Order, SmallVectorImpl< MCPhysReg > &Hints, const MachineFunction &MF, const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const override
 
bool requiresRegisterScavenging (const MachineFunction &MF) const override
 We require the register scavenger.
 
bool requiresFrameIndexScavenging (const MachineFunction &MF) const override
 
bool requiresVirtualBaseRegisters (const MachineFunction &MF) const override
 
void lowerDynamicAlloc (MachineBasicBlock::iterator II) const
 lowerDynamicAlloc - Generate the code for allocating an object in the current frame.
 
void lowerDynamicAreaOffset (MachineBasicBlock::iterator II) const
 
void prepareDynamicAlloca (MachineBasicBlock::iterator II, Register &NegSizeReg, bool &KillNegSizeReg, Register &FramePointer) const
 To accomplish dynamic stack allocation, we have to calculate exact size subtracted from the stack pointer according alignment information and get previous frame pointer.
 
void lowerPrepareProbedAlloca (MachineBasicBlock::iterator II) const
 
void lowerCRSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerCRSpilling - Generate the code for spilling a CR register.
 
void lowerCRRestore (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 
void lowerCRBitSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 
void lowerCRBitRestore (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 
void lowerOctWordSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 Remove any STXVP[X] instructions and split them out into a pair of STXV[X] instructions if –disable-auto-paired-vec-st is specified on the command line.
 
void lowerACCSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerACCSpilling - Generate the code for spilling the accumulator register.
 
void lowerACCRestore (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerACCRestore - Generate the code to restore the accumulator register.
 
void lowerWACCSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerWACCSpilling - Generate the code for spilling the wide accumulator register.
 
void lowerWACCRestore (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerWACCRestore - Generate the code to restore the wide accumulator register.
 
void lowerQuadwordSpilling (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerQuadwordSpilling - Generate code to spill paired general register.
 
void lowerQuadwordRestore (MachineBasicBlock::iterator II, unsigned FrameIndex) const
 lowerQuadwordRestore - Generate code to restore paired general register.
 
bool hasReservedSpillSlot (const MachineFunction &MF, Register Reg, int &FrameIdx) const override
 
bool eliminateFrameIndex (MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
 
bool needsFrameBaseReg (MachineInstr *MI, int64_t Offset) const override
 Returns true if the instruction's frame index reference would be better served by a base register other than FP or SP.
 
Register materializeFrameBaseRegister (MachineBasicBlock *MBB, int FrameIdx, int64_t Offset) const override
 Insert defining instruction(s) for BaseReg to be a pointer to FrameIdx at the beginning of the basic block.
 
void resolveFrameIndex (MachineInstr &MI, Register BaseReg, int64_t Offset) const override
 
bool isFrameOffsetLegal (const MachineInstr *MI, Register BaseReg, int64_t Offset) const override
 
Register getFrameRegister (const MachineFunction &MF) const override
 
Register getBaseRegister (const MachineFunction &MF) const
 
bool hasBasePointer (const MachineFunction &MF) const
 
bool isNonallocatableRegisterCalleeSave (MCRegister Reg) const override
 

Static Public Member Functions

static void emitAccCopyInfo (MachineBasicBlock &MBB, MCRegister DestReg, MCRegister SrcReg)
 

Detailed Description

Definition at line 57 of file PPCRegisterInfo.h.

Constructor & Destructor Documentation

◆ PPCRegisterInfo()

PPCRegisterInfo::PPCRegisterInfo ( const PPCTargetMachine TM)

Definition at line 98 of file PPCRegisterInfo.cpp.

Member Function Documentation

◆ adjustStackMapLiveOutMask()

void PPCRegisterInfo::adjustStackMapLiveOutMask ( uint32_t Mask) const
override

Definition at line 349 of file PPCRegisterInfo.cpp.

◆ eliminateFrameIndex()

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

◆ emitAccCopyInfo()

void PPCRegisterInfo::emitAccCopyInfo ( MachineBasicBlock MBB,
MCRegister  DestReg,
MCRegister  SrcReg 
)
static

◆ getBaseRegister()

Register PPCRegisterInfo::getBaseRegister ( const MachineFunction MF) const

◆ getCalleeSavedRegs()

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

◆ getCallPreservedMask()

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

◆ getFrameRegister()

Register PPCRegisterInfo::getFrameRegister ( const MachineFunction MF) const
override

◆ getLargestLegalSuperClass()

const TargetRegisterClass * PPCRegisterInfo::getLargestLegalSuperClass ( const TargetRegisterClass RC,
const MachineFunction MF 
) const
override

◆ getMappedIdxOpcForImmOpc()

unsigned llvm::PPCRegisterInfo::getMappedIdxOpcForImmOpc ( unsigned  ImmOpcode) const
inline

getMappedIdxOpcForImmOpc - Return the mapped index form load/store opcode for a given imm form load/store opcode ImmFormOpcode.

FIXME: move this to PPCInstrInfo class.

Definition at line 67 of file PPCRegisterInfo.h.

References llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::count(), and llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::find().

Referenced by llvm::PPCInstrInfo::convertToImmediateForm(), and llvm::PPCInstrInfo::isImmInstrEligibleForFolding().

◆ getNoPreservedMask()

const uint32_t * PPCRegisterInfo::getNoPreservedMask ( ) const
override

Definition at line 345 of file PPCRegisterInfo.cpp.

◆ getPointerRegClass()

const TargetRegisterClass * PPCRegisterInfo::getPointerRegClass ( const MachineFunction MF,
unsigned  Kind = 0 
) const
override

getPointerRegClass - Return the register class to use to hold pointers.

This is used for addressing modes.

Definition at line 169 of file PPCRegisterInfo.cpp.

References llvm::PPCTargetMachine::isPPC64().

Referenced by materializeFrameBaseRegister().

◆ getRegAllocationHints()

bool PPCRegisterInfo::getRegAllocationHints ( Register  VirtReg,
ArrayRef< MCPhysReg Order,
SmallVectorImpl< MCPhysReg > &  Hints,
const MachineFunction MF,
const VirtRegMap VRM,
const LiveRegMatrix Matrix 
) const
override

◆ getRegPressureLimit()

unsigned PPCRegisterInfo::getRegPressureLimit ( const TargetRegisterClass RC,
MachineFunction MF 
) const
override

◆ getReservedRegs()

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

◆ hasBasePointer()

bool PPCRegisterInfo::hasBasePointer ( const MachineFunction MF) const

◆ hasReservedSpillSlot()

bool PPCRegisterInfo::hasReservedSpillSlot ( const MachineFunction MF,
Register  Reg,
int &  FrameIdx 
) const
override

Definition at line 1509 of file PPCRegisterInfo.cpp.

References llvm::MachineFunction::getInfo().

◆ isAsmClobberable()

bool PPCRegisterInfo::isAsmClobberable ( const MachineFunction MF,
MCRegister  PhysReg 
) const
override

Definition at line 442 of file PPCRegisterInfo.cpp.

◆ isCallerPreservedPhysReg()

bool PPCRegisterInfo::isCallerPreservedPhysReg ( MCRegister  PhysReg,
const MachineFunction MF 
) const
override

◆ isFrameOffsetLegal()

bool PPCRegisterInfo::isFrameOffsetLegal ( const MachineInstr MI,
Register  BaseReg,
int64_t  Offset 
) const
override

Definition at line 1948 of file PPCRegisterInfo.cpp.

References assert(), getOffsetONFromFION(), MI, llvm::Offset, and offsetMinAlign().

Referenced by needsFrameBaseReg().

◆ isNonallocatableRegisterCalleeSave()

bool llvm::PPCRegisterInfo::isNonallocatableRegisterCalleeSave ( MCRegister  Reg) const
inlineoverride

Definition at line 175 of file PPCRegisterInfo.h.

References Reg.

◆ lowerACCRestore()

void PPCRegisterInfo::lowerACCRestore ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerACCSpilling()

void PPCRegisterInfo::lowerACCSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

lowerACCSpilling - Generate the code for spilling the accumulator register.

Similarly to other spills/reloads that use pseudo-ops, we do not actually eliminate the FrameIndex here nor compute the stack offset. We simply create a real instruction with an FI and rely on eliminateFrameIndex to handle the FI elimination.

Definition at line 1313 of file PPCRegisterInfo.cpp.

References llvm::addFrameReference(), llvm::MachineInstrBuilder::addReg(), llvm::BuildMI(), DisableAutoPairedVecSt, DL, emitAccSpillRestoreInfo(), llvm::MachineBasicBlock::erase(), llvm::PPCSubtarget::getInstrInfo(), llvm::getKillRegState(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::getSubtarget(), llvm::PPCSubtarget::isLittleEndian(), MBB, MI, spillRegPairs(), and TII.

Referenced by eliminateFrameIndex().

◆ lowerCRBitRestore()

void PPCRegisterInfo::lowerCRBitRestore ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerCRBitSpilling()

void PPCRegisterInfo::lowerCRBitSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerCRRestore()

void PPCRegisterInfo::lowerCRRestore ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerCRSpilling()

void PPCRegisterInfo::lowerCRSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

lowerCRSpilling - Generate the code for spilling a CR register.

Instead of reserving a whole register (R0), we scrounge for one here. This generates code like this:

mfcr rA ; Move the conditional register into GPR rA. rlwinm rA, rA, SB, 0, 31 ; Shift the bits left so they are in CR0's slot. stw rA, FI ; Store rA to the frame.

Definition at line 954 of file PPCRegisterInfo.cpp.

References llvm::addFrameReference(), llvm::MachineInstrBuilder::addImm(), llvm::MachineInstrBuilder::addReg(), llvm::BuildMI(), llvm::MachineRegisterInfo::createVirtualRegister(), llvm::MachineBasicBlock::erase(), llvm::PPCSubtarget::getInstrInfo(), llvm::getKillRegState(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::getRegInfo(), llvm::MachineFunction::getSubtarget(), llvm::PPCTargetMachine::isPPC64(), llvm::RegState::Kill, MBB, MI, and TII.

Referenced by eliminateFrameIndex().

◆ lowerDynamicAlloc()

void PPCRegisterInfo::lowerDynamicAlloc ( MachineBasicBlock::iterator  II) const

lowerDynamicAlloc - Generate the code for allocating an object in the current frame.

The sequence of code will be in the general form

addi R0, SP, #frameSize ; get the address of the previous frame stwxu R0, SP, Rnegsize ; add and update the SP with the negated size addi Rnew, SP, #maxCalFrameSize ; get the top of the allocation

Definition at line 734 of file PPCRegisterInfo.cpp.

References llvm::MachineInstrBuilder::addImm(), llvm::MachineInstrBuilder::addReg(), assert(), llvm::BuildMI(), llvm::MachineRegisterInfo::createVirtualRegister(), llvm::MachineBasicBlock::erase(), llvm::MachineFunction::getFrameInfo(), llvm::PPCSubtarget::getInstrInfo(), llvm::getKillRegState(), llvm::MachineFrameInfo::getMaxAlign(), llvm::MachineFrameInfo::getMaxCallFrameSize(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::getRegInfo(), llvm::MachineFunction::getSubtarget(), llvm::isAligned(), llvm::PPCTargetMachine::isPPC64(), llvm::RegState::Kill, MBB, MI, prepareDynamicAlloca(), and TII.

Referenced by eliminateFrameIndex().

◆ lowerDynamicAreaOffset()

void PPCRegisterInfo::lowerDynamicAreaOffset ( MachineBasicBlock::iterator  II) const

◆ lowerOctWordSpilling()

void PPCRegisterInfo::lowerOctWordSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

Remove any STXVP[X] instructions and split them out into a pair of STXV[X] instructions if –disable-auto-paired-vec-st is specified on the command line.

Definition at line 1277 of file PPCRegisterInfo.cpp.

References assert(), DisableAutoPairedVecSt, DL, llvm::MachineBasicBlock::erase(), llvm::PPCSubtarget::getInstrInfo(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::getSubtarget(), llvm::PPCSubtarget::isLittleEndian(), MBB, MI, spillRegPairs(), and TII.

Referenced by eliminateFrameIndex().

◆ lowerPrepareProbedAlloca()

void PPCRegisterInfo::lowerPrepareProbedAlloca ( MachineBasicBlock::iterator  II) const

◆ lowerQuadwordRestore()

void PPCRegisterInfo::lowerQuadwordRestore ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerQuadwordSpilling()

void PPCRegisterInfo::lowerQuadwordSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerWACCRestore()

void PPCRegisterInfo::lowerWACCRestore ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ lowerWACCSpilling()

void PPCRegisterInfo::lowerWACCSpilling ( MachineBasicBlock::iterator  II,
unsigned  FrameIndex 
) const

◆ materializeFrameBaseRegister()

Register PPCRegisterInfo::materializeFrameBaseRegister ( MachineBasicBlock MBB,
int  FrameIdx,
int64_t  Offset 
) const
override

◆ needsFrameBaseReg()

bool PPCRegisterInfo::needsFrameBaseReg ( MachineInstr MI,
int64_t  Offset 
) const
override

Returns true if the instruction's frame index reference would be better served by a base register other than FP or SP.

Used by LocalStackFrameAllocation to determine which frame index references it should create new base registers for.

Definition at line 1854 of file PPCRegisterInfo.cpp.

References assert(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::count(), llvm::PPCFrameLowering::determineFrameLayout(), getBaseRegister(), llvm::MachineBasicBlock::getParent(), isFrameOffsetLegal(), MBB, MI, and llvm::Offset.

◆ prepareDynamicAlloca()

void PPCRegisterInfo::prepareDynamicAlloca ( MachineBasicBlock::iterator  II,
Register NegSizeReg,
bool KillNegSizeReg,
Register FramePointer 
) const

◆ requiresFrameIndexScavenging()

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

◆ requiresRegisterScavenging()

bool llvm::PPCRegisterInfo::requiresRegisterScavenging ( const MachineFunction MF) const
inlineoverride

We require the register scavenger.

Definition at line 110 of file PPCRegisterInfo.h.

◆ requiresVirtualBaseRegisters()

bool PPCRegisterInfo::requiresVirtualBaseRegisters ( const MachineFunction MF) const
override

Definition at line 528 of file PPCRegisterInfo.cpp.

References llvm::MachineFunction::getSubtarget().

◆ resolveFrameIndex()

void PPCRegisterInfo::resolveFrameIndex ( MachineInstr MI,
Register  BaseReg,
int64_t  Offset 
) const
override

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