OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCFrameLowering
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCTargetMachine.h
17
#include "
PPCFrameLowering
.h"
36
PPCFrameLowering
FrameLowering;
48
virtual const
PPCFrameLowering
*getFrameLowering() const {
PPCFrameLowering.cpp
1
//=====-
PPCFrameLowering
.cpp - PPC Frame Information -----------*- C++ -*-===//
14
#include "
PPCFrameLowering
.h"
173
void
PPCFrameLowering
::determineFrameLayout(MachineFunction &MF) const {
228
bool
PPCFrameLowering
::hasFP(const MachineFunction &MF) const {
239
bool
PPCFrameLowering
::needsFP(const MachineFunction &MF) const {
252
void
PPCFrameLowering
::emitPrologue(MachineFunction &MF) const {
297
int LROffset =
PPCFrameLowering
::getReturnSaveOffset(isPPC64, isDarwinABI);
307
FPOffset =
PPCFrameLowering
::getFramePointerSaveOffset(isPPC64, isDarwinABI);
503
void
PPCFrameLowering
::emitEpilogue(MachineFunction &MF,
540
int LROffset =
PPCFrameLowering
::getReturnSaveOffset(isPPC64, isDarwinABI)
[
all
...]
PPCFrameLowering.h
1
//==--
PPCFrameLowering
.h - Define frame lowering for PowerPC ----*- C++ -*-==//
25
class
PPCFrameLowering
: public TargetFrameLowering {
29
PPCFrameLowering
(const PPCSubtarget &sti)
PPCRegisterInfo.cpp
20
#include "
PPCFrameLowering
.h"
222
const
PPCFrameLowering
*PPCFI =
223
static_cast<const
PPCFrameLowering
*>(MF.getTarget().getFrameLowering());
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
1
//===--
PPCFrameLowering
.h - Define frame lowering for PowerPC --*- C++ -*-===//
24
class
PPCFrameLowering
: public TargetFrameLowering {
77
PPCFrameLowering
(const PPCSubtarget &STI);
PPCSubtarget.h
17
#include "
PPCFrameLowering
.h"
144
PPCFrameLowering
FrameLowering;
175
const
PPCFrameLowering
*getFrameLowering() const override {
PPCFrameLowering.cpp
1
//===--
PPCFrameLowering
.cpp - PPC Frame Information ----------------------===//
14
#include "
PPCFrameLowering
.h"
82
PPCFrameLowering
::
PPCFrameLowering
(const PPCSubtarget &STI)
92
const
PPCFrameLowering
::SpillSlot *
PPCFrameLowering
::getCalleeSavedSpillSlots(
422
unsigned
PPCFrameLowering
::determineFrameLayout(MachineFunction &MF,
492
bool
PPCFrameLowering
::hasFP(const MachineFunction &MF) const {
503
bool
PPCFrameLowering
::needsFP(const MachineFunction &MF) const {
518
void
PPCFrameLowering
::replaceFPWithRealFP(MachineFunction &MF) const
[
all
...]
PPCRegisterInfo.cpp
17
#include "
PPCFrameLowering
.h"
196
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
285
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
369
const
PPCFrameLowering
*TFI = getFrameLowering(MF);
[
all
...]
PPCISelLowering.cpp
[
all
...]
Completed in 341 milliseconds