Searched refs:WindowsRequiresStackProbe (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 214 static bool WindowsRequiresStackProbe(const MachineFunction &MF, in WindowsRequiresStackProbe() function 403 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) { in emitPrologue() 518 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue() 1674 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 170 static bool WindowsRequiresStackProbe(const MachineFunction &MF, in WindowsRequiresStackProbe() function 335 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) { in emitPrologue() 447 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 555 static bool WindowsRequiresStackProbe(const MachineFunction &MF, in WindowsRequiresStackProbe() function 746 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) { in emitPrologue() 948 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue() 2277 WindowsRequiresStackProbe(MF, MFI.estimateStackSize(MF))) { in determineCalleeSaves()
|