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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-fold.cc 775 off <<= LOG2_BITS_PER_UNIT;
790 /* We could here instead adjust r by off >> LOG2_BITS_PER_UNIT
tree-dfa.cc 434 << LOG2_BITS_PER_UNIT);
508 woffset <<= LOG2_BITS_PER_UNIT;
557 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
578 woffset <<= LOG2_BITS_PER_UNIT;
638 off <<= LOG2_BITS_PER_UNIT;
ipa-modref.cc 1453 a.max_size = size_hwi << LOG2_BITS_PER_UNIT;
4097 repl_offset <<= LOG2_BITS_PER_UNIT;
4099 = (kill.parm_offset << LOG2_BITS_PER_UNIT) + kill.offset;
4366 = ipa_get_jf_ancestor_offset (jf) >> LOG2_BITS_PER_UNIT;
4499 a.max_size = size_hwi << LOG2_BITS_PER_UNIT;
tree-predcom.cc 1796 boff >>= LOG2_BITS_PER_UNIT;
tree-ssa-alias.cc 1455 offset1 = (offset1 << LOG2_BITS_PER_UNIT) + bit_offset1;
1456 offset2 = (offset2 << LOG2_BITS_PER_UNIT) + bit_offset2;
2090 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT;
2167 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT;
2282 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT;
2283 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT;
3388 off1 <<= LOG2_BITS_PER_UNIT;
3391 off2 <<= LOG2_BITS_PER_UNIT;
gimple-ssa-store-merging.cc 397 boff <<= LOG2_BITS_PER_UNIT;
5008 poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT;
5015 bit_off = byte_off << LOG2_BITS_PER_UNIT;
5019 bit_off = byte_off << LOG2_BITS_PER_UNIT;
tree-ssa-structalias.cc 3343 off <<= LOG2_BITS_PER_UNIT;
expr.cc 8488 boff <<= LOG2_BITS_PER_UNIT;
8514 tem <<= LOG2_BITS_PER_UNIT;
tree.h 5114 #define LOG2_BITS_PER_UNIT 3
5116 #define LOG2_BITS_PER_UNIT 4
6715 return ((wi::to_offset (DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-dfa.cc 439 << LOG2_BITS_PER_UNIT);
468 tem <<= LOG2_BITS_PER_UNIT;
514 woffset <<= LOG2_BITS_PER_UNIT;
564 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
584 woffset <<= LOG2_BITS_PER_UNIT;
644 off <<= LOG2_BITS_PER_UNIT;
gimple-range-fold.cc 719 off <<= LOG2_BITS_PER_UNIT;
733 /* We could here instead adjust r by off >> LOG2_BITS_PER_UNIT
tree-predcom.cc 1765 boff >>= LOG2_BITS_PER_UNIT;
tree-ssa-alias.cc 1442 offset1 = (offset1 << LOG2_BITS_PER_UNIT) + bit_offset1;
1443 offset2 = (offset2 << LOG2_BITS_PER_UNIT) + bit_offset2;
2077 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT;
2154 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT;
2269 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT;
2270 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT;
3319 off1 <<= LOG2_BITS_PER_UNIT;
3322 off2 <<= LOG2_BITS_PER_UNIT;
vr-values.cc 421 off <<= LOG2_BITS_PER_UNIT;
gimple-ssa-store-merging.cc 397 boff <<= LOG2_BITS_PER_UNIT;
4904 poly_offset_int bit_off = byte_off << LOG2_BITS_PER_UNIT;
4911 bit_off = byte_off << LOG2_BITS_PER_UNIT;
4915 bit_off = byte_off << LOG2_BITS_PER_UNIT;
tree-ssa-sccvn.cc 945 + (wi::to_offset (bit_offset) >> LOG2_BITS_PER_UNIT));
1198 << LOG2_BITS_PER_UNIT);
1219 woffset <<= LOG2_BITS_PER_UNIT;
2875 << LOG2_BITS_PER_UNIT).to_shwi (&soff))
2890 << LOG2_BITS_PER_UNIT).to_shwi (&offset2))
2910 << LOG2_BITS_PER_UNIT)))
2914 wi::to_poly_offset (len) << LOG2_BITS_PER_UNIT))
2977 leni << LOG2_BITS_PER_UNIT))
2982 pd.size = leni << LOG2_BITS_PER_UNIT;
tree-ssa-structalias.cc 3310 off <<= LOG2_BITS_PER_UNIT;
expr.cc 7774 boff <<= LOG2_BITS_PER_UNIT;
7800 tem <<= LOG2_BITS_PER_UNIT;
tree.h 4845 #define LOG2_BITS_PER_UNIT 3
4847 #define LOG2_BITS_PER_UNIT 4
6393 return ((wi::to_offset (DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)

Completed in 104 milliseconds