Home
last modified time | relevance | path

Searched refs:def2 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/usr.bin/make/unit-tests/
H A Ddep-var.exp11 Global: DEF2 = def2
17 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 1-${INDIRECT_1}-1 $$) undef1 def2
18 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 1-${INDIRECT_1}-1 $$) undef1 def2 a-def2-b
20 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 1-${INDIRECT_1}-1 $$) undef1 def2 a-def2-b 1-2-$INDIRECT_2-2-1
22 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 1-${INDIRECT_1}-1 $$) undef1 def2 a-def2-b 1-2-$INDIRECT_2-2-1 $)
26 def2
27 a-def2
[all...]
H A Ddep-var.mk58 DEF2= def2
83 undef1 def2 a-def2-b 1-2-$$INDIRECT_2-2-1 ${:U\$)}:
/netbsd-src/libexec/ld.elf_so/arch/mips/
H A Dmips_reloc.c371 const Elf_Sym *def2; in _rtld_relocate_nonplt_objects()
379 def2 = obj->symtab + ELF_R_SYM(rel->r_info); in _rtld_relocate_nonplt_objects()
386 obj->strtab + def2->st_name, in _rtld_relocate_nonplt_objects()
405 if (def2->st_info == in _rtld_relocate_nonplt_objects()
417 obj->strtab + def2->st_name, obj->path)); in _rtld_relocate_nonplt_objects()
353 const Elf_Sym *def2; _rtld_relocate_nonplt_objects() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiopt.c2689 gimple *def1, *def2; in hoist_adjacent_loads() local
2711 def2 = SSA_NAME_DEF_STMT (arg2); in hoist_adjacent_loads()
2713 if ((gimple_bb (def1) != bb1 || gimple_bb (def2) != bb2) in hoist_adjacent_loads()
2714 && (gimple_bb (def2) != bb1 || gimple_bb (def1) != bb2)) in hoist_adjacent_loads()
2725 || !gimple_assign_single_p (def2) in hoist_adjacent_loads()
2727 || gimple_has_volatile_ops (def2)) in hoist_adjacent_loads()
2731 ref2 = gimple_assign_rhs1 (def2); in hoist_adjacent_loads()
2766 std::swap (def1, def2); in hoist_adjacent_loads()
2770 bb_for_def2 = gimple_bb (def2); in hoist_adjacent_loads()
2798 || local_mem_dependence (def2, bb_for_def2)) in hoist_adjacent_loads()
[all …]
H A Dread-md.c67 leading_string_eq_p (const void *def1, const void *def2) in leading_string_eq_p() argument
70 *(const char *const *) def2) == 0; in leading_string_eq_p()
84 leading_ptr_eq_p (const void *def1, const void *def2) in leading_ptr_eq_p() argument
86 return *(const void *const *) def1 == *(const void *const *) def2; in leading_ptr_eq_p()
H A Dtree-vect-patterns.c2238 tree oprnd0, oprnd1, lhs, var, var1, var2, vectype, type, stype, def, def2; in vect_recog_rotate_pattern() local
2466 def2 = build_int_cst (stype, in vect_recog_rotate_pattern()
2475 def2 = vect_recog_temp_ssa_var (stype, NULL); in vect_recog_rotate_pattern()
2476 def_stmt = gimple_build_assign (def2, NEGATE_EXPR, def); in vect_recog_rotate_pattern()
2486 def2 = vect_recog_temp_ssa_var (stype, NULL); in vect_recog_rotate_pattern()
2488 def_stmt = gimple_build_assign (def2, BIT_AND_EXPR, in vect_recog_rotate_pattern()
2509 oprnd0, def2); in vect_recog_rotate_pattern()
H A Dtree-ssa-reassoc.c2143 gimple *def1, *def2; in eliminate_redundant_comparison() local
2169 def2 = SSA_NAME_DEF_STMT (oe->op); in eliminate_redundant_comparison()
2170 if (!is_gimple_assign (def2)) in eliminate_redundant_comparison()
2172 rcode = gimple_assign_rhs_code (def2); in eliminate_redundant_comparison()
2182 rcode, gimple_assign_rhs1 (def2), in eliminate_redundant_comparison()
2183 gimple_assign_rhs2 (def2)); in eliminate_redundant_comparison()
2187 rcode, gimple_assign_rhs1 (def2), in eliminate_redundant_comparison()
2188 gimple_assign_rhs2 (def2)); in eliminate_redundant_comparison()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.cc67 leading_string_eq_p (const void *def1, const void *def2) in leading_string_eq_p() argument
70 *(const char *const *) def2) == 0; in leading_string_eq_p()
84 leading_ptr_eq_p (const void *def1, const void *def2) in leading_ptr_eq_p() argument
86 return *(const void *const *) def1 == *(const void *const *) def2; in leading_ptr_eq_p()
H A Dtree-ssa-phiopt.cc3642 gimple *def1, *def2; in hoist_adjacent_loads() local
3664 def2 = SSA_NAME_DEF_STMT (arg2); in hoist_adjacent_loads()
3666 if ((gimple_bb (def1) != bb1 || gimple_bb (def2) != bb2) in hoist_adjacent_loads()
3667 && (gimple_bb (def2) != bb1 || gimple_bb (def1) != bb2)) in hoist_adjacent_loads()
3678 || !gimple_assign_single_p (def2) in hoist_adjacent_loads()
3680 || gimple_has_volatile_ops (def2)) in hoist_adjacent_loads()
3684 ref2 = gimple_assign_rhs1 (def2); in hoist_adjacent_loads()
3719 std::swap (def1, def2); in hoist_adjacent_loads()
3723 bb_for_def2 = gimple_bb (def2); in hoist_adjacent_loads()
3751 || local_mem_dependence (def2, bb_for_def2)) in hoist_adjacent_loads()
[all …]
H A Dtree-vect-patterns.cc2594 tree oprnd0, oprnd1, lhs, var, var1, var2, vectype, type, stype, def, def2; in vect_recog_rotate_pattern() local
2821 def2 = build_int_cst (stype, in vect_recog_rotate_pattern()
2830 def2 = vect_recog_temp_ssa_var (stype, NULL); in vect_recog_rotate_pattern()
2831 def_stmt = gimple_build_assign (def2, NEGATE_EXPR, def); in vect_recog_rotate_pattern()
2841 def2 = vect_recog_temp_ssa_var (stype, NULL); in vect_recog_rotate_pattern()
2843 def_stmt = gimple_build_assign (def2, BIT_AND_EXPR, in vect_recog_rotate_pattern()
2864 oprnd0, def2); in vect_recog_rotate_pattern()
H A Dtree-ssa-reassoc.cc2215 gimple *def1, *def2; in eliminate_redundant_comparison() local
2241 def2 = SSA_NAME_DEF_STMT (oe->op); in eliminate_redundant_comparison()
2242 if (!is_gimple_assign (def2)) in eliminate_redundant_comparison()
2244 rcode = gimple_assign_rhs_code (def2); in eliminate_redundant_comparison()
2254 rcode, gimple_assign_rhs1 (def2), in eliminate_redundant_comparison()
2255 gimple_assign_rhs2 (def2)); in eliminate_redundant_comparison()
2259 rcode, gimple_assign_rhs1 (def2), in eliminate_redundant_comparison()
2260 gimple_assign_rhs2 (def2)); in eliminate_redundant_comparison()
H A DChangeLog-201227322 Don't directly use def1/def2.
H A DChangeLog-201339075 (hoist_adjacent_loads): Don't optimize if either def1 or def2 have
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mmhub_v1_0.c442 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_0_update_medium_grain_clock_gating() local
448 def2 = data2 = RREG32_SOC15(MMHUB, 0, mmDAGB1_CNTL_MISC2); in mmhub_v1_0_update_medium_grain_clock_gating()
498 if (adev->asic_type != CHIP_RAVEN && def2 != data2) in mmhub_v1_0_update_medium_grain_clock_gating()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_iceland_smumgr.c1862 const uint16_t *def1, *def2; in iceland_populate_bapm_parameters_in_dpm_table() local
1896 def2 = defaults->bapmti_rc; in iceland_populate_bapm_parameters_in_dpm_table()
1902 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in iceland_populate_bapm_parameters_in_dpm_table()
1904 def2++; in iceland_populate_bapm_parameters_in_dpm_table()
H A Damdgpu_ci_smumgr.c726 const uint16_t *def1, *def2; in ci_populate_bapm_parameters_in_dpm_table() local
751 def2 = defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
757 dpm_table->BAPMTI_RC[i][j][k] = PP_HOST_TO_SMC_US(*def2); in ci_populate_bapm_parameters_in_dpm_table()
759 def2++; in ci_populate_bapm_parameters_in_dpm_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ci_dpm.c445 const u16 *def2; in ci_populate_bapm_parameters_in_dpm_table() local
467 def2 = pt_defaults->bapmti_rc; in ci_populate_bapm_parameters_in_dpm_table()
473 dpm_table->BAPMTI_RC[i][j][k] = cpu_to_be16(*def2); in ci_populate_bapm_parameters_in_dpm_table()
475 def2++; in ci_populate_bapm_parameters_in_dpm_table()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1997922 (fn.def2): Handle member template specializations.
1253 * parse.y (fn.def2): Add member templates.
H A DChangeLog-19943394 * 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 DChangeLog-20001106 * 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 DChangeLog-19981279 * 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 DChangeLog-1996833 (fn.def2): Likewise.
2531 (fn.def2): Likewise.
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dsha256.sum17634 ad3b4599d446270a9ed7c94256291e24b32551b8bed06f274b73fed9becac886 ld/testsuite/ld-cris/def2.d
/netbsd-src/external/gpl3/binutils/dist/
H A Dsha256.sum19134 ad3b4599d446270a9ed7c94256291e24b32551b8bed06f274b73fed9becac886 ld/testsuite/ld-cris/def2.d

12