Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h138 uint64_t StackSizeSVE = 0; variable
283 StackSizeSVE = S; in setStackSizeSVE()
286 uint64_t getStackSizeSVE() const { return StackSizeSVE; } in getStackSizeSVE()