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

12

/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp131 std::max(MaxAlign, getStackAlignment()));
133 return RoundUpToAlignment(Offset, getStackAlignment());
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h30 : TargetFrameLowering(StackGrowsDown, sti.getStackAlignment(), 0, 4),
H A DARMSubtarget.h297 /// getStackAlignment - Returns the minimum alignment known to hold of the
300 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::ARMSubtarget
H A DARMBaseRegisterInfo.cpp327 unsigned StackAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
520 unsigned StackAlign = TFI->getStackAlignment();
H A DThumb1FrameLowering.cpp65 unsigned Align = getStackAlignment();
H A DARMFrameLowering.cpp1113 if (MF.getTarget().getFrameLowering()->getStackAlignment() >= 8)
1310 unsigned TargetAlign = getStackAlignment();
1401 unsigned Align = getStackAlignment();
/external/llvm/lib/Target/R600/
H A DAMDILDevice.h76 virtual uint32_t getStackAlignment() const;
H A DAMDGPUTargetMachine.cpp62 Subtarget.device()->getStackAlignment(), 0),
H A DAMDILDevice.cpp56 uint32_t AMDGPUDevice::getStackAlignment() const { function in class:AMDGPUDevice
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h31 sti.getStackAlignment(),
H A DX86Subtarget.h185 /// getStackAlignment - Returns the minimum alignment known to hold of the
188 unsigned getStackAlignment() const { return stackAlignment; } function in class:llvm::X86Subtarget
/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.h104 /// getStackAlignment - Returns the minimum alignment known to hold of the
107 unsigned getStackAlignment() const { return StackAlignment; } function in class:llvm::PPCSubtarget
H A DPPCFrameLowering.cpp215 unsigned TargetAlign = getStackAlignment();
397 unsigned TargetAlign = getStackAlignment();
592 unsigned TargetAlign = getStackAlignment();
H A DPPCRegisterInfo.cpp197 unsigned TargetAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
/external/llvm/include/llvm/IR/
H A DAttributes.h170 unsigned getStackAlignment() const;
306 unsigned getStackAlignment(unsigned Index) const;
449 uint64_t getStackAlignment() const { return StackAlignment; } function in class:llvm::AttrBuilder
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp66 getStackAlignment(AttributeSet::FunctionIndex));
463 assert(Align <= TFI.getStackAlignment() &&
486 Alignment, TFI.getStackAlignment());
502 Alignment, TFI.getStackAlignment());
517 Alignment, TFI.getStackAlignment());
535 unsigned StackAlign = TFI.getStackAlignment();
538 Align, TFI.getStackAlignment());
613 StackAlign = TFI->getStackAlignment();
H A DPrologEpilogInserter.cpp254 unsigned StackAlign = TFI->getStackAlignment();
654 StackAlign = TFI.getStackAlignment();
/external/llvm/lib/IR/
H A DAttributes.cpp147 unsigned Attribute::getStackAlignment() const { function in class:Attribute
475 unsigned AttributeSetNode::getStackAlignment() const { function in class:AttributeSetNode
479 return I->getStackAlignment();
515 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
611 getWithStackAlignment(C, B.getStackAlignment())));
839 unsigned AttributeSet::getStackAlignment(unsigned Index) const { function in class:AttributeSet
841 return ASN ? ASN->getStackAlignment() : 0;
963 StackAlignment = Attr.getStackAlignment();
H A DAttributeImpl.h180 unsigned getStackAlignment() const;
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp38 StackAlign = TM.getFrameLowering()->getStackAlignment();
H A DMSP430FrameLowering.cpp230 unsigned StackAlign = getStackAlignment();
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp315 unsigned TargetAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
445 unsigned Align = getStackAlignment();
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp53 unsigned TargetAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp608 unsigned Align = getStackAlignment();

Completed in 334 milliseconds

12