Home
last modified time | relevance | path

Searched refs:gimple_get_lhs (Results 1 – 25 of 117) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-query.cc48 name = gimple_get_lhs (stmt); in value_of_stmt()
50 gcc_checking_assert (!name || name == gimple_get_lhs (stmt)); in value_of_stmt()
69 name = gimple_get_lhs (stmt); in range_of_stmt()
71 gcc_checking_assert (!name || name == gimple_get_lhs (stmt)); in range_of_stmt()
127 name = gimple_get_lhs (stmt); in value_of_stmt()
129 gcc_checking_assert (!name || name == gimple_get_lhs (stmt)); in value_of_stmt()
H A Dtree-ssa-sink.cc300 && TYPE_MODE (TREE_TYPE (gimple_get_lhs (stmt))) == BLKmode)) in statement_sink_location()
332 && operand_equal_p (gimple_get_lhs (stmt), in statement_sink_location()
333 gimple_get_lhs (use_stmt), 0)) in statement_sink_location()
334 || stmt_kills_ref_p (use_stmt, gimple_get_lhs (stmt))) in statement_sink_location()
340 gimple_get_lhs (stmt))) in statement_sink_location()
H A Dtree-nrv.cc182 && gimple_get_lhs (stmt) == result) in execute()
217 tree addr = get_base_address (gimple_get_lhs (stmt)); in execute()
H A Dgimple-range-fold.cc542 gcc_checking_assert (!name || !gimple_get_lhs (s) || in fold_stmt()
543 name == gimple_get_lhs (s)); in fold_stmt()
546 name = gimple_get_lhs (s); in fold_stmt()
598 tree lhs = gimple_get_lhs (s); in range_of_range_op()
704 tree lhs = gimple_get_lhs (stmt); in range_of_address()
1362 tree lhs = gimple_get_lhs (s); in relation_fold_and_or()
H A Dtree-ssa-tail-merge.cc1157 lhs1 = gimple_get_lhs (s1); in gimple_equal_p()
1158 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
1171 lhs1 = gimple_get_lhs (s1); in gimple_equal_p()
1172 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
H A Dtree-vect-loop.cc3773 || (i != 1 && !has_single_use (gimple_get_lhs (stmt)))) in vect_is_simple_reduction()
5436 def = gimple_get_lhs (STMT_VINFO_VEC_STMTS (rdef_info)[0]); in vect_create_epilog_for_reduction()
5442 def = gimple_get_lhs (STMT_VINFO_VEC_STMTS (rdef_info)[j]); in vect_create_epilog_for_reduction()
5467 scalar_dest = gimple_get_lhs (orig_stmt_info->stmt); in vect_create_epilog_for_reduction()
6117 scalar_dest = gimple_get_lhs (scalar_stmt_info->stmt); in vect_create_epilog_for_reduction()
6160 orig_name = gimple_get_lhs (user); in vect_create_epilog_for_reduction()
7528 tree scalar_dest = gimple_get_lhs (stmt_info->stmt); in vect_transform_reduction()
7601 vec_oprnds0.safe_push (gimple_get_lhs (new_stmt)); in vect_transform_reduction()
7603 vec_oprnds1.safe_push (gimple_get_lhs (new_stmt)); in vect_transform_reduction()
7605 vec_oprnds2.safe_push (gimple_get_lhs (new_stmt)); in vect_transform_reduction()
[all …]
H A Dgimple-iterator.cc438 || gimple_get_lhs (orig_stmt) == gimple_get_lhs (stmt)); in gsi_replace()
H A Dgimple-range-fold.h65 tree lhs = gimple_get_lhs (s); in gimple_range_type()
H A Dtree-vect-patterns.cc734 tree lhs_type = TREE_TYPE (gimple_get_lhs (stmt2_info->stmt)); in vect_split_statement()
793 tree lhs = gimple_get_lhs (unprom->caster->stmt); in vect_convert_input()
892 tree lhs = gimple_get_lhs (pattern_stmt); in vect_convert_output()
1125 type = TREE_TYPE (gimple_get_lhs (last_stmt)); in vect_recog_dot_prod_pattern()
1254 tree sum_type = TREE_TYPE (gimple_get_lhs (last_stmt)); in vect_recog_sad_pattern()
1377 tree type = TREE_TYPE (gimple_get_lhs (last_stmt)); in vect_recog_widen_op_pattern()
1798 type = TREE_TYPE (gimple_get_lhs (last_stmt)); in vect_recog_widen_sum_pattern()
5160 tree lhs = gimple_get_lhs (stmt_info->stmt); in vect_determine_min_output_precision()
5402 tree lhs = gimple_get_lhs (stmt_info->stmt); in possible_vector_mask_operation_p()
5713 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
[all …]
H A Dgimplify-me.cc249 lhs = gimple_get_lhs (stmt); in gimple_regimplify_operands()
H A Dgimple-streamer-in.cc215 tree lhs = gimple_get_lhs (stmt); in input_gimple_stmt()
H A Dgimple.cc1871 gimple_get_lhs (const gimple *stmt) in gimple_get_lhs() function
3430 ASSERT_EQ (lhs, gimple_get_lhs (stmt)); in test_assign_single()
3460 ASSERT_EQ (lhs, gimple_get_lhs (stmt)); in test_assign_binop()
3476 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_nop_stmt()
3493 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_return_stmt()
3509 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_return_without_value()
H A Dtree-ssa-propagate.cc539 lhs = gimple_get_lhs (stmt); in stmt_makes_single_store()
813 tree lhs = gimple_get_lhs (stmt); in before_dom_children()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c297 && TYPE_MODE (TREE_TYPE (gimple_get_lhs (stmt))) == BLKmode)) in statement_sink_location()
329 && operand_equal_p (gimple_get_lhs (stmt), in statement_sink_location()
330 gimple_get_lhs (use_stmt), 0)) in statement_sink_location()
331 || stmt_kills_ref_p (use_stmt, gimple_get_lhs (stmt))) in statement_sink_location()
337 gimple_get_lhs (stmt))) in statement_sink_location()
H A Dtree-nrv.c182 && gimple_get_lhs (stmt) == result) in execute()
217 tree addr = get_base_address (gimple_get_lhs (stmt)); in execute()
H A Dtree-ssa-tail-merge.c1157 lhs1 = gimple_get_lhs (s1); in gimple_equal_p()
1158 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
1168 lhs1 = gimple_get_lhs (s1); in gimple_equal_p()
1169 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
H A Dgimple-iterator.c434 || gimple_get_lhs (orig_stmt) == gimple_get_lhs (stmt)); in gsi_replace()
H A Dipa-icf-gimple.c595 t1 = gimple_get_lhs (s1); in compare_gimple_call()
596 t2 = gimple_get_lhs (s2); in compare_gimple_call()
H A Dgimplify-me.c251 lhs = gimple_get_lhs (stmt); in gimple_regimplify_operands()
H A Dgimple-streamer-in.c215 tree lhs = gimple_get_lhs (stmt); in input_gimple_stmt()
H A Dtree-vect-slp.c812 lhs = gimple_get_lhs (stmt); in vect_build_slp_tree_1()
2785 tree lhs = gimple_get_lhs (vect_orig_stmt (stmt_info)->stmt); in vect_slp_convert_to_external()
3832 vec_oprnds->quick_push (gimple_get_lhs (vec_def_stmt_info->stmt)); in vect_get_slp_vect_defs()
4284 tree vect_lhs = gimple_get_lhs (child_stmt_info->stmt); in vectorize_slp_instance_root_stmt()
4285 tree root_lhs = gimple_get_lhs (instance->root_stmt->stmt); in vectorize_slp_instance_root_stmt()
4306 gimple_get_lhs (child_stmt_info->stmt)); in vectorize_slp_instance_root_stmt()
4308 tree lhs = gimple_get_lhs (instance->root_stmt->stmt); in vectorize_slp_instance_root_stmt()
4365 gimple_get_lhs (SLP_TREE_VEC_STMTS (slp_node)[j]->stmt), in vect_schedule_slp()
H A Dtree-ssa-ccp.c1956 val.value = build_int_cst (TREE_TYPE (gimple_get_lhs (stmt)), 0); in evaluate_stmt()
1966 val.value = build_int_cst (TREE_TYPE (gimple_get_lhs (stmt)), 0); in evaluate_stmt()
2060 && gimple_get_lhs (stmt) in evaluate_stmt()
2061 && TREE_CODE (gimple_get_lhs (stmt)) == SSA_NAME) in evaluate_stmt()
2063 tree lhs = gimple_get_lhs (stmt); in evaluate_stmt()
2463 tree lhs = gimple_get_lhs (stmt); in visit_assignment()
H A Dtree-ssa-math-opts.c2183 tree lhs = gimple_get_lhs (stmt); in execute()
2232 tree lhs = gimple_get_lhs (stmt); in execute()
2250 tree lhs = gimple_get_lhs (stmt); in execute()
2910 gimple_set_lhs (fma_stmt, gimple_get_lhs (use_stmt)); in convert_mult_to_fma_1()
3063 tree mul_result = gimple_get_lhs (mul_stmt);
3217 tree use_lhs = gimple_get_lhs (use_stmt); in FOR_EACH_IMM_USE_FAST()
H A Dgimple.c1792 gimple_get_lhs (const gimple *stmt) in gimple_get_lhs() function
3336 ASSERT_EQ (lhs, gimple_get_lhs (stmt)); in test_assign_single()
3366 ASSERT_EQ (lhs, gimple_get_lhs (stmt)); in test_assign_binop()
3382 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_nop_stmt()
3399 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_return_stmt()
3415 ASSERT_EQ (NULL, gimple_get_lhs (stmt)); in test_return_without_value()
H A Dtree-ssa-phiopt.c1796 lhs = gimple_get_lhs (popcount); in cond_removal_in_popcount_pattern()
1842 reset_flow_sensitive_info (gimple_get_lhs (cast)); in cond_removal_in_popcount_pattern()
1846 reset_flow_sensitive_info (gimple_get_lhs (popcount)); in cond_removal_in_popcount_pattern()
2518 then_lhs = gimple_get_lhs (then_store); in cond_if_else_store_replacement()
2529 else_lhs = gimple_get_lhs (else_store); in cond_if_else_store_replacement()

12345