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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 1139 unsigned HOST_WIDE_INT this_align; local
1146 this_align = TYPE_ALIGN_UNIT (s->field);
1147 if (s->offset & (this_align - 1))
1150 this_offset = this_align - ((s->offset + offset) & (this_align - 1));
1160 max_align = this_align;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 1139 unsigned HOST_WIDE_INT this_align; local
1146 this_align = TYPE_ALIGN_UNIT (s->field);
1147 if (s->offset & (this_align - 1))
1150 this_offset = this_align - ((s->offset + offset) & (this_align - 1));
1160 max_align = this_align;
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 2283 unsigned int this_align; local
2286 &this_align, &align_bitpos);
2287 if (this_align > align)
2289 align = this_align;
2298 get_object_alignment_1 (op.val, &this_align, &align_bitpos);
2299 if (this_align > load_align[i])
2301 load_align[i] = this_align;
2914 unsigned int this_align; local
2917 &this_align, &align_bitpos);
2918 if (this_align > align
    [all...]
expr.cc 8555 unsigned HOST_WIDE_INT this_align, outer_align;
8563 this_align = DECL_ALIGN (TREE_OPERAND (target, 1));
8565 return MIN (this_align, outer_align);
8569 this_align = TYPE_ALIGN (TREE_TYPE (target));
8571 return MIN (this_align, outer_align);
8576 this_align = TYPE_ALIGN (TREE_TYPE (target));
8578 return MAX (this_align, outer_align);
8540 unsigned HOST_WIDE_INT this_align, outer_align; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 2199 unsigned int this_align; local
2202 &this_align, &align_bitpos);
2203 if (this_align > align)
2205 align = this_align;
2214 get_object_alignment_1 (op.val, &this_align, &align_bitpos);
2215 if (this_align > load_align[i])
2217 load_align[i] = this_align;
2830 unsigned int this_align; local
2833 &this_align, &align_bitpos);
2834 if (this_align > align
    [all...]
expr.cc 7841 unsigned HOST_WIDE_INT this_align, outer_align;
7849 this_align = DECL_ALIGN (TREE_OPERAND (target, 1));
7851 return MIN (this_align, outer_align);
7855 this_align = TYPE_ALIGN (TREE_TYPE (target));
7857 return MIN (this_align, outer_align);
7862 this_align = TYPE_ALIGN (TREE_TYPE (target));
7864 return MAX (this_align, outer_align);
7826 unsigned HOST_WIDE_INT this_align, outer_align; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13741 int this_align = type_align (underlying);
13742 if (this_align > max_align)
13743 max_align = this_align;
13732 int this_align = type_align (underlying); local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 12046 int this_align = type_align (underlying);
12047 if (this_align > max_align)
12048 max_align = this_align;
12039 int this_align = type_align (underlying); local

Completed in 115 milliseconds