Home
last modified time | relevance | path

Searched refs:newop (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-forwprop.c1790 gimple newop; in simplify_bitwise_binary() local
1792 newop = in simplify_bitwise_binary()
1797 tem = make_ssa_name (tem, newop); in simplify_bitwise_binary()
1798 gimple_assign_set_lhs (newop, tem); in simplify_bitwise_binary()
1799 gimple_set_location (newop, gimple_location (stmt)); in simplify_bitwise_binary()
1800 gsi_insert_before (gsi, newop, GSI_SAME_STMT); in simplify_bitwise_binary()
1823 gimple newop; in simplify_bitwise_binary() local
1826 newop = gimple_build_assign_with_ops (code, tem, def1_arg1, def2_arg1); in simplify_bitwise_binary()
1827 tem = make_ssa_name (tem, newop); in simplify_bitwise_binary()
1828 gimple_assign_set_lhs (newop, tem); in simplify_bitwise_binary()
[all …]
HDtree-ssa-pre.c1539 vn_reference_op_s newop = *operand; in phi_translate_1() local
1588 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME) in phi_translate_1()
1589 newop.opcode = TREE_CODE (op[0]); in phi_translate_1()
1590 newop.type = type; in phi_translate_1()
1591 newop.op0 = op[0]; in phi_translate_1()
1592 newop.op1 = op[1]; in phi_translate_1()
1593 newop.op2 = op[2]; in phi_translate_1()
1596 if (newop.opcode == ARRAY_REF in phi_translate_1()
1597 && newop.off == -1 in phi_translate_1()
1608 newop.off = off.low; in phi_translate_1()
[all …]
HDtree-vrp.c6825 gimple newop; in simplify_truth_ops_using_ranges() local
6827 newop = gimple_build_assign_with_ops (BIT_XOR_EXPR, tem, op0, op1); in simplify_truth_ops_using_ranges()
6828 tem = make_ssa_name (tem, newop); in simplify_truth_ops_using_ranges()
6829 gimple_assign_set_lhs (newop, tem); in simplify_truth_ops_using_ranges()
6830 gsi_insert_before (gsi, newop, GSI_SAME_STMT); in simplify_truth_ops_using_ranges()
6831 update_stmt (newop); in simplify_truth_ops_using_ranges()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-dse.c385 gassign *newop in increment_start_addr() local
389 gsi_insert_before (&gsi, newop, GSI_SAME_STMT); in increment_start_addr()
HDtree-ssa-pre.c1471 vn_reference_op_s newop = *operand; in phi_translate_1() local
1510 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME) in phi_translate_1()
1511 newop.opcode = TREE_CODE (op[0]); in phi_translate_1()
1512 newop.type = type; in phi_translate_1()
1513 newop.op0 = op[0]; in phi_translate_1()
1514 newop.op1 = op[1]; in phi_translate_1()
1515 newop.op2 = op[2]; in phi_translate_1()
1516 newoperands[i] = newop; in phi_translate_1()
HDgenmatch.c972 user_id *newop = new user_id ("<internal>"); in commutate() local
981 newop->substitutes.safe_push (subst); in commutate()
983 ne->operation = newop; in commutate()
986 for (unsigned j = 0; newop && j < for_vec.length (); ++j) in commutate()
990 for_vec[j].safe_push (newop); in commutate()
991 newop = NULL; in commutate()
HDvr-values.c3017 gassign *newop in simplify_truth_ops_using_ranges() local
3019 gsi_insert_before (gsi, newop, GSI_SAME_STMT); in simplify_truth_ops_using_ranges()