Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kMachineFunction.h106 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
HDM68kISelLowering.cpp1053 MMFI->setArgumentStackSize(StackSize); in LowerFormalArguments()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMachineFunctionInfo.h218 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
HDARMISelLowering.cpp4709 AFI->setArgumentStackSize(StackArgSize); in LowerFormalArguments()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MachineFunctionInfo.h244 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; }
HDX86ISelLoweringCall.cpp1884 FuncInfo->setArgumentStackSize(StackSize); in LowerFormalArguments()