Home
last modified time | relevance | path

Searched refs:new_lhs (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-forwprop.c802 tree new_offset, new_base, saved, new_lhs; in forward_propagate_addr_expr_1() local
822 new_lhs = unshare_expr (TREE_OPERAND (def_rhs, 0)); in forward_propagate_addr_expr_1()
823 *lhsp = new_lhs; in forward_propagate_addr_expr_1()
824 TREE_THIS_VOLATILE (new_lhs) = TREE_THIS_VOLATILE (lhs); in forward_propagate_addr_expr_1()
825 TREE_SIDE_EFFECTS (new_lhs) = TREE_SIDE_EFFECTS (lhs); in forward_propagate_addr_expr_1()
2402 tree new_lhs = build1 (REALPART_EXPR, in execute() local
2405 gimple *new_stmt = gimple_build_assign (new_lhs, rhs); in execute()
2415 new_lhs = build1 (IMAGPART_EXPR, in execute()
2418 gimple_assign_set_lhs (use_stmt, new_lhs); in execute()
H A Dtsan.c678 tree new_lhs = make_ssa_name (TREE_TYPE (t)); in instrument_builtin_call() local
679 gimple_call_set_lhs (stmt, new_lhs); in instrument_builtin_call()
681 g = gimple_build_assign (lhs, NE_EXPR, new_lhs, in instrument_builtin_call()
684 g = gimple_build_assign (lhs, NOP_EXPR, new_lhs); in instrument_builtin_call()
H A Dtree-ssa-reassoc.c1186 gimple_set_lhs (stmt, new_lhs); in make_new_ssa_for_def()
1191 tree repl = new_lhs; in make_new_ssa_for_def()
1200 new_lhs, op), in make_new_ssa_for_def()
1215 return new_lhs; in make_new_ssa_for_def()
4246 SET_USE (use_p, new_lhs); in maybe_optimize_range_tests()
5948 tree new_lhs = lhs; in reassociate_bb() local
6020 if (lhs != new_lhs) in reassociate_bb()
6022 target_ssa = new_lhs; in reassociate_bb()
6023 new_lhs = lhs; in reassociate_bb()
6038 if (lhs != new_lhs) in reassociate_bb()
[all …]
H A Dtree-ssa-ccp.c2927 tree new_lhs = make_ssa_name (TREE_TYPE (lhs)); in optimize_atomic_bit_test_and() local
2935 gimple_call_set_lhs (g, new_lhs); in optimize_atomic_bit_test_and()
2960 BIT_XOR_EXPR, new_lhs, in optimize_atomic_bit_test_and()
2963 new_lhs = gimple_assign_lhs (g); in optimize_atomic_bit_test_and()
2981 tree t = build2 (LSHIFT_EXPR, TREE_TYPE (lhs), new_lhs, bit); in optimize_atomic_bit_test_and()
3003 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_lhs) in optimize_atomic_bit_test_and()
3005 replace_uses_by (use_lhs, new_lhs); in optimize_atomic_bit_test_and()
H A Dtree-into-ssa.c1005 tree new_lhs; in insert_phi_nodes_for() local
1008 new_lhs = duplicate_ssa_name (var, NULL); in insert_phi_nodes_for()
1009 phi = create_phi_node (new_lhs, bb); in insert_phi_nodes_for()
1010 add_new_name_mapping (new_lhs, var); in insert_phi_nodes_for()
H A Ddse.c1707 rtx target, new_reg, new_lhs; in find_shift_sequence() local
1787 new_lhs = extract_low_bits (new_mode, store_mode, in find_shift_sequence()
1789 if (new_lhs == NULL_RTX) in find_shift_sequence()
1796 emit_move_insn (new_reg, new_lhs); in find_shift_sequence()
H A Dtree-sra.c5040 tree new_lhs, old_lhs = gimple_phi_result (phi); in ipa_sra_modify_function_body() local
5041 new_lhs = replace_removed_params_ssa_names (old_lhs, phi, adjustments); in ipa_sra_modify_function_body()
5042 if (new_lhs) in ipa_sra_modify_function_body()
5044 gimple_phi_set_result (phi, new_lhs); in ipa_sra_modify_function_body()
H A Dgimple-fold.c4939 tree new_lhs = maybe_fold_reference (lhs, true); in fold_stmt_1() local
4940 if (new_lhs) in fold_stmt_1()
4942 gimple_set_lhs (stmt, new_lhs); in fold_stmt_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c914 tree new_offset, new_base, saved, new_lhs; in forward_propagate_addr_expr_1() local
934 new_lhs = unshare_expr (TREE_OPERAND (def_rhs, 0)); in forward_propagate_addr_expr_1()
935 gimple_assign_set_lhs (use_stmt, new_lhs); in forward_propagate_addr_expr_1()
936 TREE_THIS_VOLATILE (new_lhs) = TREE_THIS_VOLATILE (lhs); in forward_propagate_addr_expr_1()
937 TREE_SIDE_EFFECTS (new_lhs) = TREE_SIDE_EFFECTS (lhs); in forward_propagate_addr_expr_1()
H A Dtree-into-ssa.c1107 tree new_lhs; in insert_phi_nodes_for() local
1112 new_lhs = duplicate_ssa_name (var, phi); in insert_phi_nodes_for()
1113 gimple_phi_set_result (phi, new_lhs); in insert_phi_nodes_for()
1114 add_new_name_mapping (new_lhs, var); in insert_phi_nodes_for()
H A Ddse.c1817 rtx target, new_reg, shift_seq, insn, new_lhs; in find_shift_sequence() local
1889 new_lhs = extract_low_bits (new_mode, store_mode, in find_shift_sequence()
1891 if (new_lhs == NULL_RTX) in find_shift_sequence()
1898 emit_move_insn (new_reg, new_lhs); in find_shift_sequence()
H A Dgimple-fold.c1297 tree new_lhs = maybe_fold_reference (lhs, true); in fold_stmt_1() local
1298 if (new_lhs) in fold_stmt_1()
1300 gimple_set_lhs (stmt, new_lhs); in fold_stmt_1()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c261 tree new_lhs = lhs; in c_finish_omp_atomic() local
310 rhs = build3_loc (loc, BIT_INSERT_EXPR, type, new_lhs, in c_finish_omp_atomic()