Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp55 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
60 if (CFSize >= ((1 << 8) - 1) * 4 / 2) // Half of imm8 * 4 in hasReservedCallFrame()
DARMFrameLowering.cpp125 unsigned CFSize = MFI.getMaxCallFrameSize(); in hasReservedCallFrame() local
130 if (CFSize >= ((1 << 12) - 1) / 2) // Half of imm12 in hasReservedCallFrame()