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 {
33 PPCFrameLowering(const PPCSubtarget &STI);
PPCFrameLowering.cpp 1 //===-- PPCFrameLowering.cpp - PPC Frame Information ----------------------===//
14 #include "PPCFrameLowering.h"
84 PPCFrameLowering::PPCFrameLowering(const PPCSubtarget &STI)
94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
423 unsigned PPCFrameLowering::determineFrameLayout(MachineFunction &MF,
493 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
504 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
519 void PPCFrameLowering::replaceFPWithRealFP(MachineFunction &MF) const
    [all...]

Completed in 196 milliseconds