Home
last modified time | relevance | path

Searched refs:new_target (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-pragma.c997 tree new_target = target_option_default_node; in handle_pragma_reset_options() local
1006 if (new_target != target_option_current_node) in handle_pragma_reset_options()
1008 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target); in handle_pragma_reset_options()
1009 target_option_current_node = new_target; in handle_pragma_reset_options()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c424 basic_block new_target = NULL; in try_forward_edges() local
431 new_target = single_succ (target); in try_forward_edges()
432 if (target == new_target) in try_forward_edges()
444 new_target = NULL; in try_forward_edges()
461 new_target = NULL; in try_forward_edges()
508 new_target = t->dest; in try_forward_edges()
513 if (!new_target) in try_forward_edges()
520 || BB_PARTITION (first) == BB_PARTITION (new_target)) in try_forward_edges()
522 target = new_target; in try_forward_edges()
H A Dipa-prop.c3268 tree new_target = builtin_decl_implicit (BUILT_IN_UNREACHABLE); in ipa_impossible_devirt_target() local
3269 cgraph_node::get_create (new_target); in ipa_impossible_devirt_target()
3270 return new_target; in ipa_impossible_devirt_target()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.c1083 tree new_target = target_option_default_node; in handle_pragma_reset_options() local
1092 if (new_target != target_option_current_node) in handle_pragma_reset_options()
1094 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target); in handle_pragma_reset_options()
1095 target_option_current_node = new_target; in handle_pragma_reset_options()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgcleanup.c467 basic_block new_target = NULL; in try_forward_edges() local
476 new_target = single_succ (target); in try_forward_edges()
477 if (target == new_target) in try_forward_edges()
487 new_target = NULL; in try_forward_edges()
503 new_target = NULL; in try_forward_edges()
547 new_target = t->dest; in try_forward_edges()
552 if (!new_target) in try_forward_edges()
556 target = new_target; in try_forward_edges()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c3995 struct cam_et *new_target; in xpt_compile_path() local
3997 new_target = xpt_alloc_target(bus, target_id); in xpt_compile_path()
3998 if (new_target == NULL) { in xpt_compile_path()
4001 target = new_target; in xpt_compile_path()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c5587 tree new_target, new_optimize; in ix86_valid_target_attribute_p() local
5627 else if (fndecl && new_target) in ix86_valid_target_attribute_p()
32304 gcc_assert (new_target); in get_builtin_code_for_version()
32306 if (new_target->arch_specified && new_target->arch > 0) in get_builtin_code_for_version()
32308 switch (new_target->arch) in get_builtin_code_for_version()
42948 rtx new_target; in ix86_expand_vector_init_one_nonzero() local
43050 new_target = gen_reg_rtx (mode); in ix86_expand_vector_init_one_nonzero()
43052 new_target = target; in ix86_expand_vector_init_one_nonzero()
43065 emit_insn (gen_sse2_pshufd_1 (new_target, new_target, in ix86_expand_vector_init_one_nonzero()
43070 if (target != new_target) in ix86_expand_vector_init_one_nonzero()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c4425 tree new_target, new_optimize; in ix86_valid_target_attribute_p() local
4440 if (!new_target) in ix86_valid_target_attribute_p()
33203 rtx new_target; in ix86_expand_vector_init_one_nonzero() local
33272 new_target = gen_reg_rtx (mode); in ix86_expand_vector_init_one_nonzero()
33274 new_target = target; in ix86_expand_vector_init_one_nonzero()
33287 emit_insn (gen_sse2_pshufd_1 (new_target, new_target, in ix86_expand_vector_init_one_nonzero()
33292 if (target != new_target) in ix86_expand_vector_init_one_nonzero()
33293 emit_move_insn (target, new_target); in ix86_expand_vector_init_one_nonzero()
33305 tmp = new_target; in ix86_expand_vector_init_one_nonzero()
33318 else if (target != new_target) in ix86_expand_vector_init_one_nonzero()
[all …]