Home
last modified time | relevance | path

Searched refs:StackSizeSVE (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h124 uint64_t StackSizeSVE = 0; variable
220 StackSizeSVE = S; in setStackSizeSVE()
223 uint64_t getStackSizeSVE() const { return StackSizeSVE; } in getStackSizeSVE()