Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1155 bool BigStack = (CFSize >= 256); in determineCalleeSaves() local
1156 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) in determineCalleeSaves()
1165 if (BigStack && !ExtraCSSpill) { in determineCalleeSaves()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp995 bool BigStack = in processFunctionBeforeCalleeSavedScan() local
1003 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) { in processFunctionBeforeCalleeSavedScan()
1052 if (BigStack && !ExtraCSSpill) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1630 bool BigStack = EstimatedStackSize >= estimateRSStackSizeLimit(MF, this) || in determineCalleeSaves() local
1634 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) { in determineCalleeSaves()
1693 if (BigStack && !ExtraCSSpill) { in determineCalleeSaves()
/external/llvm/test/CodeGen/ARM/
D2016-05-01-RegScavengerAssert.ll3 ; to force a register scavenging. It tests if the stack is treated as "BigStack" and thus