HomeSort by relevance Sort by last modified time
    Searched refs:PPCFrameLowering (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 1 //===-- PPCFrameLowering.h - Define frame lowering for PowerPC --*- C++ -*-===//
24 class PPCFrameLowering: public TargetFrameLowering {
28 PPCFrameLowering(const PPCSubtarget &STI);
PPCSubtarget.h 17 #include "PPCFrameLowering.h"
112 PPCFrameLowering FrameLowering;
148 const PPCFrameLowering *getFrameLowering() const { return &FrameLowering; }
PPCFrameLowering.cpp 1 //===-- PPCFrameLowering.cpp - PPC Frame Information ----------------------===//
14 #include "PPCFrameLowering.h"
39 PPCFrameLowering::PPCFrameLowering(const PPCSubtarget &STI)
45 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
360 unsigned PPCFrameLowering::determineFrameLayout(MachineFunction &MF,
430 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
441 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
456 void PPCFrameLowering::replaceFPWithRealFP(MachineFunction &MF) const
    [all...]
PPCTargetMachine.h 38 const PPCFrameLowering *getFrameLowering() const override {
PPCRegisterInfo.cpp 17 #include "PPCFrameLowering.h"
143 const PPCFrameLowering *PPCFI =
144 static_cast<const PPCFrameLowering*>(MF.getTarget().getFrameLowering());
    [all...]
PPCISelLowering.cpp     [all...]
PPCFastISel.cpp     [all...]

Completed in 685 milliseconds