Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h105 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DM68kISelLowering.cpp1005 MMFI->setArgumentStackSize(StackSize); in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h221 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DARMISelLowering.cpp4650 AFI->setArgumentStackSize(StackArgSize); in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h192 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DX86ISelLowering.cpp4227 FuncInfo->setArgumentStackSize(StackSize); in LowerFormalArguments()