OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
57
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(
424
unsigned
PPCFrameLowering
::determineFrameLayout(MachineFunction &MF,
494
bool
PPCFrameLowering
::hasFP(const MachineFunction &MF) const {
505
bool
PPCFrameLowering
::needsFP(const MachineFunction &MF) const {
520
void
PPCFrameLowering
::replaceFPWithRealFP(MachineFunction &MF) const
[
all
...]
Completed in 49 milliseconds