LLVM 22.0.0git
llvm::SVEStackAllocations Struct Reference

#include "Target/AArch64/AArch64PrologueEpilogue.h"

Public Member Functions

StackOffset totalSize () const

Public Attributes

StackOffset BeforePPRs
StackOffset AfterPPRs
StackOffset AfterZPRs

Detailed Description

Definition at line 36 of file AArch64PrologueEpilogue.h.

Member Function Documentation

◆ totalSize()

StackOffset llvm::SVEStackAllocations::totalSize ( ) const
inline

Definition at line 38 of file AArch64PrologueEpilogue.h.

References AfterPPRs, AfterZPRs, and BeforePPRs.

Referenced by llvm::AArch64EpilogueEmitter::emitEpilogue().

Member Data Documentation

◆ AfterPPRs

StackOffset llvm::SVEStackAllocations::AfterPPRs

◆ AfterZPRs

StackOffset llvm::SVEStackAllocations::AfterZPRs

◆ BeforePPRs

StackOffset llvm::SVEStackAllocations::BeforePPRs

The documentation for this struct was generated from the following file: