Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp56 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
61 if (CFSize >= ((1 << 8) - 1) * 4 / 2) // Half of imm8 * 4 in hasReservedCallFrame()
H A DARMFrameLowering.cpp125 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
130 if (CFSize >= ((1 << 12) - 1) / 2) // Half of imm12 in hasReservedCallFrame()