OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsSEFrameLowering
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEFrameLowering.h
1
//===--
MipsSEFrameLowering
.h - Mips32/64 frame lowering --------*- C++ -*-===//
21
class
MipsSEFrameLowering
: public MipsFrameLowering {
23
explicit
MipsSEFrameLowering
(const MipsSubtarget &STI)
Android.mk
38
MipsSEFrameLowering
.cpp \
MipsSEFrameLowering.cpp
1
//===--
MipsSEFrameLowering
.cpp - Mips32/64 Frame Information -------------===//
14
#include "
MipsSEFrameLowering
.h"
253
unsigned
MipsSEFrameLowering
::ehDataReg(unsigned I) const {
264
void
MipsSEFrameLowering
::emitPrologue(MachineFunction &MF) const {
380
void
MipsSEFrameLowering
::emitEpilogue(MachineFunction &MF,
435
bool
MipsSEFrameLowering
::
467
MipsSEFrameLowering
::hasReservedCallFrame(const MachineFunction &MF) const {
479
void
MipsSEFrameLowering
::
498
void
MipsSEFrameLowering
::
541
return new
MipsSEFrameLowering
(ST)
[
all
...]
Completed in 35 milliseconds