Lines Matching refs:PPCFrameLowering
1 //===-- PPCFrameLowering.cpp - PPC Frame Information ----------------------===//
14 #include "PPCFrameLowering.h"
82 PPCFrameLowering::PPCFrameLowering(const PPCSubtarget &STI)
92 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
422 unsigned PPCFrameLowering::determineFrameLayout(MachineFunction &MF,
492 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
503 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
518 void PPCFrameLowering::replaceFPWithRealFP(MachineFunction &MF) const {
574 PPCFrameLowering::findScratchRegister(MachineBasicBlock *MBB,
666 PPCFrameLowering::twoUniqueScratchRegsRequired(MachineBasicBlock *MBB) const {
680 bool PPCFrameLowering::canUseAsPrologue(const MachineBasicBlock &MBB) const {
687 bool PPCFrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const {
693 void PPCFrameLowering::emitPrologue(MachineFunction &MF,
1096 void PPCFrameLowering::emitEpilogue(MachineFunction &MF,
1336 void PPCFrameLowering::createTailCallBranchInstr(MachineBasicBlock &MBB) const {
1377 void PPCFrameLowering::determineCalleeSaves(MachineFunction &MF,
1441 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF,
1672 PPCFrameLowering::addScavengingSpillSlot(MachineFunction &MF,
1712 PPCFrameLowering::spillCalleeSavedRegisters(MachineBasicBlock &MBB,
1814 MachineBasicBlock::iterator PPCFrameLowering::
1855 PPCFrameLowering::restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
1941 bool PPCFrameLowering::enableShrinkWrapping(const MachineFunction &MF) const {