Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h42 unsigned ArgumentStackToRestore; variable
92 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()
99 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()
110 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
112 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h48 unsigned ArgumentStackToRestore = 0; variable
144 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
146 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h55 unsigned ArgumentStackToRestore = 0; variable
170 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
172 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()