Lines Matching defs:StackSlotsUsedByFunclet
129 unsigned StackSlotsUsedByFunclet = 0;
157 StackSlotsUsedByFunclet = Last - ARC::R12;
162 .addImm(4 * StackSlotsUsedByFunclet);
166 AlreadyAdjusted += 4 * (StackSlotsUsedByFunclet + 1);
265 unsigned StackSlotsUsedByFunclet = 0;
269 StackSlotsUsedByFunclet = Last - ARC::R12;
270 AmountAboveFunclet += 4 * (StackSlotsUsedByFunclet + 1);
291 if (StackSlotsUsedByFunclet) {
297 if (isUInt<6>(4 * StackSlotsUsedByFunclet))
299 else if (isInt<12>(4 * StackSlotsUsedByFunclet))
303 .addImm(4 * (StackSlotsUsedByFunclet));