/openbsd/gnu/gcc/gcc/ |
H A D | df-problems.c | 357 if (bb_info) in df_ru_free_bb_info() 627 bitmap_copy (bb_info->in, bb_info->gen); in df_ru_init_solution() 726 if (bb_info) in df_ru_free() 897 if (bb_info) in df_rd_free_bb_info() 1152 bitmap_copy (bb_info->out, bb_info->gen); in df_rd_init_solution() 1401 if (bb_info) in df_lr_free_bb_info() 1629 bitmap_copy (bb_info->in, bb_info->use); in df_lr_init() 1815 if (bb_info) in df_ur_free_bb_info() 1965 bitmap_copy (bb_info->out, bb_info->gen); in df_ur_init() 2188 if (bb_info) in df_urec_free_bb_info() [all …]
|
H A D | df-scan.c | 191 if (bb_info) in df_scan_free_bb_info() 256 if (!bb_info) in df_scan_alloc() 548 struct df_scan_bb_info *bb_info; in df_ref_create() local 556 if (!bb_info) in df_ref_create() 721 struct df_scan_bb_info *bb_info in df_ref_remove() local 723 bb_info->artificial_defs in df_ref_remove() 737 struct df_scan_bb_info *bb_info in df_ref_remove() local 739 bb_info->artificial_uses in df_ref_remove() 831 struct df_scan_bb_info *bb_info in df_bb_refs_delete() local 845 if (bb_info) in df_bb_refs_delete() [all …]
|
H A D | global.c | 2044 struct bb_info struct 2075 struct bb_info *bb_info; in allocate_bb_info() local 2085 bb_info = bb->aux; in allocate_bb_info() 2114 struct bb_info *bb_info = BB_INFO (bb); in mark_reg_change() local 2236 struct bb_info *bb_info = BB_INFO (bb); in mark_reg_use_for_earlyclobber() local 2361 struct bb_info *bb_info; in calculate_reg_pav() local 2365 bb_info = BB_INFO (bb); in calculate_reg_pav() 2414 struct bb_info *bb_info; in modify_reg_pav() local 2438 bb_info = BB_INFO (bb); in modify_reg_pav() 2445 bitmap_ior_into (bb_info->live_pavin, bb_info->earlyclobber); in modify_reg_pav() [all …]
|
H A D | mode-switching.c | 81 struct bb_info struct 94 static void add_seginfo (struct bb_info *, struct seginfo *); argument 121 add_seginfo (struct bb_info *head, struct seginfo *info) in add_seginfo() 397 struct bb_info *bb_info[N_ENTITIES]; in optimize_mode_switching() local 417 bb_info[n_entities] in optimize_mode_switching() 418 = XCNEWVEC (struct bb_info, last_basic_block + entry_exit_extra); in optimize_mode_switching() 446 struct bb_info *info = bb_info[j]; in optimize_mode_switching() 553 struct bb_info *info = bb_info[j]; in optimize_mode_switching() 627 bb_info[j][bb->index].seginfo->mode = no_mode; in optimize_mode_switching() 645 for (ptr = bb_info[j][bb->index].seginfo; ptr; ptr = next) in optimize_mode_switching() [all …]
|
H A D | ddg.c | 228 struct df_ru_bb_info *bb_info = DF_RU_BB_INFO (df, g->bb); in add_deps_for_def() local 238 if (bitmap_bit_p (bb_info->gen, r_use->ref->id)) in add_deps_for_def() 288 struct df_rd_bb_info *bb_info; in add_deps_for_use() local 290 bb_info = DF_RD_BB_INFO (df, g->bb); in add_deps_for_use() 307 if (! bitmap_bit_p (bb_info->gen, first_def->id)) in add_deps_for_use()
|
H A D | profile.c | 87 struct bb_info { struct 96 #define BB_INFO(b) ((struct bb_info *) (b)->aux) argument 293 alloc_aux_for_blocks (sizeof (struct bb_info)); in compute_branch_probabilities() 379 struct bb_info *bi = BB_INFO (bb); in compute_branch_probabilities()
|
H A D | cfgrtl.c | 1752 basic_block *bb_info; in rtl_verify_flow_info_1() local 1757 bb_info = XCNEWVEC (basic_block, max_uid); in rtl_verify_flow_info_1() 1789 if (bb_info[INSN_UID (x)] != NULL) in rtl_verify_flow_info_1() 1792 INSN_UID (x), bb->index, bb_info[INSN_UID (x)]->index); in rtl_verify_flow_info_1() 1796 bb_info[INSN_UID (x)] = bb; in rtl_verify_flow_info_1() 1976 free (bb_info); in rtl_verify_flow_info_1()
|
H A D | df-core.c | 862 void *bb_info) in df_set_bb_info() argument 864 dflow->block_info[index] = bb_info; in df_set_bb_info()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | df.c | 413 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 465 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1472 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1552 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1674 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1741 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1809 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 1867 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 3063 struct bb_info *bb_info = DF_BB_INFO (df, bb); local 3081 struct bb_info *bb_info = DF_BB_INFO (df, bb); local [all …]
|
H A D | lcm.c | 872 struct bb_info struct 922 struct bb_info *head; in add_seginfo() 1022 struct bb_info *bb_info[N_ENTITIES]; local 1042 bb_info[n_entities] 1044 sizeof **bb_info); 1089 struct bb_info *info = bb_info[j]; 1176 struct bb_info *info = bb_info[j]; 1260 bb_info[j][src_bb->index].computing = mode; 1275 bb_info[j][bb->index].seginfo->mode = no_mode; 1291 for (ptr = bb_info[j][bb->index].seginfo; ptr; ptr = next) [all …]
|
H A D | gcov.c | 126 struct bb_info struct 157 struct bb_info *bb_graph; argument 262 static void init_arc PARAMS ((struct adj_list *, int, int, struct bb_info *)); 269 static void calculate_branch_probs PARAMS ((struct bb_info *, 546 struct bb_info *bb_graph; 720 struct bb_info *bb_graph; 749 bb_graph = (struct bb_info *) xcalloc (num_blocks, sizeof (struct bb_info)); 831 struct bb_info *bb_graph; 1101 struct bb_info *block_ptr; in calculate_branch_probs() 1303 struct bb_info *block_ptr = NULL; /* current block ptr */
|
H A D | df.h | 104 struct bb_info struct 130 struct bb_info *bbs; /* Basic block table. */ argument
|
H A D | profile.c | 102 struct bb_info { struct 111 #define BB_INFO(b) ((struct bb_info *) (b)->aux) argument 434 alloc_aux_for_blocks (sizeof (struct bb_info)); in compute_branch_probabilities() 512 struct bb_info *bi = BB_INFO (bb); in compute_branch_probabilities()
|
H A D | cfgrtl.c | 1786 basic_block *bb_info, *last_visited; in verify_flow_info() local 1792 bb_info = (basic_block *) xcalloc (max_uid, sizeof (basic_block)); in verify_flow_info() 1842 if (bb_info[INSN_UID (x)] != NULL) in verify_flow_info() 1845 INSN_UID (x), bb->index, bb_info[INSN_UID (x)]->index); in verify_flow_info() 1849 bb_info[INSN_UID (x)] = bb; in verify_flow_info() 2154 if (!bb_info[INSN_UID (x)]) in verify_flow_info() 2194 free (bb_info); in verify_flow_info()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn302/ |
H A D | dcn302_fpu.c | 349 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn302_fpu_init_soc_bounding_box() argument 354 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 356 bb_info.dram_clock_change_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box() 358 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 360 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box() 362 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 364 bb_info.dram_sr_exit_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box()
|
H A D | dcn302_fpu.h | 29 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn303/ |
H A D | dcn303_fpu.c | 357 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn303_fpu_init_soc_bounding_box() argument 361 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 362 dcn3_03_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box() 364 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 365 dcn3_03_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box() 367 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 368 dcn3_03_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box()
|
H A D | dcn303_fpu.h | 30 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn301/ |
H A D | dcn301_fpu.c | 398 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn301_fpu_init_soc_bounding_box() argument 402 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 403 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box() 405 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 406 dcn3_01_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box() 408 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 409 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box()
|
H A D | dcn301_fpu.h | 35 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn321/ |
H A D | dcn321_fpu.c | 658 struct bp_soc_bb_info bb_info = {0}; in dcn321_update_bw_bounding_box_fpu() local 660 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn321_update_bw_bounding_box_fpu() 661 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 663 bb_info.dram_clock_change_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu() 665 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 667 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu() 669 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 671 bb_info.dram_sr_exit_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn30/ |
H A D | dcn30_fpu.c | 796 struct bp_soc_bb_info bb_info = {0}; in patch_dcn30_soc_bounding_box() local 798 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in patch_dcn30_soc_bounding_box() 799 if (bb_info.dram_clock_change_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 800 dcn3_0_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in patch_dcn30_soc_bounding_box() 802 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 803 dcn3_0_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in patch_dcn30_soc_bounding_box() 805 if (bb_info.dram_sr_exit_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 806 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in patch_dcn30_soc_bounding_box()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 971 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 974 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 977 dcn302_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 898 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 901 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 903 dcn303_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 2747 struct bp_soc_bb_info bb_info = {0}; in dcn32_update_bw_bounding_box_fpu() local 2749 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn32_update_bw_bounding_box_fpu() 2750 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 2752 bb_info.dram_clock_change_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 2754 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 2756 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 2758 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 2760 bb_info.dram_sr_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
|