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 70 /// getStackAlignment - This method returns the number of bytes to which the
74 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 92 /// getStackAlignment - Returns the minimum alignment known to hold of the
95 unsigned getStackAlignment() const { return StackAlignment; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 256 /// getStackAlignment - Returns the minimum alignment known to hold of the
259 unsigned getStackAlignment() const { return stackAlignment; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 149 /// getStackAlignment - Returns the minimum alignment known to hold of the
152 unsigned getStackAlignment() const { return stackAlignment; }

Completed in 99 milliseconds