Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kMachineFunction.h66 unsigned ArgumentStackSize = 0; variable
105 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
106 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h82 unsigned ArgumentStackSize = 0; variable
164 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
165 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-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h118 unsigned ArgumentStackSize = 0; variable
192 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
193 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h124 unsigned ArgumentStackSize = 0; variable
222 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
223 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86MachineFunctionInfo.h83 unsigned ArgumentStackSize = 0; variable
191 unsigned getArgumentStackSize() const { return ArgumentStackSize; } in getArgumentStackSize()
192 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize()