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

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h 54 static int stackSlotSize() {
63 return ((1 << 9) - 1) * stackSlotSize();
67 return -(1 << 9) * stackSlotSize();
71 return (2 * stackSlotSize());
75 return frame_index * stackSlotSize();
SPUFrameLowering.cpp 206 int LinkSlotOffset = SPUFrameLowering::stackSlotSize();
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 51 static int stackSlotSize() {
XCoreISelLowering.cpp     [all...]

Completed in 365 milliseconds