Searched refs:processFunctionBeforeFrameFinalized (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcRegisterInfo.h46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.h61 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DMBlazeRegisterInfo.cpp171 processFunctionBeforeFrameFinalized(MachineFunction &MF) const {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430RegisterInfo.h52 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DMSP430RegisterInfo.cpp224 MSP430RegisterInfo::processFunctionBeforeFrameFinalized(MachineFunction &MF) function in class:MSP430RegisterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsRegisterInfo.h58 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetFrameLowering.h182 /// processFunctionBeforeFrameFinalized - This method is called immediately
187 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.h46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DPPCFrameLowering.cpp815 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF) function in class:PPCFrameLowering
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DPrologEpilogInserter.cpp104 TFI->processFunctionBeforeFrameFinalized(Fn);

Completed in 196 milliseconds