Home
last modified time | relevance | path

Searched refs:bitmap_copy (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitmap.h118 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 Ddf-problems.c627 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 Dbt-load.c1089 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 Dtree-ssanames.c277 bitmap_copy (new_ptr_info->pt_vars, ptr_info->pt_vars); in duplicate_ssa_name_ptr_info()
H A Dipa-type-escape.c1714 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 Ddf-scan.c461 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 Dbitmap.c389 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 Dipa-reference.c1114 bitmap_copy (node_g->statics_read, in static_execute()
1123 bitmap_copy (node_g->statics_written, in static_execute()
H A Dtree-object-size.c395 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size()
413 bitmap_copy (reexamine, osi.reexamine); in compute_builtin_object_size()
H A Dbitmap.h89 extern void bitmap_copy (bitmap, bitmap);
H A Dglobal.c2091 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 Dtree-into-ssa.c993 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 Dtree-ssa-pre.c605 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 Dtree-nested.c1143 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 Dbasic-block.h53 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
H A Ddf-core.c457 bitmap_copy (df->blocks_to_analyze, blocks); in df_set_blocks()
H A Dtree-ssa-dom.c2484 bitmap_copy (interesting_names1, interesting_names); in eliminate_degenerate_phis()
H A Dtree-ssa-live.c1429 bitmap_copy (live, live_on_exit (liveinfo, bb)); in build_tree_conflict_graph()
H A Dtree-ssa-structalias.c751 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 Dkfd_svm.c347 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 Dbitmap.h85 extern void bitmap_copy PARAMS ((bitmap, bitmap));
H A Dbasic-block.h43 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
H A Dbitmap.c278 bitmap_copy (to, from) in bitmap_copy() function
H A Ddf.c1475 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 Dintel_display_power.c690 bitmap_copy(power_domains->async_put_domains[0].bits, in intel_display_power_put_async_work()

12