Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1817 unsigned EstimatedRSStackSizeLimit, EstimatedRSFixedSizeLimit; in determineCalleeSaves() local
1837 EstimatedRSFixedSizeLimit = (1U << 5) * 4; in determineCalleeSaves()
1841 EstimatedRSFixedSizeLimit = EstimatedRSStackSizeLimit; in determineCalleeSaves()
1863 HasFP && (MaxFixedOffset - MaxFPOffset) > (int)EstimatedRSFixedSizeLimit; in determineCalleeSaves()