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.h70 /// getStackAlignment - This method returns the number of bytes to which the
74 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::TargetFrameLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h92 /// getStackAlignment - Returns the minimum alignment known to hold of the
95 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h256 /// getStackAlignment - Returns the minimum alignment known to hold of the
259 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h149 /// getStackAlignment - Returns the minimum alignment known to hold of the
152 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::X86Subtarget

Completed in 2425 milliseconds