Searched refs:Mips16FrameLowering (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp1 //===-- Mips16FrameLowering.cpp - Mips16 Frame Information ----------------===//
14 #include "Mips16FrameLowering.h"
31 Mips16FrameLowering::Mips16FrameLowering(const MipsSubtarget &STI) function in class:Mips16FrameLowering
34 void Mips16FrameLowering::emitPrologue(MachineFunction &MF,
86 void Mips16FrameLowering::emitEpilogue(MachineFunction &MF,
107 bool Mips16FrameLowering::
136 bool Mips16FrameLowering::restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
151 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
158 void Mips16FrameLowering
[all...]
H A DMips16FrameLowering.h1 //===-- Mips16FrameLowering.h - Mips16 frame lowering ----------*- C++ -*-===//
20 class Mips16FrameLowering : public MipsFrameLowering { class in namespace:llvm
22 explicit Mips16FrameLowering(const MipsSubtarget &STI);

Completed in 95 milliseconds