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

/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp208 uint64_t ArgumentPopSize = 0; local
247 ArgumentPopSize = StackAdjust.getImm();
253 ArgumentPopSize = FuncInfo->getArgumentStackToRestore();
273 if (NumInitialBytes + ArgumentPopSize != 0) {
275 NumInitialBytes + ArgumentPopSize);

Completed in 93 milliseconds