Home
last modified time | relevance | path

Searched refs:EstimatedStackSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1100 int EstimatedStackSize = 0; in InjectCoverageAtBlock() local
1125 EstimatedStackSize += Bytes; in InjectCoverageAtBlock()
1133 EstimatedStackSize >= Options.StackDepthCallbackMin) { in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2705 unsigned EstimatedStackSize = in determineCalleeSaves() local
2718 EstimatedStackSize += 4; in determineCalleeSaves()
2722 EstimatedStackSize += MaxFixedOffset; in determineCalleeSaves()
2724 EstimatedStackSize += 16; // For possible paddings. in determineCalleeSaves()
2759 bool HasLargeStack = EstimatedStackSize > EstimatedRSStackSizeLimit; in determineCalleeSaves()
2782 << "; EstimatedStack: " << EstimatedStackSize in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4094 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves() local
4096 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()
4128 bool BigStack = SVEStackSize || (EstimatedStackSize + CSStackSize + in determineCalleeSaves()
4185 << EstimatedStackSize + AlignedCSStackSize << " bytes.\n"); in determineCalleeSaves()