Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1618 unsigned EstimatedStackSize = in determineCalleeSaves() local
1622 EstimatedStackSize += 4; in determineCalleeSaves()
1626 EstimatedStackSize += MF.getInfo<ARMFunctionInfo>()->getArgumentStackSize(); in determineCalleeSaves()
1628 EstimatedStackSize += 16; // For possible paddings. in determineCalleeSaves()
1630 bool BigStack = EstimatedStackSize >= estimateRSStackSizeLimit(MF, this) || in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1752 unsigned EstimatedStackSize = in determineCalleeSaves() local
1765 EstimatedStackSize += 4; in determineCalleeSaves()
1769 EstimatedStackSize += MaxFixedOffset; in determineCalleeSaves()
1771 EstimatedStackSize += 16; // For possible paddings. in determineCalleeSaves()
1775 bool BigFrameOffsets = EstimatedStackSize >= EstimatedRSStackSizeLimit || in determineCalleeSaves()