Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp973 unsigned CFSize = in determineCalleeSaves() local
975 DEBUG(dbgs() << "Estimated stack frame size: " << CFSize << " bytes.\n"); in determineCalleeSaves()
976 bool BigStack = (CFSize >= 256); in determineCalleeSaves()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp30 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame() local
35 if (CFSize >= ((1 << 8) - 1) * 4 / 2) // Half of imm8 * 4 in hasReservedCallFrame()
DARMFrameLowering.cpp81 unsigned CFSize = FFI->getMaxCallFrameSize(); in hasReservedCallFrame() local
86 if (CFSize >= ((1 << 12) - 1) / 2) // Half of imm12 in hasReservedCallFrame()