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

/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DSparcRegisterInfo.cpp113 processFunctionBeforeFrameFinalized(MachineFunction &MF) const {} function in class:SparcRegisterInfo
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.h61 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DMBlazeRegisterInfo.cpp171 processFunctionBeforeFrameFinalized(MachineFunction &MF) const {
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h51 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DMSP430RegisterInfo.cpp223 MSP430RegisterInfo::processFunctionBeforeFrameFinalized(MachineFunction &MF) function in class:MSP430RegisterInfo
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h60 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h48 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DXCoreFrameLowering.cpp377 processFunctionBeforeFrameFinalized(MachineFunction &MF) const { function in class:XCoreFrameLowering
/external/llvm/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
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
H A DPPCFrameLowering.cpp786 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF) function in class:PPCFrameLowering
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp104 TFI->processFunctionBeforeFrameFinalized(Fn);

Completed in 118 milliseconds