Searched defs:stackSlotSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h51 static int stackSlotSize() { function in class:llvm::XCoreFrameLowering
/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.h54 static int stackSlotSize() { function in class:llvm::SPUFrameLowering
63 return ((1 << 9) - 1) * stackSlotSize();
67 return -(1 << 9) * stackSlotSize();
71 return (2 * stackSlotSize());
75 return frame_index * stackSlotSize();

Completed in 77 milliseconds