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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUFrameLowering.h33 void determineFrameLayout(MachineFunction &MF) const;
H A DSPUFrameLowering.cpp55 /// determineFrameLayout - Determine the size of the frame and maximum call
57 void SPUFrameLowering::determineFrameLayout(MachineFunction &MF) const { function in class:SPUFrameLowering
108 determineFrameLayout(MF);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonFrameLowering.h22 void determineFrameLayout(MachineFunction &MF) const;
H A DHexagonRegisterInfo.h66 /// determineFrameLayout - Determine the size of the frame and maximum call
68 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
84 determineFrameLayout(MF);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.h34 void determineFrameLayout(MachineFunction &MF) const;
H A DPPCFrameLowering.cpp177 /// determineFrameLayout - Determine the size of the frame and maximum call
179 void PPCFrameLowering::determineFrameLayout(MachineFunction &MF) const { function in class:PPCFrameLowering
296 // FIXME: determineFrameLayout() may change the frame size. This should be
298 determineFrameLayout(MF);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp298 static void determineFrameLayout(MachineFunction &MF) { function
354 determineFrameLayout(MF);

Completed in 104 milliseconds