Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h158 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DX86ISelLowering.cpp3491 FuncInfo->setArgumentStackSize(StackSize); in LowerFormalArguments()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h182 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } in setArgumentStackSize() function
H A DARMISelLowering.cpp3793 AFI->setArgumentStackSize(CCInfo.getNextStackOffset()); in LowerFormalArguments()