HomeSort by relevance Sort by last modified time
    Searched defs:Thumb1FrameLowering (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 1 //===-- Thumb1FrameLowering.h - Thumb1-specific frame info stuff --*- C++ -*-=//
24 class Thumb1FrameLowering : public ARMFrameLowering {
26 explicit Thumb1FrameLowering(const ARMSubtarget &sti);
Thumb1FrameLowering.cpp 1 //===-- Thumb1FrameLowering.cpp - Thumb1 Frame Information ----------------===//
14 #include "Thumb1FrameLowering.h"
25 Thumb1FrameLowering::Thumb1FrameLowering(const ARMSubtarget &sti)
28 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
52 void Thumb1FrameLowering::
86 void Thumb1FrameLowering::emitPrologue(MachineFunction &MF,
323 void Thumb1FrameLowering::emitEpilogue(MachineFunction &MF,
395 bool Thumb1FrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const {
403 bool Thumb1FrameLowering::needPopSpecialFixUp(const MachineFunction &MF) const
    [all...]

Completed in 3925 milliseconds