| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600Subtarget.cpp | 29 FrameLowering(TargetFrameLowering::StackGrowsUp, getStackAlignment(), 0), in R600Subtarget()
|
| H A D | R600Subtarget.h | 79 Align getStackAlignment() const { return Align(4); } in getStackAlignment() function
|
| H A D | AMDGPUCallLowering.cpp | 233 commonAlignment(ST.getStackAlignment(), LocMemOffset)); in assignValueToAddress() 1216 NumBytes = alignTo(OutInfo.getNextStackOffset(), ST.getStackAlignment()); in lowerTailCall() 1228 assert(isAligned(ST.getStackAlignment(), FPDiff) && in lowerTailCall()
|
| H A D | GCNSubtarget.h | 783 Align getStackAlignment() const { return Align(16); } in getStackAlignment() function
|
| H A D | AMDGPUSubtarget.cpp | 169 FrameLowering(TargetFrameLowering::StackGrowsUp, getStackAlignment(), 0) { in GCNSubtarget()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 136 Align getStackAlignment() const { return Align(stackAlignment); } in getStackAlignment() function
|
| H A D | M68kSubtarget.cpp | 56 FrameLowering(*this, this->getStackAlignment()), TLInfo(TM, *this), in M68kSubtarget()
|
| H A D | M68kFrameLowering.cpp | 187 unsigned StackAlign = getStackAlignment(); // ABI alignment in calculateMaxStackAlign() 246 unsigned StackAlign = getStackAlignment(); in eliminateCallFramePseudoInstr()
|
| H A D | M68kISelLowering.cpp | 1150 unsigned StackAlignment = TFI.getStackAlignment(); in GetAlignedArgumentStackSize() 3236 unsigned StackAlign = TFI.getStackAlignment(); in LowerDYNAMIC_STACKALLOC()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Attributes.cpp | 334 MaybeAlign Attribute::getStackAlignment() const { in getStackAlignment() function in Attribute 710 MaybeAlign AttributeSet::getStackAlignment() const { in getStackAlignment() function in AttributeSet 711 return SetNode ? SetNode->getStackAlignment() : None; in getStackAlignment() 890 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment() function in AttributeSetNode 892 return A->getStackAlignment(); in getStackAlignment() 1437 return getAttributes(ArgNo + FirstArgIndex).getStackAlignment(); in getParamStackAlignment() 1465 return getFnAttrs().getStackAlignment(); in getFnStackAlignment() 1469 return getRetAttrs().getStackAlignment(); in getRetStackAlignment()
|
| H A D | AttributeImpl.h | 252 MaybeAlign getStackAlignment() const;
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16FrameLowering.cpp | 40 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
|
| H A D | MipsSubtarget.h | 363 Align getStackAlignment() const { return stackAlignment; } in getStackAlignment() function
|
| H A D | MipsCallLowering.cpp | 252 commonAlignment(STI.getStackAlignment(), LocMemOffset)); in assignValueToAddress() 531 StackAlignment = TFL->getStackAlignment(); in lowerCall()
|
| H A D | MipsSEFrameLowering.cpp | 399 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in MipsSEFrameLowering() 846 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 95 unsigned getStackAlignment() const { return StackAlignment.value(); } in getStackAlignment() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 220 MaybeAlign getStackAlignment() const; 365 MaybeAlign getStackAlignment() const; 1106 MaybeAlign getStackAlignment() const {
|
| H A D | DataLayout.h | 277 Align getStackAlignment() const { in getStackAlignment() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 196 State.getMachineFunction().getDataLayout().getStackAlignment(); in CC_AArch64_Custom_Block()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 324 TLInfo(TM, *this), FrameLowering(*this, getStackAlignment()) { in X86Subtarget()
|
| H A D | X86Subtarget.h | 148 Align getStackAlignment() const { return stackAlignment; } in getStackAlignment() function
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 202 Align getStackAlignment() const { return StackAlignment; } in getStackAlignment() function
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 498 Align getStackAlignment() const { return stackAlignment; } in getStackAlignment() function
|
| H A D | ARMCallingConv.cpp | 193 const Align StackAlign = DL.getStackAlignment(); in CC_ARM_AAPCS_Custom_Aggregate()
|
| H A D | ARMBaseInstrInfo.cpp | 6409 if (checkAndUpdateStackOffset(&MI, Subtarget.getStackAlignment().value(), in getOutliningType() 6431 checkAndUpdateStackOffset(&MI, Subtarget.getStackAlignment().value(), true); in fixupPostOutline() 6438 int Align = std::max(Subtarget.getStackAlignment().value(), uint64_t(8)); in saveLROnStack() 6514 int Align = Subtarget.getStackAlignment().value(); in restoreLRFromStack() 6534 MIB.addImm(Subtarget.getStackAlignment().value()) in restoreLRFromStack()
|