Home
last modified time | relevance | path

Searched refs:LOG2_BITS_PER_UNIT (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-dfa.c439 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
468 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
514 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
564 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
584 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
644 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT);
462 tem <<= LOG2_BITS_PER_UNIT;
508 woffset <<= LOG2_BITS_PER_UNIT;
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
569 woffset <<= LOG2_BITS_PER_UNIT;
629 off <<= LOG2_BITS_PER_UNIT;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1143 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1210 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1299 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1300 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2488 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2491 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2556 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2557 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2564 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT);
462 tem <<= LOG2_BITS_PER_UNIT;
508 woffset <<= LOG2_BITS_PER_UNIT;
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT;
569 woffset <<= LOG2_BITS_PER_UNIT;
629 off <<= LOG2_BITS_PER_UNIT;
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
549 * wi::to_offset (unit_size) << LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
569 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
629 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-dfa.c428 LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
456 tem = wi::lshift (tem, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
496 woffset = wi::lshift (woffset, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
573 off = wi::lshift (off, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1044 moff = wi::lshift (moff, LOG2_BITS_PER_UNIT); in indirect_ref_may_alias_decl_p()
1116 moff = wi::lshift (moff, LOG2_BITS_PER_UNIT); in indirect_ref_may_alias_decl_p()
1214 moff = wi::lshift (moff, LOG2_BITS_PER_UNIT); in indirect_refs_may_alias_p()
1220 moff = wi::lshift (moff, LOG2_BITS_PER_UNIT); in indirect_refs_may_alias_p()
2301 off1 = wi::lshift (off1, LOG2_BITS_PER_UNIT); in stmt_kills_ref_p()
2304 off2 = wi::lshift (off2, LOG2_BITS_PER_UNIT); in stmt_kills_ref_p()
2376 LOG2_BITS_PER_UNIT); in stmt_kills_ref_p()
2378 LOG2_BITS_PER_UNIT); in stmt_kills_ref_p()
2386 LOG2_BITS_PER_UNIT))) in stmt_kills_ref_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-dfa.c428 LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
456 tem = wi::lshift (tem, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
496 woffset = wi::lshift (woffset, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
573 off = wi::lshift (off, LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1142 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1209 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1298 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1299 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2472 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2537 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2538 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2545 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1142 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1209 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1298 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1299 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2472 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2537 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2538 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2545 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1142 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1209 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1298 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1299 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2472 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2537 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2538 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2545 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1142 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1209 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1298 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1299 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2472 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2537 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2538 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2545 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
H A Dtree-ssa-alias.c1142 poly_offset_int moff = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1209 doffset2 -= mem_ref_offset (dbase2) << LOG2_BITS_PER_UNIT; in indirect_ref_may_alias_decl_p()
1298 poly_offset_int moff1 = mem_ref_offset (base1) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
1299 poly_offset_int moff2 = mem_ref_offset (base2) << LOG2_BITS_PER_UNIT; in indirect_refs_may_alias_p()
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2472 off2 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2537 offset += mem_ref_offset (base) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2538 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2545 << LOG2_BITS_PER_UNIT)) in stmt_kills_ref_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-dfa.c433 << LOG2_BITS_PER_UNIT); in get_ref_base_and_extent()
462 tem <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
508 woffset <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()

12345678910>>...16