Searched refs:BigStack (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp960 // FIXME: Set BigStack if any stack slot references may be out of range.
970 bool BigStack = (CFSize >= 256); local
971 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF))
980 if (BigStack && !ExtraCSSpill) {
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1647 bool BigStack = local
1656 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) {
1713 if (BigStack && !ExtraCSSpill) {

Completed in 49 milliseconds