OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCFrameLowering
(Results
1 - 5
of
5
) 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);
PPCSubtarget.h
17
#include "
PPCFrameLowering
.h"
132
PPCFrameLowering
FrameLowering;
163
const
PPCFrameLowering
*getFrameLowering() const override {
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
...]
PPCRegisterInfo.cpp
17
#include "
PPCFrameLowering
.h"
168
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
258
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
342
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
[
all
...]
PPCISelLowering.cpp
[
all
...]
Completed in 1598 milliseconds