Lines Matching +defs:kill +defs:buffer

2160     char buffer[128];
2167 snprintf (buffer, sizeof (buffer), "%s%s", branch_format, label_ptr);
2168 output_asm_insn (buffer, operands);
2170 snprintf (buffer, sizeof (buffer), "b\t%%l%d\n%s:", pos_label, label_ptr);
2172 output_asm_insn (buffer, operands);
3985 static char buffer[128];
3987 unsigned int written = snprintf (buffer, sizeof (buffer), "%s\t%s, %s",
3989 gcc_assert (written < sizeof (buffer));
3990 return buffer;
4070 static char buffer[sizeof ("sqincd\t%x0, %w0, vl256, mul #16")];
4084 written = snprintf (buffer, sizeof (buffer), "%s%c\t%s",
4087 written = snprintf (buffer, sizeof (buffer), "%s%c\t%s, %s",
4090 written = snprintf (buffer, sizeof (buffer), "%s%c\t%s, %s, mul #%d",
4093 gcc_assert (written < sizeof (buffer));
4094 return buffer;
4191 static char buffer[sizeof ("addpl\t%x0, %x1, #-") + 3 * sizeof (int)];
4197 snprintf (buffer, sizeof (buffer), "addvl\t%%x0, %%x1, #%d", factor / 16);
4199 snprintf (buffer, sizeof (buffer), "addpl\t%%x0, %%x1, #%d", factor / 2);
4200 return buffer;
7715 bitmap kill = &DF_LIVE_BB_INFO (bb)->kill;
7725 appear in neither the kill set nor the gen set.
7743 || bitmap_bit_p (kill, regno)))
7934 /* On AArch64 we have an ABI defined safe buffer. This constant is used to
7950 defined buffer needs a probe so that the invariant of having a 1KB buffer is
8159 more than GUARD_SIZE - buffer, and for the outgoing arguments we probe
8160 if the amount is larger than buffer. GUARD_SIZE - buffer + buffer ==
8270 the ABI specified buffer is maintained for the next callee.