Searched refs:windowsRequiresStackProbe (Results 1 – 1 of 1) sorted by relevance
1073 static bool windowsRequiresStackProbe(const MachineFunction &MF, in windowsRequiresStackProbe() function1171 windowsRequiresStackProbe(*MF, std::numeric_limits<uint64_t>::max())) in canUseAsPrologue()1220 if (StackBumpBytes >= 512 || windowsRequiresStackProbe(MF, StackBumpBytes)) in shouldCombineCSRLocalStackBump()1992 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()2181 if (windowsRequiresStackProbe(MF, NumBytes + RealignmentPadding)) { in emitPrologue()4096 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()