Searched refs:getStackAlignment (Results 1 - 25 of 84) sorted by relevance

1234

/external/swiftshader/third_party/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/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp185 FrameLowering(TargetFrameLowering::StackGrowsUp, getStackAlignment(), 0),
192 FrameLowering(TargetFrameLowering::StackGrowsUp, getStackAlignment(), 0),
H A DAMDGPUSubtarget.h280 unsigned getStackAlignment() const { function in class:llvm::AMDGPUSubtarget
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp139 std::max(MaxAlign, getStackAlignment()));
141 return alignTo(Offset, getStackAlignment());
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFrameLowering.h30 : TargetFrameLowering(StackGrowsDown, sti.getStackAlignment(), 0, 4),
H A DARMSubtarget.h259 /// getStackAlignment - Returns the minimum alignment known to hold of the
262 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::ARMSubtarget
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCSubtarget.h90 /// getStackAlignment - Returns the minimum alignment known to hold of the
93 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::PPCSubtarget
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.h31 sti.getStackAlignment(),
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
/external/swiftshader/third_party/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/include/llvm/IR/
H A DAttributes.h145 unsigned getStackAlignment() const;
356 unsigned getStackAlignment(unsigned Index) const;
522 uint64_t getStackAlignment() const { return StackAlignment; } function in class:llvm::AttributeSet::AttrBuilder
H A DDataLayout.h250 unsigned getStackAlignment() const { return StackNaturalAlign; } function in class:llvm::DataLayout
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h145 unsigned getStackAlignment() const;
361 unsigned getStackAlignment(unsigned Index) const;
519 uint64_t getStackAlignment() const { return StackAlignment; } function in class:llvm::AttributeSet::AttrBuilder
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h67 /// getStackAlignment - This method returns the number of bytes to which the
71 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::TargetFrameLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.h49 State.getMachineFunction().getDataLayout().getStackAlignment();
/external/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp37 : getStackAlignment();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp213 StackAlign = TFI.getStackAlignment();
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp102 unsigned Align = TFI->getStackAlignment();
/external/llvm/lib/IR/
H A DAttributes.cpp200 unsigned Attribute::getStackAlignment() const { function in class:Attribute
605 unsigned AttributeSetNode::getStackAlignment() const { function in class:AttributeSetNode
608 return I.getStackAlignment();
666 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
776 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment());
1143 unsigned AttributeSet::getStackAlignment(unsigned Index) const { function in class:AttributeSet
1145 return ASN ? ASN->getStackAlignment() : 0;
1282 StackAlignment = Attr.getStackAlignment();
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h160 /// getStackAlignment - Returns the minimum alignment known to hold of the
163 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp317 TLInfo(TM, *this), FrameLowering(*this, getStackAlignment()) {
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaFrameLowering.cpp73 unsigned Align = getStackAlignment();
H A DAlphaRegisterInfo.cpp99 unsigned Align = TFI->getStackAlignment();
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp38 StackAlign = TM.getFrameLowering()->getStackAlignment();
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp373 unsigned StackAlign = TFI->getStackAlignment();

Completed in 360 milliseconds

1234