HomeSort by relevance Sort by last modified time
    Searched refs:determineFrameLayout (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 33 void determineFrameLayout(MachineFunction &MF) const;
SPUFrameLowering.cpp 55 /// determineFrameLayout - Determine the size of the frame and maximum call
57 void SPUFrameLowering::determineFrameLayout(MachineFunction &MF) const {
108 determineFrameLayout(MF);
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 22 void determineFrameLayout(MachineFunction &MF) const;
HexagonRegisterInfo.h 66 /// determineFrameLayout - Determine the size of the frame and maximum call
68 void determineFrameLayout(MachineFunction &MF) const;
HexagonFrameLowering.cpp 44 /// determineFrameLayout - Determine the size of the frame and maximum call
46 void HexagonFrameLowering::determineFrameLayout(MachineFunction &MF) const {
84 determineFrameLayout(MF);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 34 void determineFrameLayout(MachineFunction &MF) const;
PPCFrameLowering.cpp 171 /// determineFrameLayout - Determine the size of the frame and maximum call
173 void PPCFrameLowering::determineFrameLayout(MachineFunction &MF) const {
282 // FIXME: determineFrameLayout() may change the frame size. This should be
284 determineFrameLayout(MF);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 298 static void determineFrameLayout(MachineFunction &MF) {
354 determineFrameLayout(MF);

Completed in 208 milliseconds