| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ra-debug.c | 659 unsigned int def1, def2; local 666 for (def1 = 0; def1 < num_webs; def1++) 670 if (def1 != def2 && TEST_BIT (igraph, igraph_index (def1, def2))) 674 if (SUBWEB_P (ID2WEB (def1))) 675 ra_debug_msg (DUMP_IGRAPH, "%d (SUBREG %d, %d) with ", def1, 676 ID2WEB (def1)->regno, 677 SUBREG_BYTE (ID2WEB (def1)->orig_x)); 679 ra_debug_msg (DUMP_IGRAPH, "%d (REG %d) with ", def1, 680 ID2WEB (def1)->regno);
|
| D | read-rtl.c | 418 def_name_eq_p (def1, def2) in def_name_eq_p() argument 419 const void *def1, *def2; in def_name_eq_p() 421 return ! strcmp (((const struct md_constant *) def1)->name,
|
| D | df.c | 3103 struct ref *def1; local 3121 def1 = df_bb_regno_first_def_find (df, bb, regno1); 3124 if (DF_INSN_LUID (df, DF_REF_INSN (def1))
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | mmhub_v2_3.c | 495 uint32_t def, data, def1, data1; in mmhub_v2_3_update_medium_grain_clock_gating() local 498 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2); in mmhub_v2_3_update_medium_grain_clock_gating() 521 if (def1 != data1) in mmhub_v2_3_update_medium_grain_clock_gating() 529 uint32_t def, data, def1, data1, def2, data2; in mmhub_v2_3_update_medium_grain_light_sleep() local 532 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_WR_CGTT_CLK_CTRL); in mmhub_v2_3_update_medium_grain_light_sleep() 563 if (def1 != data1) in mmhub_v2_3_update_medium_grain_light_sleep()
|
| D | mmhub_v2_0.c | 566 uint32_t def, data, def1, data1; in mmhub_v2_0_update_medium_grain_clock_gating() local 575 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2_Sienna_Cichlid); in mmhub_v2_0_update_medium_grain_clock_gating() 579 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2); in mmhub_v2_0_update_medium_grain_clock_gating() 608 if (def1 != data1) in mmhub_v2_0_update_medium_grain_clock_gating() 614 if (def1 != data1) in mmhub_v2_0_update_medium_grain_clock_gating()
|
| D | mmhub_v1_0.c | 452 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_0_update_medium_grain_clock_gating() local 457 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating() 460 def1 = data1 = RREG32_SOC15(MMHUB, 0, mmDAGB0_CNTL_MISC2_RV); in mmhub_v1_0_update_medium_grain_clock_gating() 501 if (def1 != data1) { in mmhub_v1_0_update_medium_grain_clock_gating()
|
| D | mmhub_v3_0.c | 547 uint32_t def1, data1, def2 = 0, data2 = 0; in mmhub_v3_0_update_medium_grain_clock_gating() 552 def1 = data1 = RREG32_SOC15(MMHUB, 0, regDAGB0_CNTL_MISC2); in mmhub_v3_0_update_medium_grain_clock_gating() 595 if (def1 != data1) in mmhub_v3_0_update_medium_grain_clock_gating()
|
| D | mmhub_v4_1_0.c | 551 uint32_t def1, data1, def2 = 0, data2 = 0; in mmhub_v4_1_0_update_medium_grain_clock_gating() local 555 def1 = data1 = RREG32_SOC15(MMHUB, 0, regDAGB0_CNTL_MISC2); in mmhub_v4_1_0_update_medium_grain_clock_gating() 582 if (def1 != data1) in mmhub_v4_1_0_update_medium_grain_clock_gating()
|
| D | mmhub_v1_7.c | 459 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_7_update_medium_grain_clock_gating() local 463 def1 = data1 = RREG32_SOC15(MMHUB, 0, regDAGB0_CNTL_MISC2); in mmhub_v1_7_update_medium_grain_clock_gating() 503 if (def1 != data1) in mmhub_v1_7_update_medium_grain_clock_gating()
|
| D | mmhub_v9_4.c | 562 uint32_t def, data, def1, data1; in mmhub_v9_4_update_medium_grain_clock_gating() local 581 def1 = data1 = RREG32_SOC15_OFFSET(MMHUB, 0, in mmhub_v9_4_update_medium_grain_clock_gating() 604 if (def1 != data1) in mmhub_v9_4_update_medium_grain_clock_gating()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-vectorizer.c | 1816 tree def_stmt, def1, def2; in vect_is_simple_reduction() local 1927 def1 = SSA_NAME_DEF_STMT (op1); in vect_is_simple_reduction() 1929 if (!def1 || !def2) in vect_is_simple_reduction() 1939 if (TREE_CODE (def1) == MODIFY_EXPR in vect_is_simple_reduction() 1940 && flow_bb_inside_loop_p (loop, bb_for_stmt (def1)) in vect_is_simple_reduction() 1952 && def1 == phi) in vect_is_simple_reduction()
|
| D | read-rtl.c | 722 leading_ptr_eq_p (const void *def1, const void *def2) in leading_ptr_eq_p() argument 724 return *(const void *const *) def1 == *(const void *const *) def2; in leading_ptr_eq_p() 1140 def_name_eq_p (const void *def1, const void *def2) in def_name_eq_p() argument 1142 return ! strcmp (*(const char *const *) def1, in def_name_eq_p()
|
| /openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/ |
| D | iceland_smumgr.c | 1857 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local 1890 def1 = defaults->bapmti_r; in iceland_populate_bapm_parameters_in_dpm_table() 1896 dpm_table->BAPMTI_R[i][j][k] = PP_HOST_TO_SMC_US(*def1); in iceland_populate_bapm_parameters_in_dpm_table() 1898 def1++; in iceland_populate_bapm_parameters_in_dpm_table()
|
| D | ci_smumgr.c | 723 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local 747 def1 = defaults->bapmti_r; in ci_populate_bapm_parameters_in_dpm_table() 753 dpm_table->BAPMTI_R[i][j][k] = PP_HOST_TO_SMC_US(*def1); in ci_populate_bapm_parameters_in_dpm_table() 755 def1++; in ci_populate_bapm_parameters_in_dpm_table()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | parse.y | 814 fn.def1 maybe_return_init function_body 816 | fn.def1 maybe_return_init function_try_block 818 | fn.def1 maybe_return_init error 857 fn.def1:
|
| D | ChangeLog | 3717 (fn.def1): Use it. 14430 * parse.y (fn.def1): Check for defining types in return types. 15951 * parse.y (frob_specs, fn.def1): Adjust. 16156 (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
|
| D | ChangeLog.2 | 17110 (fn.def1): Remove exception_specification_opt. 18836 (fn.def1): Use it. 18845 (fn.def1): Add nested_name_specifier type_name cases. 20674 * parse.y (fn.def1): Call split_specs_attrs in
|
| D | ChangeLog.1 | 406 * parse.y (fn.def1): Pass ATTRS into start_function instead of 2594 * parse.y (template_def, fndef, fn.def1, return_init, condition,
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | ci_dpm.c | 410 const u16 *def1; in ci_populate_bapm_parameters_in_dpm_table() local 432 def1 = pt_defaults->bapmti_r; in ci_populate_bapm_parameters_in_dpm_table() 438 dpm_table->BAPMTI_R[i][j][k] = cpu_to_be16(*def1); in ci_populate_bapm_parameters_in_dpm_table() 440 def1++; in ci_populate_bapm_parameters_in_dpm_table()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog-1995 | 349 * parse.y (fn.def1): Call split_specs_attrs in 757 * parse.y (fn.def1): Pass ATTRS into start_function instead of 2945 * parse.y (template_def, fndef, fn.def1, return_init, condition,
|
| D | ChangeLog-1996 | 832 (fn.def1): Remove exception_specification_opt. 2558 (fn.def1): Use it. 2567 (fn.def1): Add nested_name_specifier type_name cases.
|
| D | ChangeLog-2000 | 4558 * parse.y (fn.def1): Check for defining types in return types. 6079 * parse.y (frob_specs, fn.def1): Adjust. 6284 (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
|
| D | ChangeLog-2002 | 2314 (fn.def1): Use it.
|