| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra-debug.c | 659 unsigned int def1, def2; local 669 for (num2=0, def2 = 0; def2 < num_webs; def2++) 670 if (def1 != def2 && TEST_BIT (igraph, igraph_index (def1, def2))) 686 if (SUBWEB_P (ID2WEB (def2))) 687 ra_debug_msg (DUMP_IGRAPH, "%d(%d,%d) ", def2, ID2WEB (def2)->regno, 688 SUBREG_BYTE (ID2WEB (def2)->orig_x)); 690 ra_debug_msg (DUMP_IGRAPH, "%d(%d) ", def2, ID2WEB (def2)->regno); 1056 unsigned int def2; local 1063 for (def2 = 0; def2 < num_webs; def2++) 1064 if (TEST_BIT (igraph, igraph_index (web->id, def2)) && web->id != def2) [all …]
|
| H A 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() 422 ((const struct md_constant *) def2)->name);
|
| H A D | df.c | 1695 struct ref *def2 = def2_link->ref; local 1701 bitmap_set_bit (bb_info->rd_kill, DF_REF_ID (def2)); 1704 bitmap_clear_bit (bb_info->rd_gen, DF_REF_ID (def2)); 3105 struct ref *def2; local 3114 def2 = df_bb_regno_first_def_find (df, bb, regno2); 3117 if (DF_INSN_LUID (df, DF_REF_INSN (def2))
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vectorizer.c | 1816 tree def_stmt, def1, def2; in vect_is_simple_reduction() local 1928 def2 = SSA_NAME_DEF_STMT (op2); in vect_is_simple_reduction() 1929 if (!def1 || !def2) in vect_is_simple_reduction() 1941 && def2 == phi) in vect_is_simple_reduction() 1950 else if (TREE_CODE (def2) == MODIFY_EXPR in vect_is_simple_reduction() 1951 && flow_bb_inside_loop_p (loop, bb_for_stmt (def2)) in vect_is_simple_reduction()
|
| H A 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 1143 *(const char *const *) def2); in def_name_eq_p()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | mmhub_v3_0.c | 548 uint32_t def1, data1, def2 = 0, data2 = 0; in mmhub_v3_0_update_medium_grain_clock_gating() 554 def2 = data2 = RREG32_SOC15(MMHUB, 0, regDAGB1_CNTL_MISC2); in mmhub_v3_0_update_medium_grain_clock_gating() 599 if (def2 != data2) in mmhub_v3_0_update_medium_grain_clock_gating()
|
| H A D | mmhub_v2_3.c | 529 uint32_t def, data, def1, data1, def2, data2; in mmhub_v2_3_update_medium_grain_light_sleep() local 533 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB0_RD_CGTT_CLK_CTRL); in mmhub_v2_3_update_medium_grain_light_sleep() 565 if (def2 != data2) in mmhub_v2_3_update_medium_grain_light_sleep()
|
| H A 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 458 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating() 508 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
|
| H A 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 464 def2 = data2 = RREG32_SOC15(MMHUB, 0, regDAGB1_CNTL_MISC2); in mmhub_v1_7_update_medium_grain_clock_gating() 506 if (def2 != data2) in mmhub_v1_7_update_medium_grain_clock_gating()
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 1857 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local 1891 def2 = defaults->bapmti_rc; in iceland_populate_bapm_parameters_in_dpm_table() 1897 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in iceland_populate_bapm_parameters_in_dpm_table() 1899 def2++; in iceland_populate_bapm_parameters_in_dpm_table()
|
| H A D | ci_smumgr.c | 723 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local 748 def2 = defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table() 754 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in ci_populate_bapm_parameters_in_dpm_table() 756 def2++; in ci_populate_bapm_parameters_in_dpm_table()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | ci_dpm.c | 416 const u16 *def2; in ci_populate_bapm_parameters_in_dpm_table() local 438 def2 = pt_defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table() 444 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2); in ci_populate_bapm_parameters_in_dpm_table() 446 def2++; in ci_populate_bapm_parameters_in_dpm_table()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1997 | 922 (fn.def2): Handle member template specializations. 1253 * parse.y (fn.def2): Add member templates.
|
| H A D | ChangeLog-2000 | 1106 * parse.y (fn.def2): Likewise. 6082 (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them. 6231 (fn.def2): Call initial_deferred_type_access_control. 6284 (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
|
| H A D | ChangeLog-1994 | 3394 * parse.y (component_decl_1, fn.def2): Revert rules for 3396 (component_decl_1, fn.def2): Use $1 instead of $$, since $$ is being 3515 (fn.def2, component_decl): Support constructors with declmods again. 3558 * parse.y: Simplify fn.def2 and component_decl. Support 'enum
|
| H A D | ChangeLog-1998 | 1279 * parse.y (fn.def2): Fix 'attrs' format. 1446 * parse.y (fn.def2): Update start_method parameter list. 5862 * parse.y (component_decl_1, fn.def2): Remove member template case. 6813 (fn.def2): Likewise.
|
| H A D | ChangeLog-1996 | 833 (fn.def2): Likewise. 2531 (fn.def2): Likewise.
|
| H A D | ChangeLog-1995 | 522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.1 | 171 (component_decl): Make sure TRY and RETURN can come after fn.def2. 6834 * parse.y (component_decl_1, fn.def2): Revert rules for 6836 (component_decl_1, fn.def2): Use $1 instead of $$, since $$ is being 6955 (fn.def2, component_decl): Support constructors with declmods again. 6998 * parse.y: Simplify fn.def2 and component_decl. Support 'enum
|
| H A D | ChangeLog.2 | 8067 * parse.y (fn.def2): Fix 'attrs' format. 8234 * parse.y (fn.def2): Update start_method parameter list. 12650 * parse.y (component_decl_1, fn.def2): Remove member template case. 13601 (fn.def2): Likewise. 14597 (fn.def2): Handle member template specializations. 14924 * parse.y (fn.def2): Add member templates. 17111 (fn.def2): Likewise. 18809 (fn.def2): Likewise.
|
| H A D | ChangeLog | 10978 * parse.y (fn.def2): Likewise. 15954 (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them. 16103 (fn.def2): Call initial_deferred_type_access_control. 16156 (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | md5.sum | 5219 bd2d934b7debc19ede2cb90e437186e7 ld/testsuite/ld-cris/def2.d
|