Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp431 static bool windowsRequiresStackProbe(MachineFunction &MF, in windowsRequiresStackProbe() function
460 if (StackBumpBytes >= 512 || windowsRequiresStackProbe(MF, StackBumpBytes)) in shouldCombineCSRLocalStackBump()
922 if (!AFI->hasStackFrame() && !windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
1037 if (windowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2419 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()