Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp871 static bool windowsRequiresStackProbe(MachineFunction &MF, in windowsRequiresStackProbe() function
920 if (StackBumpBytes >= 512 || windowsRequiresStackProbe(MF, StackBumpBytes)) in shouldCombineCSRLocalStackBump()
1493 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
1628 if (windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
3038 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()