Searched refs:determineFrameLayout (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h22 void determineFrameLayout(MachineFunction &MF) const;
H A DHexagonRegisterInfo.h62 /// determineFrameLayout - Determine the size of the frame and maximum call
64 void determineFrameLayout(MachineFunction &MF) const;
H A DHexagonFrameLowering.cpp44 /// determineFrameLayout - Determine the size of the frame and maximum call
46 void HexagonFrameLowering::determineFrameLayout(MachineFunction &MF) const { function in class:HexagonFrameLowering
83 determineFrameLayout(MF);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h35 unsigned determineFrameLayout(MachineFunction &MF,
H A DPPCFrameLowering.cpp196 /// determineFrameLayout - Determine the size of the frame and maximum call
198 unsigned PPCFrameLowering::determineFrameLayout(MachineFunction &MF, function in class:PPCFrameLowering
373 unsigned FrameSize = determineFrameLayout(MF);
1169 unsigned StackSize = determineFrameLayout(MF, false, true);
H A DPPCRegisterInfo.cpp774 PPCFI->determineFrameLayout(MF, false, true);

Completed in 69 milliseconds