HomeSort by: relevance | last modified time | path
    Searched defs:new_lhs (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-iterator.cc 993 tree new_lhs = copy_ssa_name (lhs); local
994 gimple_phi_set_result (phi, new_lhs);
996 add_phi_arg (new_phi, new_lhs, other_edge, UNKNOWN_LOCATION);
tsan.cc 693 tree new_lhs = make_ssa_name (TREE_TYPE (t)); local
694 gimple_call_set_lhs (stmt, new_lhs);
696 g = gimple_build_assign (lhs, NE_EXPR, new_lhs,
699 g = gimple_build_assign (lhs, NOP_EXPR, new_lhs);
ipa-param-manipulation.cc 2435 tree new_lhs, old_lhs = gimple_phi_result (phi); local
2436 new_lhs = replace_removed_params_ssa_names (old_lhs, phi);
2437 if (new_lhs)
2439 gimple_phi_set_result (phi, new_lhs);
dse.cc 1794 rtx target, new_reg, new_lhs;
1867 new_lhs = extract_low_bits (new_mode, store_mode,
1869 if (new_lhs == NULL_RTX)
1876 emit_move_insn (new_reg, new_lhs);
1792 rtx target, new_reg, new_lhs; local
tree-into-ssa.cc 1021 tree new_lhs; local
1024 new_lhs = duplicate_ssa_name (var, NULL);
1025 phi = create_phi_node (new_lhs, bb);
1026 add_new_name_mapping (new_lhs, var);
tree-ssa-ccp.cc 3885 tree new_lhs = make_ssa_name (TREE_TYPE (lhs)); local
3894 gimple_call_set_lhs (g, new_lhs);
3920 new_lhs = gimple_build (&stmts, BIT_XOR_EXPR, TREE_TYPE (lhs), new_lhs,
3937 tree t = build2 (LSHIFT_EXPR, TREE_TYPE (lhs), new_lhs, bit);
3959 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_lhs)
3961 replace_uses_by (use_lhs, new_lhs);
4099 tree new_lhs = make_ssa_name (boolean_type_node); local
4113 gimple_call_set_lhs (g, new_lhs);
4127 gimple_assign_set_rhs1 (use_stmt, new_lhs);
    [all...]
tree-ssa-forwprop.cc 747 tree new_offset, new_base, saved, new_lhs; local
767 new_lhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
768 *lhsp = new_lhs;
769 TREE_THIS_VOLATILE (new_lhs) = TREE_THIS_VOLATILE (lhs);
770 TREE_SIDE_EFFECTS (new_lhs) = TREE_SIDE_EFFECTS (lhs);
1665 tree new_lhs = make_ssa_name (TREE_TYPE (lhs2)); local
1666 gimple_call_set_lhs (stmt2, new_lhs);
1672 new_lhs);
1675 crhs1 = new_lhs;
1708 new_lhs = __atomic_add_fetch_8 (ptr, arg, 0)
3774 tree new_lhs = build1 (REALPART_EXPR, local
3871 tree new_lhs = build3 (BIT_FIELD_REF, local
    [all...]
tree-ssa-math-opts.cc 3823 tree new_lhs = gimple_assign_lhs (cast_stmt);
3826 || !new_lhs
3827 || !INTEGRAL_TYPE_P (TREE_TYPE (new_lhs))
3828 || TYPE_PRECISION (TREE_TYPE (new_lhs)) <= 1)
3830 lhs = new_lhs;
4454 tree new_lhs = (maxval || cast_stmt) ? make_ssa_name (type) : lhs; local
4458 g2 = gimple_build_assign (new_lhs, REALPART_EXPR,
4474 g2 = gimple_build_assign (lhs, NOP_EXPR, new_lhs);
4504 gimple_assign_set_rhs1 (use_stmt, new_lhs);
4506 TREE_TYPE (new_lhs)))
    [all...]
tree-vect-patterns.cc 774 tree new_lhs = vect_recog_temp_ssa_var (lhs_type, NULL); local
775 gassign *new_stmt2 = gimple_build_assign (new_lhs, NOP_EXPR, new_rhs);
1102 tree lhs, match[4], temp, type, new_lhs, op2; local
1133 new_lhs = vect_recog_temp_ssa_var (TREE_TYPE (lhs), NULL);
1134 pattern_stmt = gimple_build_assign (new_lhs, NOP_EXPR, temp);
2790 tree new_lhs = vect_recog_temp_ssa_var (boolean_type_node, NULL); local
2794 = gimple_build_assign (new_lhs, gimple_cond_code (cond_stmt),
2799 = gimple_build_cond (NE_EXPR, new_lhs,
2800 build_zero_cst (TREE_TYPE (new_lhs)),
5582 tree new_lhs = vect_recog_temp_ssa_var (boolean_type_node, NULL) local
    [all...]
tree-ssa-reassoc.cc 1253 tree new_lhs, new_debug_lhs = NULL_TREE; local
1256 new_lhs = make_ssa_name (TREE_TYPE (lhs));
1257 gimple_set_lhs (stmt, new_lhs);
1262 tree repl = new_lhs;
1271 new_lhs, op),
1283 return new_lhs;
5070 tree new_lhs = make_ssa_name (TREE_TYPE (lhs)); local
5079 g = gimple_build_assign (new_lhs, new_op);
5082 g = gimple_build_assign (new_lhs, rhs_code, new_op);
5094 SET_USE (use_p, new_lhs);
7136 tree new_lhs = lhs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tsan.cc 692 tree new_lhs = make_ssa_name (TREE_TYPE (t)); local
693 gimple_call_set_lhs (stmt, new_lhs);
695 g = gimple_build_assign (lhs, NE_EXPR, new_lhs,
698 g = gimple_build_assign (lhs, NOP_EXPR, new_lhs);
ipa-param-manipulation.cc 2273 tree new_lhs, old_lhs = gimple_phi_result (phi); local
2274 new_lhs = replace_removed_params_ssa_names (old_lhs, phi);
2275 if (new_lhs)
2277 gimple_phi_set_result (phi, new_lhs);
tree-into-ssa.cc 1010 tree new_lhs; local
1013 new_lhs = duplicate_ssa_name (var, NULL);
1014 phi = create_phi_node (new_lhs, bb);
1015 add_new_name_mapping (new_lhs, var);
dse.cc 1777 rtx target, new_reg, new_lhs;
1850 new_lhs = extract_low_bits (new_mode, store_mode,
1852 if (new_lhs == NULL_RTX)
1859 emit_move_insn (new_reg, new_lhs);
1775 rtx target, new_reg, new_lhs; local
tree-ssa-ccp.cc 3806 tree new_lhs = make_ssa_name (TREE_TYPE (lhs)); local
3815 gimple_call_set_lhs (g, new_lhs);
3841 new_lhs = gimple_build (&stmts, BIT_XOR_EXPR, TREE_TYPE (lhs), new_lhs,
3858 tree t = build2 (LSHIFT_EXPR, TREE_TYPE (lhs), new_lhs, bit);
3880 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_lhs)
3882 replace_uses_by (use_lhs, new_lhs);
4020 tree new_lhs = make_ssa_name (boolean_type_node); local
4034 gimple_call_set_lhs (g, new_lhs);
4048 gimple_assign_set_rhs1 (use_stmt, new_lhs);
    [all...]
tree-ssa-forwprop.cc 810 tree new_offset, new_base, saved, new_lhs; local
830 new_lhs = unshare_expr (TREE_OPERAND (def_rhs, 0));
831 *lhsp = new_lhs;
832 TREE_THIS_VOLATILE (new_lhs) = TREE_THIS_VOLATILE (lhs);
833 TREE_SIDE_EFFECTS (new_lhs) = TREE_SIDE_EFFECTS (lhs);
1657 tree new_lhs = make_ssa_name (TREE_TYPE (lhs2)); local
1658 gimple_call_set_lhs (stmt2, new_lhs);
1664 new_lhs);
1667 crhs1 = new_lhs;
1700 new_lhs = __atomic_add_fetch_8 (ptr, arg, 0)
3633 tree new_lhs = build1 (REALPART_EXPR, local
3695 tree new_lhs = build3 (BIT_FIELD_REF, local
    [all...]
tree-ssa-math-opts.cc 3609 tree new_lhs = gimple_assign_lhs (cast_stmt);
3612 || !new_lhs
3613 || !INTEGRAL_TYPE_P (TREE_TYPE (new_lhs))
3614 || TYPE_PRECISION (TREE_TYPE (new_lhs)) <= 1)
3616 lhs = new_lhs;
4223 tree new_lhs = (maxval || cast_stmt) ? make_ssa_name (type) : lhs; local
4227 g2 = gimple_build_assign (new_lhs, REALPART_EXPR,
4243 g2 = gimple_build_assign (lhs, NOP_EXPR, new_lhs);
4273 gimple_assign_set_rhs1 (use_stmt, new_lhs);
4275 TREE_TYPE (new_lhs)))
    [all...]
tree-vect-patterns.cc 749 tree new_lhs = vect_recog_temp_ssa_var (lhs_type, NULL); local
750 gassign *new_stmt2 = gimple_build_assign (new_lhs, NOP_EXPR, new_rhs);
1001 tree lhs, match[4], temp, type, new_lhs, op2; local
1032 new_lhs = vect_recog_temp_ssa_var (TREE_TYPE (lhs), NULL);
1033 pattern_stmt = gimple_build_assign (new_lhs, NOP_EXPR, temp);
tree-ssa-reassoc.cc 1249 tree new_lhs, new_debug_lhs = NULL_TREE; local
1252 new_lhs = make_ssa_name (TREE_TYPE (lhs));
1253 gimple_set_lhs (stmt, new_lhs);
1258 tree repl = new_lhs;
1267 new_lhs, op),
1279 return new_lhs;
5025 tree new_lhs = make_ssa_name (TREE_TYPE (lhs)); local
5034 g = gimple_build_assign (new_lhs, new_op);
5037 g = gimple_build_assign (new_lhs, rhs_code, new_op);
5049 SET_USE (use_p, new_lhs);
6809 tree new_lhs = lhs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 304 tree new_lhs = lhs; local
376 rhs = build3_loc (loc, BIT_INSERT_EXPR, type, new_lhs,
519 rhs = build3_loc (loc, COND_EXPR, type, rhs1, rhs, new_lhs);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 304 tree new_lhs = lhs; local
376 rhs = build3_loc (loc, BIT_INSERT_EXPR, type, new_lhs,
519 rhs = build3_loc (loc, COND_EXPR, type, rhs1, rhs, new_lhs);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 3704 tree new_lhs = make_ssa_name (gimple_call_return_type (stmt)); local
3705 gimple_assign_set_lhs (new_stmt, new_lhs);

Completed in 162 milliseconds