Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcRegisterInfo.h48 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430FrameLowering.h53 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
HDMSP430FrameLowering.cpp288 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsRegisterInfo.h65 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.h51 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
HDSystemZFrameLowering.cpp268 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in SystemZFrameLowering
/trueos/contrib/llvm/include/llvm/Target/
HDTargetFrameLowering.h202 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.h50 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
HDPPCFrameLowering.cpp944 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/trueos/contrib/llvm/lib/CodeGen/
HDPrologEpilogInserter.cpp134 TFI->processFunctionBeforeFrameFinalized(Fn, RS); in runOnMachineFunction()