Home | History | Annotate | Download | only in gcc

Lines Matching defs:MAX_VAR_PARTS

353 #define MAX_VAR_PARTS 16
591 /* Alloc pool for struct variable_def with MAX_VAR_PARTS entries. */
595 (MAX_VAR_PARTS - 1) * sizeof (((variable *)NULL)->var_part[0]));
1885 || !IN_RANGE (const_offset, 0, MAX_VAR_PARTS - 1))
2883 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
2884 thus there are at most MAX_VAR_PARTS
2885 gcc_checking_assert (dst->onepart ? k == 1 : k <= MAX_VAR_PARTS);
5288 && maybe_gt (MEM_SIZE (decl_rtl), MAX_VAR_PARTS))
7828 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
7829 thus there are at most MAX_VAR_PARTS different offsets. */
7830 gcc_assert (var->n_var_parts < MAX_VAR_PARTS
8722 HOST_WIDE_INT offsets[MAX_VAR_PARTS];
8723 rtx loc[MAX_VAR_PARTS];
9646 HOST_WIDE_INT offset = MAX_VAR_PARTS;