Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp401 static bool windowsRequiresStackProbe(MachineFunction &MF, in windowsRequiresStackProbe() function
430 if (StackBumpBytes >= 512 || windowsRequiresStackProbe(MF, StackBumpBytes)) in shouldCombineCSRLocalStackBump()
853 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
944 if (windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2023 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()