Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcRegisterInfo.h48 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h53 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DMSP430FrameLowering.cpp288 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsRegisterInfo.h65 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h51 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DSystemZFrameLowering.cpp268 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in SystemZFrameLowering
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetFrameLowering.h202 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h50 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DPPCFrameLowering.cpp944 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp134 TFI->processFunctionBeforeFrameFinalized(Fn, RS); in runOnMachineFunction()