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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h196 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::ARMFunctionInfo
H A DARMISelLowering.cpp4431 AFI->setArgumentStackSize(CCInfo.getNextStackOffset());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h173 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp3743 FuncInfo->setArgumentStackSize(StackSize);
[all...]

Completed in 295 milliseconds