LLVM: llvm::SVEStackAllocations Struct Reference (original) (raw)

#include "[Target/AArch64/AArch64PrologueEpilogue.h](AArch64PrologueEpilogue%5F8h%5Fsource.html)"

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

Definition at line 37 of file AArch64PrologueEpilogue.h.

Referenced by llvm::AArch64EpilogueEmitter::emitEpilogue(), llvm::AArch64PrologueEmitter::emitPrologue(), and totalSize().

AfterZPRs

StackOffset llvm::SVEStackAllocations::AfterZPRs

Definition at line 37 of file AArch64PrologueEpilogue.h.

Referenced by llvm::AArch64EpilogueEmitter::emitEpilogue(), llvm::AArch64PrologueEmitter::emitPrologue(), and totalSize().

BeforePPRs

StackOffset llvm::SVEStackAllocations::BeforePPRs

Definition at line 37 of file AArch64PrologueEpilogue.h.

Referenced by llvm::AArch64EpilogueEmitter::emitEpilogue(), llvm::AArch64PrologueEmitter::emitPrologue(), and totalSize().


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