HomeSort by relevance Sort by last modified time
    Searched defs:PPCFrameLowering (Results 1 - 2 of 2) 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);
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...]

Completed in 54 milliseconds