HomeSort by: relevance | last modified time | path
    Searched defs:unit_offset (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.h 171 unsigned unit_offset; variable
281 unsigned unit_offset; member in struct:ipa_param_body_replacement
318 /* Register a REPLACEMENT for accesses to BASE at UNIT_OFFSET. */
319 void register_replacement (tree base, unsigned unit_offset, tree replacement);
327 tree lookup_replacement (tree base, unsigned unit_offset);
374 unsigned unit_offset);
ipa-prop.h 209 unsigned unit_offset; variable
240 /* Return the aggregate constant stored for INDEX at UNIT_OFFSET, if it is
244 tree get_value (int index, unsigned unit_offset, bool by_ref) const;
246 /* Return the aggregate constant stored for INDEX at UNIT_OFFSET, not
250 tree get_value (int index, unsigned unit_offset) const;
252 /* Return the item describing a constant stored for INDEX at UNIT_OFFSET or
255 const ipa_argagg_value *get_elt (int index, unsigned unit_offset) const;
ipa-param-manipulation.cc 80 unsigned unit_offset; member in struct:pass_through_split_map
224 fprintf (f, ", offset: %u", apm->unit_offset);
676 mod_info->pass_through_map[i].unit_offset,
734 && mod_info->pass_through_map[j].unit_offset == apm->unit_offset)
784 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
805 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
815 base_offset + apm->unit_offset);
823 base_offset + apm->unit_offset);
1041 /* Register a REPLACEMENT for accesses to BASE at UNIT_OFFSET. *
1850 unsigned unit_offset; local
    [all...]
ipa-prop.cc 5401 streamer_write_uhwi (ob, av.unit_offset);
5434 av->unit_offset = streamer_read_uhwi (ib);
5669 unsigned unit_offset = bit_offset / BITS_PER_UNIT; local
5671 tree v = avl.get_value (index, unit_offset, by_ref);
5744 unsigned unit_offset = bit_offset / BITS_PER_UNIT; local
5745 const ipa_argagg_value *av = avl.get_elt (index, unit_offset);
ipa-sra.cc 119 unsigned unit_offset; variable
365 unsigned unit_offset; member in struct:isra_param_flow
479 to->unit_offset = from->unit_offset;
577 ipf->unit_offset, ipf->unit_size);
725 fprintf (f, " * Access to unit offset: %u", access->unit_offset);
1767 unsigned unit_offset, unsigned unit_size)
1775 param_flow->unit_offset = unit_offset;
2459 to->unit_offset = from->offset / BITS_PER_UNIT
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.h 171 unsigned unit_offset; variable
242 is a new parameter representing a portion at UNIT_OFFSET for which a value
245 int get_updated_index_or_split (int index, unsigned unit_offset, tree type,
288 unsigned unit_offset; member in struct:ipa_param_body_replacement
328 tree lookup_replacement (tree base, unsigned unit_offset);
375 unsigned unit_offset);
ipa-param-manipulation.cc 77 unsigned unit_offset; member in struct:pass_through_split_map
221 fprintf (f, ", offset: %u", apm->unit_offset);
459 unsigned unit_offset,
471 && apm->unit_offset == unit_offset)
706 mod_info->pass_through_map[i].unit_offset,
764 && mod_info->pass_through_map[j].unit_offset == apm->unit_offset)
814 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
835 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
1696 unsigned unit_offset; local
    [all...]
ipa-sra.cc 116 unsigned unit_offset; variable
322 unsigned unit_offset; member in struct:isra_param_flow
424 to->unit_offset = from->unit_offset;
522 ipf->unit_offset, ipf->unit_size);
658 fprintf (f, " * Access to unit offset: %u", access->unit_offset);
1636 unsigned unit_offset, unsigned unit_size)
1644 param_flow->unit_offset = unit_offset;
2248 to->unit_offset = from->offset / BITS_PER_UNIT
    [all...]
ipa-prop.cc 5636 unsigned unit_offset = v->offset / BITS_PER_UNIT; local
5641 unit_offset,
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 2108 size_t unit_offset = 0; local
2219 u->low_offset = unit_offset;
2220 unit_offset += len + (is_dwarf64 ? 12 : 4);
2221 u->high_offset = unit_offset;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 2108 size_t unit_offset = 0; local
2219 u->low_offset = unit_offset;
2220 unit_offset += len + (is_dwarf64 ? 12 : 4);
2221 u->high_offset = unit_offset;
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 2108 size_t unit_offset = 0; local
2219 u->low_offset = unit_offset;
2220 unit_offset += len + (is_dwarf64 ? 12 : 4);
2221 u->high_offset = unit_offset;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 2108 size_t unit_offset = 0; local
2219 u->low_offset = unit_offset;
2220 unit_offset += len + (is_dwarf64 ? 12 : 4);
2221 u->high_offset = unit_offset;
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 1847 uint64_t unit_offset; member in struct:funcinfo
1871 uint64_t unit_offset; member in struct:varinfo
3826 if (table->unit_offset == offset)
3836 if (table->unit_offset == offset)
3958 func->unit_offset = current_offset;
3987 var->unit_offset = current_offset;
4075 && last_func->prev_func->unit_offset == current_offset)
4090 && last_var->prev_var->unit_offset == current_offset)
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 1847 uint64_t unit_offset; member in struct:funcinfo
1871 uint64_t unit_offset; member in struct:varinfo
3826 if (table->unit_offset == offset)
3836 if (table->unit_offset == offset)
3958 func->unit_offset = current_offset;
3987 var->unit_offset = current_offset;
4075 && last_func->prev_func->unit_offset == current_offset)
4090 && last_var->prev_var->unit_offset == current_offset)
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 1847 uint64_t unit_offset; member in struct:funcinfo
1871 uint64_t unit_offset; member in struct:varinfo
3826 if (table->unit_offset == offset)
3836 if (table->unit_offset == offset)
3958 func->unit_offset = current_offset;
3987 var->unit_offset = current_offset;
4075 && last_func->prev_func->unit_offset == current_offset)
4090 && last_var->prev_var->unit_offset == current_offset)
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 1840 uint64_t unit_offset; member in struct:funcinfo
1864 uint64_t unit_offset; member in struct:varinfo
3819 if (table->unit_offset == offset)
3829 if (table->unit_offset == offset)
3951 func->unit_offset = current_offset;
3980 var->unit_offset = current_offset;
4068 && last_func->prev_func->unit_offset == current_offset)
4083 && last_var->prev_var->unit_offset == current_offset)

Completed in 69 milliseconds