Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h106 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DM68kISelLowering.cpp1052 MMFI->setArgumentStackSize(StackSize); in LowerFormalArguments()
/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h221 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackToRestore()
218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } setArgumentStackSize() function
H A DARMISelLowering.cpp4801 AFI->setArgumentStackSize(StackArgSize); in getARMCmp()
/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h250 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
H A DX86ISelLoweringCall.cpp1892 FuncInfo->setArgumentStackSize(StackSize); in LowerFormalArguments()