Home
last modified time | relevance | path

Searched refs:def_stmt (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.c268 def_stmt)) in type_conversion_p()
275 if (!*def_stmt) in type_conversion_p()
2443 else if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_rotate_pattern()
2606 if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_vector_vector_shift_pattern()
3153 def_stmt in vect_recog_divmod_pattern()
3160 def_stmt in vect_recog_divmod_pattern()
3205 def_stmt in vect_recog_divmod_pattern()
3209 def_stmt in vect_recog_divmod_pattern()
3276 def_stmt in vect_recog_divmod_pattern()
3281 def_stmt in vect_recog_divmod_pattern()
[all …]
H A Dtree-vect-patterns.cc282 if (!*def_stmt) in type_conversion_p()
2798 else if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_rotate_pattern()
2961 if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_vector_vector_shift_pattern()
3487 def_stmt in vect_recog_divmod_pattern()
3510 def_stmt in vect_recog_divmod_pattern()
3517 def_stmt in vect_recog_divmod_pattern()
3562 def_stmt in vect_recog_divmod_pattern()
3566 def_stmt in vect_recog_divmod_pattern()
3633 def_stmt in vect_recog_divmod_pattern()
3638 def_stmt in vect_recog_divmod_pattern()
[all …]
H A Dgimple-ssa-isolate-paths.c452 gimple *def_stmt = SSA_NAME_DEF_STMT (exp); in is_addr_local() local
455 if (is_gimple_assign (def_stmt)) in is_addr_local()
470 ptr1 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
471 ptr2 = gimple_assign_rhs3 (def_stmt); in is_addr_local()
476 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
477 ptr2 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
484 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
509 tree fn = gimple_call_fndecl (def_stmt); in is_addr_local()
520 if (gimple_call_num_args (def_stmt) < 1) in is_addr_local()
549 gimple_call_arg (def_stmt, 0), in is_addr_local()
[all …]
H A Dgimple-ssa-isolate-paths.cc457 gimple *def_stmt = SSA_NAME_DEF_STMT (exp); in is_addr_local() local
460 if (is_gimple_assign (def_stmt)) in is_addr_local()
475 ptr1 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
476 ptr2 = gimple_assign_rhs3 (def_stmt); in is_addr_local()
481 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
482 ptr2 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
489 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
514 tree fn = gimple_call_fndecl (def_stmt); in is_addr_local()
525 if (gimple_call_num_args (def_stmt) < 1) in is_addr_local()
554 gimple_call_arg (def_stmt, 0), in is_addr_local()
[all …]
H A Dtree-ssa-phiprop.c170 gimple *def_stmt = SSA_NAME_DEF_STMT (old_arg); in phiprop_insert_phi() local
171 old_arg = gimple_assign_rhs1 (def_stmt); in phiprop_insert_phi()
172 locus = gimple_location (def_stmt); in phiprop_insert_phi()
293 gimple *def_stmt = SSA_NAME_DEF_STMT (arg); in propagate_with_phi() local
294 if (!gimple_assign_single_p (def_stmt)) in propagate_with_phi()
296 arg = gimple_assign_rhs1 (def_stmt); in propagate_with_phi()
324 gimple *def_stmt; in propagate_with_phi() local
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
358 && (gimple_bb (def_stmt) == bb in propagate_with_phi()
359 || (gimple_bb (def_stmt) in propagate_with_phi()
[all …]
H A Dtree-ssa-phiprop.cc170 gimple *def_stmt = SSA_NAME_DEF_STMT (old_arg); in phiprop_insert_phi() local
171 old_arg = gimple_assign_rhs1 (def_stmt); in phiprop_insert_phi()
172 locus = gimple_location (def_stmt); in phiprop_insert_phi()
293 gimple *def_stmt = SSA_NAME_DEF_STMT (arg); in propagate_with_phi() local
294 if (!gimple_assign_single_p (def_stmt)) in propagate_with_phi()
296 arg = gimple_assign_rhs1 (def_stmt); in propagate_with_phi()
324 gimple *def_stmt; in propagate_with_phi() local
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
358 && (gimple_bb (def_stmt) == bb in propagate_with_phi()
359 || (gimple_bb (def_stmt) in propagate_with_phi()
[all …]
H A Dtree-ssa-threadbackward.c671 gimple *def_stmt = SSA_NAME_DEF_STMT (name); in fsm_find_control_statement_thread_paths() local
672 basic_block def_bb = gimple_bb (def_stmt); in fsm_find_control_statement_thread_paths()
679 if (gimple_code (def_stmt) != GIMPLE_PHI in fsm_find_control_statement_thread_paths()
680 && gimple_code (def_stmt) != GIMPLE_ASSIGN) in fsm_find_control_statement_thread_paths()
683 if (gimple_code (def_stmt) == GIMPLE_PHI in fsm_find_control_statement_thread_paths()
684 && (gimple_phi_num_args (def_stmt) in fsm_find_control_statement_thread_paths()
688 if (is_gimple_assign (def_stmt) in fsm_find_control_statement_thread_paths()
689 && ! handle_assignment_p (def_stmt)) in fsm_find_control_statement_thread_paths()
699 if (loop_containing_stmt (def_stmt)->header == gimple_bb (def_stmt)) in fsm_find_control_statement_thread_paths()
724 if (gimple_code (def_stmt) == GIMPLE_PHI) in fsm_find_control_statement_thread_paths()
[all …]
H A Dgimple-predicate-analysis.cc1313 if (gimple_code (def_stmt) != GIMPLE_ASSIGN) in simplify_1()
1499 if (gimple_code (def_stmt) != GIMPLE_ASSIGN) in simplify_4()
1929 gimple *def_stmt = SSA_NAME_DEF_STMT (pred.pred_lhs); in normalize() local
1931 if (gimple_code (def_stmt) == GIMPLE_PHI in normalize()
1932 && is_degenerate_phi (def_stmt, &pred)) in normalize()
1937 unsigned n = gimple_phi_num_args (def_stmt); in normalize()
1943 tree op = gimple_phi_arg_def (def_stmt, i); in normalize()
1953 tree op = gimple_phi_arg_def (def_stmt, i); in normalize()
1960 else if (gimple_code (def_stmt) != GIMPLE_ASSIGN) in normalize()
2021 if (gimple_code (def_stmt) == GIMPLE_ASSIGN) in normalize()
[all …]
H A Dtree-ssa-uninit.cc454 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in check_defs() local
466 if (is_gimple_assign (def_stmt) in check_defs()
476 if (is_gimple_call (def_stmt)) in check_defs()
479 if (gimple_call_internal_p (def_stmt) in check_defs()
503 if (gimple_clobber_p (def_stmt)) in check_defs()
505 if (stmt_kills_ref_p (def_stmt, ref)) in check_defs()
510 if (builtin_call_nomodifying_p (def_stmt)) in check_defs()
637 if (is_gimple_call (def_stmt) in maybe_warn_operand()
638 && gimple_call_builtin_p (def_stmt)) in maybe_warn_operand()
650 if (!is_gimple_assign (def_stmt)) in maybe_warn_operand()
[all …]
H A Dtree-ssa-forwprop.c243 if (!is_gimple_assign (def_stmt)) in get_prop_source_stmt()
254 return def_stmt; in get_prop_source_stmt()
263 can_propagate_from (gimple *def_stmt) in can_propagate_from() argument
429 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
455 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
599 if (!def_stmt || !can_propagate_from (def_stmt)) in forward_propagate_into_cond()
2023 gimple *def_stmt; in simplify_bitfield_ref() local
2038 if (!def_stmt || !can_propagate_from (def_stmt)) in simplify_bitfield_ref()
2123 gimple *def_stmt; in simplify_permutation() local
2145 if (!def_stmt || !can_propagate_from (def_stmt)) in simplify_permutation()
[all …]
H A Dtree-ssa-forwprop.cc255 return def_stmt; in get_prop_source_stmt()
431 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
457 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
601 if (!def_stmt || !can_propagate_from (def_stmt)) in forward_propagate_into_cond()
2432 gimple *def_stmt; in simplify_bitfield_ref() local
2447 if (!def_stmt || !can_propagate_from (def_stmt)) in simplify_bitfield_ref()
2532 gimple *def_stmt = NULL; in simplify_permutation() local
2554 if (!def_stmt) in simplify_permutation()
2569 if (!def_stmt || !is_gimple_assign (def_stmt)) in simplify_permutation()
2756 if (!def_stmt) in get_bit_field_ref_def()
[all …]
H A Dtree-ssa-uninit.c207 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in check_defs() local
209 if (gimple_clobber_p (def_stmt)) in check_defs()
211 if (stmt_kills_ref_p (def_stmt, ref)) in check_defs()
1830 gimple *def_stmt; in simplify_preds_4() local
1846 def_stmt = SSA_NAME_DEF_STMT (z.pred_lhs); in simplify_preds_4()
2085 if (gimple_code (def_stmt) == GIMPLE_PHI in normalize_one_pred_1()
2086 && is_degenerated_phi (def_stmt, &pred)) in normalize_one_pred_1()
2091 n = gimple_phi_num_args (def_stmt); in normalize_one_pred_1()
2097 tree op = gimple_phi_arg_def (def_stmt, i); in normalize_one_pred_1()
2107 tree op = gimple_phi_arg_def (def_stmt, i); in normalize_one_pred_1()
[all …]
H A Dtree-ssa-dce.c490 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_aliased_reaching_defs_necessary_1() local
493 if (! gimple_clobber_p (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
497 if (gimple_has_lhs (def_stmt) in mark_aliased_reaching_defs_necessary_1()
534 gimple_bb (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
573 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_all_reaching_defs_necessary_1() local
580 gcc_assert (gimple_nop_p (def_stmt) in mark_all_reaching_defs_necessary_1()
587 && gimple_assign_single_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
596 if (is_gimple_call (def_stmt)) in mark_all_reaching_defs_necessary_1()
619 if (! gimple_clobber_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
883 gimple *def_stmt; in propagate_necessity() local
[all …]
H A Dtree-ssa-dce.cc485 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_aliased_reaching_defs_necessary_1() local
488 if (! gimple_clobber_p (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
492 if (gimple_has_lhs (def_stmt) in mark_aliased_reaching_defs_necessary_1()
529 gimple_bb (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
568 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_all_reaching_defs_necessary_1() local
575 gcc_assert (gimple_nop_p (def_stmt) in mark_all_reaching_defs_necessary_1()
576 || gimple_plf (def_stmt, STMT_NECESSARY)); in mark_all_reaching_defs_necessary_1()
582 && gimple_assign_single_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
617 if (! gimple_clobber_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
823 gcall *def_stmt; in propagate_necessity() local
[all …]
H A Dtree-ssa-dom.cc171 if (is_gimple_assign (def_stmt)) in derive_equivalences()
289 gimple_assign_rhs1 (def_stmt), in derive_equivalences()
290 gimple_assign_rhs2 (def_stmt)); in derive_equivalences()
303 tree rhs1 = gimple_assign_rhs1 (def_stmt); in derive_equivalences()
304 tree rhs2 = gimple_assign_rhs2 (def_stmt); in derive_equivalences()
319 gimple_assign_rhs1 (def_stmt), in derive_equivalences()
320 gimple_assign_rhs2 (def_stmt)); in derive_equivalences()
367 gimple_assign_rhs1 (def_stmt), in derive_equivalences()
368 gimple_assign_rhs2 (def_stmt)); in derive_equivalences()
2040 rhs = gimple_assign_rhs1 (def_stmt); in reduce_vector_comparison_to_scalar_comparison()
[all …]
H A Dgimple-ssa-evrp-analyze.c373 gimple *def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt() local
374 while (is_gimple_assign (def_stmt) in record_ranges_from_stmt()
375 && CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (def_stmt)) in record_ranges_from_stmt()
377 (gimple_assign_rhs1 (def_stmt)) == SSA_NAME in record_ranges_from_stmt()
379 (TREE_TYPE (gimple_assign_rhs1 (def_stmt)))) in record_ranges_from_stmt()
381 t = gimple_assign_rhs1 (def_stmt); in record_ranges_from_stmt()
382 def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt()
H A Dgimple-ssa-evrp-analyze.cc370 gimple *def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt() local
371 while (is_gimple_assign (def_stmt) in record_ranges_from_stmt()
372 && CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (def_stmt)) in record_ranges_from_stmt()
374 (gimple_assign_rhs1 (def_stmt)) == SSA_NAME in record_ranges_from_stmt()
376 (TREE_TYPE (gimple_assign_rhs1 (def_stmt)))) in record_ranges_from_stmt()
378 t = gimple_assign_rhs1 (def_stmt); in record_ranges_from_stmt()
379 def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c268 def_stmt)) in type_conversion_p()
275 if (!*def_stmt) in type_conversion_p()
2443 else if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_rotate_pattern()
2606 if (def_stmt && gimple_assign_cast_p (def_stmt)) in vect_recog_vector_vector_shift_pattern()
3153 def_stmt in vect_recog_divmod_pattern()
3160 def_stmt in vect_recog_divmod_pattern()
3205 def_stmt in vect_recog_divmod_pattern()
3209 def_stmt in vect_recog_divmod_pattern()
3276 def_stmt in vect_recog_divmod_pattern()
3281 def_stmt in vect_recog_divmod_pattern()
[all …]
H A Dgimple-ssa-isolate-paths.c452 gimple *def_stmt = SSA_NAME_DEF_STMT (exp); in is_addr_local() local
455 if (is_gimple_assign (def_stmt)) in is_addr_local()
470 ptr1 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
471 ptr2 = gimple_assign_rhs3 (def_stmt); in is_addr_local()
476 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
477 ptr2 = gimple_assign_rhs2 (def_stmt); in is_addr_local()
484 ptr1 = gimple_assign_rhs1 (def_stmt); in is_addr_local()
509 tree fn = gimple_call_fndecl (def_stmt); in is_addr_local()
520 if (gimple_call_num_args (def_stmt) < 1) in is_addr_local()
549 gimple_call_arg (def_stmt, 0), in is_addr_local()
[all …]
H A Dtree-ssa-phiprop.c170 gimple *def_stmt = SSA_NAME_DEF_STMT (old_arg); in phiprop_insert_phi() local
171 old_arg = gimple_assign_rhs1 (def_stmt); in phiprop_insert_phi()
172 locus = gimple_location (def_stmt); in phiprop_insert_phi()
293 gimple *def_stmt = SSA_NAME_DEF_STMT (arg); in propagate_with_phi() local
294 if (!gimple_assign_single_p (def_stmt)) in propagate_with_phi()
296 arg = gimple_assign_rhs1 (def_stmt); in propagate_with_phi()
324 gimple *def_stmt; in propagate_with_phi() local
356 def_stmt = SSA_NAME_DEF_STMT (vuse); in propagate_with_phi()
358 && (gimple_bb (def_stmt) == bb in propagate_with_phi()
359 || (gimple_bb (def_stmt) in propagate_with_phi()
[all …]
H A Dtree-ssa-threadbackward.c671 gimple *def_stmt = SSA_NAME_DEF_STMT (name); in fsm_find_control_statement_thread_paths() local
672 basic_block def_bb = gimple_bb (def_stmt); in fsm_find_control_statement_thread_paths()
679 if (gimple_code (def_stmt) != GIMPLE_PHI in fsm_find_control_statement_thread_paths()
680 && gimple_code (def_stmt) != GIMPLE_ASSIGN) in fsm_find_control_statement_thread_paths()
683 if (gimple_code (def_stmt) == GIMPLE_PHI in fsm_find_control_statement_thread_paths()
684 && (gimple_phi_num_args (def_stmt) in fsm_find_control_statement_thread_paths()
688 if (is_gimple_assign (def_stmt) in fsm_find_control_statement_thread_paths()
689 && ! handle_assignment_p (def_stmt)) in fsm_find_control_statement_thread_paths()
699 if (loop_containing_stmt (def_stmt)->header == gimple_bb (def_stmt)) in fsm_find_control_statement_thread_paths()
724 if (gimple_code (def_stmt) == GIMPLE_PHI) in fsm_find_control_statement_thread_paths()
[all …]
H A Dtree-ssa-forwprop.c243 if (!is_gimple_assign (def_stmt)) in get_prop_source_stmt()
254 return def_stmt; in get_prop_source_stmt()
263 can_propagate_from (gimple *def_stmt) in can_propagate_from() argument
429 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
455 if (def_stmt && can_propagate_from (def_stmt)) in forward_propagate_into_comparison_1()
599 if (!def_stmt || !can_propagate_from (def_stmt)) in forward_propagate_into_cond()
2023 gimple *def_stmt; in simplify_bitfield_ref() local
2038 if (!def_stmt || !can_propagate_from (def_stmt)) in simplify_bitfield_ref()
2123 gimple *def_stmt; in simplify_permutation() local
2145 if (!def_stmt || !can_propagate_from (def_stmt)) in simplify_permutation()
[all …]
H A Dtree-ssa-uninit.c207 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in check_defs() local
209 if (gimple_clobber_p (def_stmt)) in check_defs()
211 if (stmt_kills_ref_p (def_stmt, ref)) in check_defs()
1830 gimple *def_stmt; in simplify_preds_4() local
1846 def_stmt = SSA_NAME_DEF_STMT (z.pred_lhs); in simplify_preds_4()
2085 if (gimple_code (def_stmt) == GIMPLE_PHI in normalize_one_pred_1()
2086 && is_degenerated_phi (def_stmt, &pred)) in normalize_one_pred_1()
2091 n = gimple_phi_num_args (def_stmt); in normalize_one_pred_1()
2097 tree op = gimple_phi_arg_def (def_stmt, i); in normalize_one_pred_1()
2107 tree op = gimple_phi_arg_def (def_stmt, i); in normalize_one_pred_1()
[all …]
H A Dtree-ssa-dce.c490 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_aliased_reaching_defs_necessary_1() local
493 if (! gimple_clobber_p (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
497 if (gimple_has_lhs (def_stmt) in mark_aliased_reaching_defs_necessary_1()
534 gimple_bb (def_stmt)) in mark_aliased_reaching_defs_necessary_1()
573 gimple *def_stmt = SSA_NAME_DEF_STMT (vdef); in mark_all_reaching_defs_necessary_1() local
580 gcc_assert (gimple_nop_p (def_stmt) in mark_all_reaching_defs_necessary_1()
587 && gimple_assign_single_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
596 if (is_gimple_call (def_stmt)) in mark_all_reaching_defs_necessary_1()
619 if (! gimple_clobber_p (def_stmt)) in mark_all_reaching_defs_necessary_1()
883 gimple *def_stmt; in propagate_necessity() local
[all …]
H A Dgimple-ssa-evrp-analyze.c373 gimple *def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt() local
374 while (is_gimple_assign (def_stmt) in record_ranges_from_stmt()
375 && CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (def_stmt)) in record_ranges_from_stmt()
377 (gimple_assign_rhs1 (def_stmt)) == SSA_NAME in record_ranges_from_stmt()
379 (TREE_TYPE (gimple_assign_rhs1 (def_stmt)))) in record_ranges_from_stmt()
381 t = gimple_assign_rhs1 (def_stmt); in record_ranges_from_stmt()
382 def_stmt = SSA_NAME_DEF_STMT (t); in record_ranges_from_stmt()

12345678