Searched defs:getStackAlignment (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUSubtarget.h67 /// getStackAlignment - Returns the minimum alignment known to hold of the
70 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::SPUSubtarget
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h66 /// getStackAlignment - This method returns the number of bytes to which the
70 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::TargetFrameLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h98 /// getStackAlignment - Returns the minimum alignment known to hold of the
101 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h268 /// getStackAlignment - Returns the minimum alignment known to hold of the
271 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h173 /// getStackAlignment - Returns the minimum alignment known to hold of the
176 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::X86Subtarget

Completed in 98 milliseconds