Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1796 unsigned EstimatedStackSize = in determineCalleeSaves() local
1809 EstimatedStackSize += 4; in determineCalleeSaves()
1813 EstimatedStackSize += MaxFixedOffset; in determineCalleeSaves()
1815 EstimatedStackSize += 16; // For possible paddings. in determineCalleeSaves()
1845 bool HasLargeStack = EstimatedStackSize > EstimatedRSStackSizeLimit; in determineCalleeSaves()
1868 << "; EstimatedStack: " << EstimatedStackSize in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2417 uint64_t EstimatedStackSize = MFI.estimateStackSize(MF); in determineCalleeSaves() local
2419 windowsRequiresStackProbe(MF, EstimatedStackSize + CSStackSize + 16)) { in determineCalleeSaves()
2441 (EstimatedStackSize + CSStackSize) > EstimatedStackSizeLimit; in determineCalleeSaves()
2482 << EstimatedStackSize + AlignedCSStackSize in determineCalleeSaves()