/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | bitmap.h | 118 bitmap_copy(void *d, const void *s, u_int n) in bitmap_copy() function 142 bitmap_copy(d, src, n); in bitmap_to_arr32() 164 bitmap_copy(dst, s, n); in bitmap_from_arr32()
|
/openbsd/gnu/gcc/gcc/ |
H A D | df-problems.c | 627 bitmap_copy (bb_info->in, bb_info->gen); in df_ru_init_solution() 652 bitmap_copy (tmp, op2); in df_ru_confluence_n() 690 bitmap_copy (tmp, out); in df_ru_transfer_function() 1152 bitmap_copy (bb_info->out, bb_info->gen); in df_rd_init_solution() 1176 bitmap_copy (tmp, op2); in df_rd_confluence_n() 1214 bitmap_copy (tmp, in); in df_rd_transfer_function() 1629 bitmap_copy (bb_info->in, bb_info->use); in df_lr_init() 1645 bitmap_copy (op1, df->hardware_regs_used); in df_lr_confluence_0() 1965 bitmap_copy (bb_info->out, bb_info->gen); in df_ur_init() 2547 bitmap_copy (bb_info->out, bb_info->gen); in df_urec_init() [all …]
|
H A D | bt-load.c | 1089 bitmap_copy (combined_live_range, def->live_range); in combine_btr_defs() 1129 bitmap_copy (def->live_range, combined_live_range); in combine_btr_defs() 1177 bitmap_copy (def->live_range, live_range); in move_btr_def() 1312 bitmap_copy (live_range, def->live_range); in migrate_btr_def() 1371 bitmap_copy(live_range, def->live_range); in migrate_btr_def()
|
H A D | tree-ssanames.c | 277 bitmap_copy (new_ptr_info->pt_vars, ptr_info->pt_vars); in duplicate_ssa_name_ptr_info()
|
H A D | ipa-type-escape.c | 1714 bitmap_copy (bitmap_tmp, global_types_seen); in type_escape_execute() 1726 bitmap_copy (bitmap_tmp, global_types_exposed_parameter); in type_escape_execute() 1735 bitmap_copy (bitmap_tmp, global_types_full_escape); in type_escape_execute()
|
H A D | df-scan.c | 461 bitmap_copy (local_blocks_to_scan, blocks); in df_rescan_blocks() 474 bitmap_copy (blocks, local_blocks_to_scan); in df_rescan_blocks() 487 bitmap_copy (blocks_to_reset, local_blocks_to_scan); in df_rescan_blocks() 513 bitmap_copy (local_blocks_to_scan, df->blocks_to_analyze); in df_rescan_blocks()
|
H A D | bitmap.c | 389 bitmap_copy (bitmap to, bitmap from) in bitmap_copy() function 649 bitmap_copy (dst, a); in bitmap_and() 992 bitmap_copy (a, b); in bitmap_compl_and_into()
|
H A D | ipa-reference.c | 1114 bitmap_copy (node_g->statics_read, in static_execute() 1123 bitmap_copy (node_g->statics_written, in static_execute()
|
H A D | tree-object-size.c | 395 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size() 413 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size()
|
H A D | bitmap.h | 89 extern void bitmap_copy (bitmap, bitmap);
|
H A D | global.c | 2091 bitmap_copy (bb_info->live_pavin, init); in allocate_bb_info() 2092 bitmap_copy (bb_info->live_pavout, init); in allocate_bb_info() 2381 bitmap_copy (bb_live_pavout, temp_bitmap); in calculate_reg_pav()
|
H A D | tree-into-ssa.c | 993 bitmap_copy (phis, live_phis); in prune_unused_phi_nodes() 2779 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for() 2787 bitmap_copy (pruned_idf, idf); in insert_updated_phi_nodes_for()
|
H A D | tree-ssa-pre.c | 605 bitmap_copy (dest->expressions, orig->expressions); in bitmap_set_copy() 606 bitmap_copy (dest->values, orig->values); in bitmap_set_copy() 619 bitmap_copy (temp, dest->expressions); in bitmap_set_and() 640 bitmap_copy (temp, dest->expressions); in bitmap_set_and_compl()
|
H A D | tree-nested.c | 1143 bitmap_copy (new_suppress, info->suppress_expansion); in convert_nonlocal_omp_clauses() 1429 bitmap_copy (new_suppress, info->suppress_expansion); in convert_local_omp_clauses()
|
H A D | basic-block.h | 53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
|
H A D | df-core.c | 457 bitmap_copy (df->blocks_to_analyze, blocks); in df_set_blocks()
|
H A D | tree-ssa-dom.c | 2484 bitmap_copy (interesting_names1, interesting_names); in eliminate_degenerate_phis()
|
H A D | tree-ssa-live.c | 1429 bitmap_copy (live, live_on_exit (liveinfo, bb)); in build_tree_conflict_graph()
|
H A D | tree-ssa-structalias.c | 751 bitmap_copy (set, result); in solution_set_add() 769 bitmap_copy (tmp, from); in set_union_with_increment()
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 347 bitmap_copy(prange->bitmap_access, svms->bitmap_supported, in svm_range_new() 1046 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1047 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_split_adjust() 1638 bitmap_copy(ctx->bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 1664 bitmap_copy(ctx->bitmap, prange->bitmap_access, MAX_GPU_INSTANCE); in svm_range_validate_and_map() 2010 bitmap_copy(new->bitmap_access, old->bitmap_access, MAX_GPU_INSTANCE); in svm_range_clone() 2011 bitmap_copy(new->bitmap_aip, old->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_clone() 3368 bitmap_copy(bitmap, prange->bitmap_aip, MAX_GPU_INSTANCE); in svm_range_best_prefetch_location() 3725 bitmap_copy(bitmap_access, svms->bitmap_supported, in svm_range_get_attr() 3732 bitmap_copy(bitmap_access, svms->bitmap_supported, MAX_GPU_INSTANCE); in svm_range_get_attr() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | bitmap.h | 85 extern void bitmap_copy PARAMS ((bitmap, bitmap));
|
H A D | basic-block.h | 43 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
|
H A D | bitmap.c | 278 bitmap_copy (to, from) in bitmap_copy() function
|
H A D | df.c | 1475 bitmap_copy (ru, bb_info->ru_out); 1870 bitmap_copy (live, bb_info->lr_out); 3955 bitmap_copy (out[i], gen[i]); 3957 bitmap_copy (in[i], gen[i]);
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_power.c | 690 bitmap_copy(power_domains->async_put_domains[0].bits, in intel_display_power_put_async_work()
|