Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86MachineFunctionInfo.h66 unsigned ArgumentStackSize; variable
80 ArgumentStackSize(0) {} in X86MachineFunctionInfo()
94 ArgumentStackSize(0) {} in X86MachineFunctionInfo()
129 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
130 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h79 unsigned ArgumentStackSize = 0; variable
157 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h79 unsigned ArgumentStackSize = 0; variable
157 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h114 unsigned ArgumentStackSize; variable
184 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
185 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
DARMMachineFunctionInfo.cpp24 ArgumentStackSize(0), IsSplitCSR(false) {} in ARMFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h114 unsigned ArgumentStackSize = 0; variable
181 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
182 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()