Home
last modified time | relevance | path

Searched refs:setPreallocatedStackSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h277 void setPreallocatedStackSize(size_t Id, size_t StackSize) { in setPreallocatedStackSize() function
H A DX86ISelLoweringCall.cpp2113 MFI->setPreallocatedStackSize(PreallocatedId, NumBytes); in LowerCall()