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

  /external/swiftshader/third_party/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 194 int LinkSlotOffset = SPUFrameLowering::stackSlotSize();
SPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.h 51 static int stackSlotSize() {
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 57 static int stackSlotSize() {
XCoreISelLowering.cpp     [all...]

Completed in 257 milliseconds