/freebsd-src/contrib/llvm-project/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 | 249 commonAlignment(ST.getStackAlignment(), LocMemOffset)); in assignValueToAddress() 1263 NumBytes = alignTo(OutInfo.getStackSize(), ST.getStackAlignment()); in lowerTailCall() 1275 assert(isAligned(ST.getStackAlignment(), FPDiff) && in lowerTailCall()
|
H A D | GCNSubtarget.h | 954 Align getStackAlignment() const { return Align(16); } in hasDPP8() 875 Align getStackAlignment() const { return Align(16); } getStackAlignment() function
|
H A D | AMDGPUSubtarget.cpp | 202 FrameLowering(TargetFrameLowering::StackGrowsUp, getStackAlignment(), 0) { in getConstantBusLimit()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.h | 142 Align getStackAlignment() const { return Align(stackAlignment); } in getStackAlignment() function
|
H A D | M68kSubtarget.cpp | 55 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 | 1206 unsigned StackAlignment = TFI.getStackAlignment(); in GetAlignedArgumentStackSize() 3416 unsigned StackAlign = TFI.getStackAlignment(); in LowerDYNAMIC_STACKALLOC()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16FrameLowering.cpp | 39 : MipsFrameLowering(STI, STI.getStackAlignment()) {} in Mips16FrameLowering()
|
H A D | MipsSubtarget.h | 365 Align getStackAlignment() const { return stackAlignment; } 362 Align getStackAlignment() const { return stackAlignment; } 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() 848 return isInt<16>(MFI.getMaxCallFrameSize() + getStackAlignment()) && in hasReservedCallFrame()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 432 MaybeAlign Attribute::getStackAlignment() const { in getAsString() 929 MaybeAlign AttributeSet::getStackAlignment() const { in getSorted() 930 return SetNode ? SetNode->getStackAlignment() : std::nullopt; in getSorted() 1119 MaybeAlign AttributeSetNode::getStackAlignment() const { in hasAttrSomewhere() 1121 return A->getStackAlignment(); 1677 return getAttributes(ArgNo + FirstArgIndex).getStackAlignment(); 1705 return getFnAttrs().getStackAlignment(); in operator ()() 1709 return getRetAttrs().getStackAlignment(); in operator ()() 348 MaybeAlign Attribute::getStackAlignment() const { getStackAlignment() function in Attribute 799 MaybeAlign AttributeSet::getStackAlignment() const { getStackAlignment() function in AttributeSet 989 MaybeAlign AttributeSetNode::getStackAlignment() const { getStackAlignment() function in AttributeSetNode
|
H A D | AttributeImpl.h | 336 MaybeAlign getStackAlignment() const;
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.h | 128 /// getStackAlignment - Returns the minimum alignment known to hold of the 131 Align getStackAlignment() const { return StackAlignment; } 130 Align getStackAlignment() const { return StackAlignment; } getStackAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 96 /// getStackAlignment - This method returns the number of bytes to which the 100 unsigned getStackAlignment() const { return StackAlignment.value(); } 101 /// getStackAlignment - This method returns the number of bytes to which the 99 unsigned getStackAlignment() const { return StackAlignment.value(); } getStackAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 249 MaybeAlign getStackAlignment() const; 405 MaybeAlign getStackAlignment() const; 1112 MaybeAlign getStackAlignment() const {
|
H A D | DataLayout.h | 271 Align getStackAlignment() const { in getStackAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.cpp | 213 State.getMachineFunction().getDataLayout().getStackAlignment();
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 334 TLInfo(TM, *this), FrameLowering(*this, getStackAlignment()) { in X86Subtarget()
|
H A D | X86Subtarget.h | 142 Align getStackAlignment() const { return stackAlignment; } 149 Align getStackAlignment() const { return stackAlignment; } getStackAlignment() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 439 /// getStackAlignment - Returns the minimum alignment known to hold of the in getFramePointerReg() 442 Align getStackAlignment() const { return stackAlignment; } 502 Align getStackAlignment() const { return stackAlignment; } getStackAlignment() function
|
H A D | ARMCallingConv.cpp | 193 const Align StackAlign = DL.getStackAlignment(); in CC_ARM_AAPCS_Custom_Aggregate()
|
H A D | ARMBaseInstrInfo.cpp | 6406 if (checkAndUpdateStackOffset(&MI, Subtarget.getStackAlignment().value(), in getOutliningTypeImpl() 6428 checkAndUpdateStackOffset(&MI, Subtarget.getStackAlignment().value(), true); in fixupPostOutline() 6435 int Align = std::max(Subtarget.getStackAlignment().value(), uint64_t(8)); in saveLROnStack() 6511 int Align = Subtarget.getStackAlignment().value(); in restoreLRFromStack() 6532 MIB.addImm(Subtarget.getStackAlignment().value()) in restoreLRFromStack()
|