Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h106 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DM68kISelLowering.cpp1053 MMFI->setArgumentStackSize(StackSize); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in initPICLabelUId()
213 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } setArgumentStackSize() function
H A DARMISelLowering.cpp4709 AFI->setArgumentStackSize(StackArgSize); in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h244 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
H A DX86ISelLoweringCall.cpp1884 FuncInfo->setArgumentStackSize(StackSize); in LowerFormalArguments()