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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp130 unsigned StackSlotsUsedByFunclet = 0; local
158 StackSlotsUsedByFunclet = Last - ARC::R12;
163 .addImm(4 * StackSlotsUsedByFunclet);
167 AlreadyAdjusted += 4 * (StackSlotsUsedByFunclet + 1);
266 unsigned StackSlotsUsedByFunclet = 0; local
270 StackSlotsUsedByFunclet = Last - ARC::R12;
271 AmountAboveFunclet += 4 * (StackSlotsUsedByFunclet + 1);
292 if (StackSlotsUsedByFunclet) {
298 if (isUInt<6>(4 * StackSlotsUsedByFunclet))
300 else if (isInt<12>(4 * StackSlotsUsedByFunclet))
[all...]

Completed in 58 milliseconds