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

  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.h 67 /// getStackAlignment - Returns the minimum alignment known to hold of the
70 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 66 /// getStackAlignment - This method returns the number of bytes to which the
70 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 98 /// getStackAlignment - Returns the minimum alignment known to hold of the
101 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 268 /// getStackAlignment - Returns the minimum alignment known to hold of the
271 unsigned getStackAlignment() const { return stackAlignment; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 173 /// getStackAlignment - Returns the minimum alignment known to hold of the
176 unsigned getStackAlignment() const { return stackAlignment; }

Completed in 136 milliseconds