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

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 22 class ARMFrameLowering : public TargetFrameLowering {
27 explicit ARMFrameLowering(const ARMSubtarget &sti);
ARMFrameLowering.cpp 1 //===-- ARMFrameLowering.cpp - ARM Frame Information ----------------------===//
14 #include "ARMFrameLowering.h"
42 ARMFrameLowering::ARMFrameLowering(const ARMSubtarget &sti)
49 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
70 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
88 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
157 void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
569 void ARMFrameLowering::emitEpilogue(MachineFunction &MF,
710 ARMFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI
    [all...]

Completed in 363 milliseconds