/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-profile.cc | 302 tree ref = tree_coverage_counter_ref (tag, 0), ref_ptr; in gimple_gen_interval_profiler() local 310 ref_ptr = force_gimple_operand_gsi (&gsi, in gimple_gen_interval_profiler() 315 ref_ptr, val, start, steps); in gimple_gen_interval_profiler() 328 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_pow2_profiler() local 332 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, in gimple_gen_pow2_profiler() 335 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val); in gimple_gen_pow2_profiler() 348 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_topn_values_profiler() local 352 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, in gimple_gen_topn_values_profiler() 355 call = gimple_build_call (tree_topn_values_profiler_fn, 2, ref_ptr, val); in gimple_gen_topn_values_profiler() 372 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_ic_profiler() local [all …]
|
H A D | df-scan.cc | 611 df_ref *ref_ptr; in df_install_ref_incremental() local 621 ref_ptr = &DF_INSN_DEFS (insn); in df_install_ref_incremental() 628 ref_ptr = &DF_INSN_EQ_USES (insn); in df_install_ref_incremental() 645 ref_ptr = &DF_INSN_USES (insn); in df_install_ref_incremental() 668 while (*ref_ptr && df_ref_compare (*ref_ptr, ref) < 0) in df_install_ref_incremental() 669 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); in df_install_ref_incremental() 671 DF_REF_NEXT_LOC (ref) = *ref_ptr; in df_install_ref_incremental() 672 *ref_ptr = ref; in df_install_ref_incremental() 1805 df_ref *ref_ptr; in df_ref_change_reg_with_loc_1() local 1834 ref_ptr = &insn_info->defs; in df_ref_change_reg_with_loc_1() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-profile.c | 299 tree ref = tree_coverage_counter_ref (tag, 0), ref_ptr; in gimple_gen_interval_profiler() local 307 ref_ptr = force_gimple_operand_gsi (&gsi, in gimple_gen_interval_profiler() 312 ref_ptr, val, start, steps); in gimple_gen_interval_profiler() 325 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_pow2_profiler() local 329 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, in gimple_gen_pow2_profiler() 332 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val); in gimple_gen_pow2_profiler() 345 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_topn_values_profiler() local 349 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, in gimple_gen_topn_values_profiler() 352 call = gimple_build_call (tree_topn_values_profiler_fn, 2, ref_ptr, val); in gimple_gen_topn_values_profiler() 369 tree ref_ptr = tree_coverage_counter_addr (tag, 0); in gimple_gen_ic_profiler() local [all …]
|
H A D | df-scan.c | 611 df_ref *ref_ptr; in df_install_ref_incremental() local 621 ref_ptr = &DF_INSN_DEFS (insn); in df_install_ref_incremental() 628 ref_ptr = &DF_INSN_EQ_USES (insn); in df_install_ref_incremental() 645 ref_ptr = &DF_INSN_USES (insn); in df_install_ref_incremental() 668 while (*ref_ptr && df_ref_compare (*ref_ptr, ref) < 0) in df_install_ref_incremental() 669 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); in df_install_ref_incremental() 671 DF_REF_NEXT_LOC (ref) = *ref_ptr; in df_install_ref_incremental() 672 *ref_ptr = ref; in df_install_ref_incremental() 1803 df_ref *ref_ptr; in df_ref_change_reg_with_loc_1() local 1832 ref_ptr = &insn_info->defs; in df_ref_change_reg_with_loc_1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cpp | 85 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { in ref_ptr() function 92 atomic_uint32_t *ref = ref_ptr(cb); in UnrefClockBlock() 291 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 326 atomic_uint32_t *ref = ref_ptr(dst->tab_); in ReleaseStore() 330 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 448 atomic_store_relaxed(ref_ptr(tab_), 1); in Resize() 488 atomic_uint32_t *ref = ref_ptr(tab_); in IsShared() 536 return atomic_load_relaxed(ref_ptr(tab_)) == 1; in Cachable()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_clock.cc | 86 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { in ref_ptr() function 93 atomic_uint32_t *ref = ref_ptr(cb); in UnrefClockBlock() 263 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 301 atomic_uint32_t *ref = ref_ptr(dst->tab_); in ReleaseStore() 305 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 420 atomic_store_relaxed(ref_ptr(tab_), 1); in Resize() 460 atomic_uint32_t *ref = ref_ptr(tab_); in IsShared() 508 return atomic_load_relaxed(ref_ptr(tab_)) == 1; in Cachable()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_clock.cc | 84 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { in ref_ptr() function 91 atomic_uint32_t *ref = ref_ptr(cb); in UnrefClockBlock() 261 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 299 atomic_uint32_t *ref = ref_ptr(dst->tab_); in ReleaseStore() 303 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); in ReleaseStore() 418 atomic_store_relaxed(ref_ptr(tab_), 1); in Resize() 458 atomic_uint32_t *ref = ref_ptr(tab_); in IsShared() 506 return atomic_load_relaxed(ref_ptr(tab_)) == 1; in Cachable()
|
/netbsd-src/external/gpl3/gdb/dist/gdbsupport/ |
H A D | ChangeLog-2020-2021 | 442 * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2018 | 12385 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
|
H A D | ChangeLog-2020 | 7734 Adjust to gdb::ref_ptr.
|
H A D | ChangeLog-2019 | 14743 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
|
H A D | ChangeLog-2017 | 17958 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2018 | 12385 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
|
H A D | ChangeLog-2019 | 14743 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
|
H A D | ChangeLog-2017 | 17958 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 70144 …on ‘int ppc_linux_nat_target::num_memory_accesses(const std::vector<gdb::ref_ptr<value, value_ref_… 83525 I think it would be better to make use of gdb::ref_ptr to automate the 83529 first, I use gdb::ref_ptr to handle the reference counts. Then, 110115 wrapped in a ref_ptr that handles that for us in blocpy_dealloc.
|