Home
last modified time | relevance | path

Searched refs:op0 (Results 1 – 25 of 186) sorted by relevance

12345678

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-fold.c153 tree op0, op1, op2, op3; in c_fully_fold_internal() local
263 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
282 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
353 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
461 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
471 if (op0 != orig_op0 in c_fully_fold_internal()
513 op0 = c_fully_fold_internal (op0, in_init, &op0_const, &op0_const_self, in c_fully_fold_internal()
559 op0 = c_fully_fold_internal (op0, in_init, &op0_const, &op0_const_self, in c_fully_fold_internal()
613 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
643 op0 = c_fully_fold_internal (op0, in_init, maybe_const_operands, in c_fully_fold_internal()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c490 op0 = simplify_gen_subreg (GET_MODE (x), op0, in simplify_replace_fn_rtx()
493 return op0 ? op0 : x; in simplify_replace_fn_rtx()
760 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation()
770 op0 = simplify_gen_unary (TRUNCATE, mode, op0, GET_MODE (op0)); in simplify_truncation()
2914 num_negated++, op0 = XEXP (op0, 0); in simplify_binary_operation_1()
4858 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation()
4892 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
4899 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
5030 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
5214 op0 = XEXP (op0, 0); in simplify_const_relational_operation()
[all …]
H A Dexpmed.c741 op0 = SUBREG_REG (op0); in store_bit_field_1()
1304 op0 = copy_rtx (op0); in store_fixed_bit_field_1()
1610 op0 = SUBREG_REG (op0); in extract_bit_field_1()
1625 op0 = flip_storage_order (mode, op0); in extract_bit_field_1()
1708 op0 = gen_lowpart (new_mode, op0); in extract_bit_field_1()
1763 op0 = gen_lowpart (imode, op0); in extract_bit_field_1()
1768 op0 = force_reg (imode, op0); in extract_bit_field_1()
2192 op0 = force_reg (mode, op0); in extract_fixed_bit_field_1()
3254 op0 = force_reg (mode, op0); in expand_mult_const()
3530 op0 = force_reg (GET_MODE (op0), op0); in expand_mult()
[all …]
H A Ddojump.c255 mode = TYPE_MODE (TREE_TYPE (op0)); in do_jump_1()
266 mode = TYPE_MODE (TREE_TYPE (op0)); in do_jump_1()
833 else if (op0 == const0_rtx) in do_jump_by_parts_equality_rtx()
865 rtx op0 = expand_normal (treeop0); in do_jump_by_parts_equality() local
996 std::swap (op0, op1); in do_compare_rtx_and_jump()
1004 op0, op1)) != 0) in do_compare_rtx_and_jump()
1018 op0 = XEXP (tem, 0); in do_compare_rtx_and_jump()
1098 std::swap (op0, op1); in do_compare_rtx_and_jump()
1189 rtx op0, op1; in do_compare_and_jump() local
1196 op0 = expand_normal (treeop0); in do_compare_and_jump()
[all …]
H A Dcfgexpand.c3646 if (op0 && op0 != error_mark_node) in expand_gimple_stmt_1()
4284 op0 = gen_rtx_MEM (BLKmode, op0); in expand_debug_expr()
4344 op0 = copy_rtx (op0); in expand_debug_expr()
4354 op0 = adjust_address_nv (op0, mode, 0); in expand_debug_expr()
4460 op0 = gen_rtx_MEM (mode, op0); in expand_debug_expr()
4485 op0 = gen_rtx_MEM (mode, op0); in expand_debug_expr()
4525 op0 = XEXP (op0, 0); in expand_debug_expr()
4569 op0 = copy_rtx (op0); in expand_debug_expr()
4571 op0 = shallow_copy_rtx (op0); in expand_debug_expr()
4920 if (!op0 || !MEM_P (op0)) in expand_debug_expr()
[all …]
H A Dtree-chrec.c262 if (op0 == chrec_known in chrec_fold_automatically_generated_operands()
278 tree op0, tree op1) in chrec_fold_plus_1() argument
288 (!chrec_contains_symbols_defined_in_loop (op0, CHREC_VARIABLE (op0))); in chrec_fold_plus_1()
309 op0, NULL), in chrec_fold_plus_1()
404 tree op0, in chrec_fold_plus() argument
429 tree op0, in chrec_fold_minus() argument
437 return op0; in chrec_fold_minus()
446 tree op0, in chrec_fold_multiply() argument
457 (!chrec_contains_symbols_defined_in_loop (op0, CHREC_VARIABLE (op0))); in chrec_fold_multiply()
473 return op0; in chrec_fold_multiply()
[all …]
H A Doptabs.c1224 op0 = force_reg (mode, op0); in expand_binop()
1422 return op0; in expand_binop()
1789 op0 = convert_to_mode (mode, op0, unsignedp); in expand_binop()
3219 if (op0 == target && REG_P (op0) in expand_abs()
3357 op0 = expand_unop (mode, abs_optab, op0, target, 0); in expand_copysign_absneg()
3376 op0 = expand_unop (mode, neg_optab, op0, target, 0); in expand_copysign_absneg()
3467 op0 = gen_lowpart (imode, op0); in expand_copysign_bit()
3469 op0 = expand_binop (imode, and_optab, op0, in expand_copysign_bit()
3510 op0 = simplify_unary_operation (ABS, mode, op0, mode); in expand_copysign()
3547 create_input_operand (&ops[1], op0, GET_MODE (op0)); in maybe_emit_unop_insn()
[all …]
H A Dvr-values.c844 set_value_range (&n_vr0, VR_RANGE, op0, op0, NULL); in extract_range_from_binary_expr()
894 tree op0, op1; in extract_range_from_cond_expr() local
2278 vr0 = (TREE_CODE (op0) == SSA_NAME) ? get_value_range (op0) : NULL; in vrp_evaluate_conditional_warnv_with_ops_using_ranges()
2337 op0 = op1; in vrp_evaluate_conditional_warnv_with_ops()
3012 ? NOP_EXPR : TREE_CODE (op0), op0); in simplify_truth_ops_using_ranges()
3058 op0min = op0; in simplify_div_or_mod_using_ranges()
3059 op0max = op0; in simplify_div_or_mod_using_ranges()
3313 op = op0; in simplify_bit_ops_using_ranges()
3333 op = op0; in simplify_bit_ops_using_ranges()
3520 op0, op1, vr); in simplify_cond_using_ranges_1()
[all …]
H A Dexpr.c10684 op0 = flip_storage_order (GET_MODE (op0), op0); in expand_expr_real_1()
10714 op0 = XEXP (op0, 0); in expand_expr_real_1()
10724 op0 = XEXP (op0, 1); in expand_expr_real_1()
10739 op0 = force_reg (mode2, op0); in expand_expr_real_1()
10804 op0 = copy_rtx (op0); in expand_expr_real_1()
10895 op0 = validize_mem (op0); in expand_expr_real_1()
10966 op0 = copy_rtx (op0); in expand_expr_real_1()
11103 op0 = copy_rtx (op0); in expand_expr_real_1()
11130 op0 = force_reg (GET_MODE (op0), op0); in expand_expr_real_1()
11137 op0 = force_reg (GET_MODE (op0), op0); in expand_expr_real_1()
[all …]
H A Dcombine.c6172 op1 = XEXP (op0, 1), op0 = XEXP (op0, 0); in combine_simplify_rtx()
6914 op0 = simplify_gen_binary (XOR, GET_MODE (op0), op0, in simplify_set()
8902 op0 = XEXP (op0, 0); in force_int_to_mode()
10414 && (op0 == IOR || op0 == XOR || op0 == PLUS)) in merge_outer_ops()
12225 op0 = XEXP (op0, 2); in simplify_comparison()
12250 op0 = XEXP (op0, 0); in simplify_comparison()
12259 op0 = XEXP (op0, 0); in simplify_comparison()
12270 op0 = XEXP (op0, 0); in simplify_comparison()
12289 op0 = XEXP (op0, 0); in simplify_comparison()
12298 op0 = XEXP (op0, 0); in simplify_comparison()
[all …]
H A Dfwprop.c492 op0 = XEXP (x, 0); in propagate_rtx_1()
502 op0 = XEXP (x, 0); in propagate_rtx_1()
513 op0 = XEXP (x, 0); in propagate_rtx_1()
515 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1); in propagate_rtx_1()
525 op0 = XEXP (x, 0); in propagate_rtx_1()
535 op_mode = GET_MODE (op0); in propagate_rtx_1()
543 op0 = XEXP (x, 0); in propagate_rtx_1()
556 op0 = XEXP (x, 0); in propagate_rtx_1()
562 op0 = new_op0 = targetm.delegitimize_address (op0); in propagate_rtx_1()
568 || new_op0 == op0 in propagate_rtx_1()
[all …]
H A Dtree-ssa-uncprop.c89 tree op0 = gimple_cond_lhs (stmt); in associate_equivalences_with_edges() local
95 if (TREE_CODE (op0) == SSA_NAME in associate_equivalences_with_edges()
97 && ssa_name_has_boolean_range (op0) in associate_equivalences_with_edges()
103 TREE_TYPE (op0)); in associate_equivalences_with_edges()
107 equivalency->lhs = op0; in associate_equivalences_with_edges()
114 equivalency->lhs = op0; in associate_equivalences_with_edges()
123 equivalency->lhs = op0; in associate_equivalences_with_edges()
130 equivalency->lhs = op0; in associate_equivalences_with_edges()
138 else if (TREE_CODE (op0) == SSA_NAME in associate_equivalences_with_edges()
148 if (HONOR_SIGNED_ZEROS (op0) in associate_equivalences_with_edges()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c180 tem = op0, op0 = op1, op1 = tem; in simplify_gen_binary()
486 return op0 ? op0 : x; in simplify_replace_fn_rtx()
1901 tem = op0, op0 = op1, op1 = tem; in simplify_binary_operation()
2615 num_negated++, op0 = XEXP (op0, 0); in simplify_binary_operation_1()
4237 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation()
4271 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
4278 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
4393 XEXP (op0, 0), XEXP (op0, 1)); in simplify_relational_operation_1()
4529 op0 = XEXP (op0, 0); in simplify_const_relational_operation()
4547 tem = op0, op0 = op1, op1 = tem; in simplify_const_relational_operation()
[all …]
H A Dexpmed.c386 op0 = SUBREG_REG (op0); in store_bit_field_1()
444 op0 = simplify_gen_subreg (fieldmode, op0, GET_MODE (op0), in store_bit_field_1()
473 op0 = shallow_copy_rtx (op0); in store_bit_field_1()
610 op0 = SUBREG_REG (op0); in store_bit_field_1()
1048 op0 = copy_rtx (op0); in store_fixed_bit_field()
1251 op0 = SUBREG_REG (op0); in extract_bit_field_1()
1536 op0 = copy_to_reg (op0); in extract_bit_field_1()
1889 op0 = force_reg (mode, op0); in extract_fixed_bit_field()
2948 op0 = force_reg (mode, op0); in expand_mult_const()
3201 op0 = force_reg (GET_MODE (op0), op0); in expand_mult()
[all …]
H A Dcfgexpand.c2124 if (op0 && op0 != error_mark_node) in expand_gimple_stmt_1()
2694 op0 = gen_rtx_MEM (BLKmode, op0); in expand_debug_expr()
2751 op0 = copy_rtx (op0); in expand_debug_expr()
2761 op0 = adjust_address_nv (op0, mode, 0); in expand_debug_expr()
2867 op0 = gen_rtx_MEM (mode, op0); in expand_debug_expr()
2896 op0 = gen_rtx_MEM (mode, op0); in expand_debug_expr()
2935 op0 = XEXP (op0, 0); in expand_debug_expr()
2982 op0 = copy_rtx (op0); in expand_debug_expr()
2984 op0 = shallow_copy_rtx (op0); in expand_debug_expr()
3325 if (!op0 || !MEM_P (op0)) in expand_debug_expr()
[all …]
H A Ddojump.c794 else if (op0 == const0_rtx) in do_jump_by_parts_equality_rtx()
823 rtx op0 = expand_normal (treeop0); in do_jump_by_parts_equality() local
956 tem = op0; in do_compare_rtx_and_jump()
957 op0 = op1; in do_compare_rtx_and_jump()
966 op0, op1))) in do_compare_rtx_and_jump()
979 op0 = XEXP (tem, 0); in do_compare_rtx_and_jump()
1058 tmp = op0; in do_compare_rtx_and_jump()
1059 op0 = op1; in do_compare_rtx_and_jump()
1154 rtx op0, op1; in do_compare_and_jump() local
1161 op0 = expand_normal (treeop0); in do_compare_and_jump()
[all …]
H A Dtree-chrec.c247 if (op0 == chrec_known in chrec_fold_automatically_generated_operands()
263 tree op0, tree op1) in chrec_fold_plus_1() argument
269 switch (TREE_CODE (op0)) in chrec_fold_plus_1()
348 tree op0, in chrec_fold_plus() argument
356 if (integer_zerop (op0)) in chrec_fold_plus()
373 tree op0, in chrec_fold_minus() argument
381 return op0; in chrec_fold_minus()
390 tree op0, in chrec_fold_multiply() argument
397 switch (TREE_CODE (op0)) in chrec_fold_multiply()
411 return op0; in chrec_fold_multiply()
[all …]
H A Dcombine.c5811 op1 = XEXP (op0, 1), op0 = XEXP (op0, 0); in combine_simplify_rtx()
8388 op0 = XEXP (op0, 0); in force_to_mode()
9829 && (op0 == IOR || op0 == XOR || op0 == PLUS)) in merge_outer_ops()
11318 op0 = XEXP (op0, 2); in simplify_comparison()
11343 op0 = XEXP (op0, 0); in simplify_comparison()
11352 op0 = XEXP (op0, 0); in simplify_comparison()
11363 op0 = XEXP (op0, 0); in simplify_comparison()
11382 op0 = XEXP (op0, 0); in simplify_comparison()
11391 op0 = XEXP (op0, 0); in simplify_comparison()
11404 op0 = XEXP (op0, 0); in simplify_comparison()
[all …]
H A Dexpr.c9756 op0 = XEXP (op0, 0); in expand_expr_real_1()
9764 op0 = XEXP (op0, 1); in expand_expr_real_1()
9839 op0 = copy_rtx (op0); in expand_expr_real_1()
9923 op0 = validize_mem (op0); in expand_expr_real_1()
9939 op0 = expand_shift (LSHIFT_EXPR, GET_MODE (op0), op0, in expand_expr_real_1()
9988 op0 = copy_rtx (op0); in expand_expr_real_1()
10094 op0 = copy_rtx (op0); in expand_expr_real_1()
10120 op0 = force_reg (GET_MODE (op0), op0); in expand_expr_real_1()
10127 op0 = force_reg (GET_MODE (op0), op0); in expand_expr_real_1()
10133 op0 = convert_modes (mode, GET_MODE (op0), op0, in expand_expr_real_1()
[all …]
H A Dtree-ssa-sccvn.c405 && expressions_equal_p (vro1->op0, vro2->op0) in vn_reference_op_eq()
555 tem1.op0 = TREE_OPERAND (vro1->op0, 0); in vn_reference_eq()
564 tem2.op0 = TREE_OPERAND (vro2->op0, 0); in vn_reference_eq()
1083 op->op0 = SSA_VAL (op->op0); in vn_reference_maybe_forwprop_address()
1180 || (vro->op0 && TREE_CODE (vro->op0) == SSA_NAME)) in VEC()
1214 && vro->op0 in VEC()
3019 op0 = valueize_expr (vn_get_expr_for (op0)); in simplify_binary_expression()
3021 op0 = vn_valueize (op0); in simplify_binary_expression()
3083 op0 = TREE_OPERAND (op0, 0); in simplify_unary_expression()
3090 op0 = valueize_expr (vn_get_expr_for (op0)); in simplify_unary_expression()
[all …]
H A Dfwprop.c491 op0 = XEXP (x, 0); in propagate_rtx_1()
501 op0 = XEXP (x, 0); in propagate_rtx_1()
512 op0 = XEXP (x, 0); in propagate_rtx_1()
514 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1); in propagate_rtx_1()
524 op0 = XEXP (x, 0); in propagate_rtx_1()
534 op_mode = GET_MODE (op0); in propagate_rtx_1()
542 op0 = XEXP (x, 0); in propagate_rtx_1()
555 op0 = XEXP (x, 0); in propagate_rtx_1()
561 op0 = new_op0 = targetm.delegitimize_address (op0); in propagate_rtx_1()
567 || new_op0 == op0 in propagate_rtx_1()
[all …]
H A Doptabs.c230 note = gen_rtx_fmt_e (code, GET_MODE (op0), copy_rtx (op0)); in add_equal_note()
1744 return op0; in expand_binop()
2106 op0 = convert_to_mode (mode, op0, unsignedp); in expand_binop()
3365 if (op0 == target && REG_P (op0) in expand_abs()
3504 op0 = expand_unop (mode, abs_optab, op0, target, 0); in expand_copysign_absneg()
3523 op0 = expand_unop (mode, neg_optab, op0, target, 0); in expand_copysign_absneg()
3617 op0 = gen_lowpart (imode, op0); in expand_copysign_bit()
3619 op0 = expand_binop (imode, and_optab, op0, in expand_copysign_bit()
3661 op0 = simplify_unary_operation (ABS, mode, op0, mode); in expand_copysign()
3698 create_input_operand (&ops[1], op0, GET_MODE (op0)); in maybe_emit_unop_insn()
[all …]
H A Dtree-pretty-print.c603 tree op0, op1; in dump_generic_node() local
1184 if (op0 in dump_generic_node()
1208 op0 = TREE_OPERAND (op0, 0); in dump_generic_node()
1219 if (op0 && TREE_CODE (op0) != INTEGER_CST) in dump_generic_node()
1506 for (op0 = BIND_EXPR_VARS (node); op0; op0 = DECL_CHAIN (op0)) in dump_generic_node()
1892 if (op0) in dump_generic_node()
1951 if (TREE_CODE (op0) != SSA_NAME && DECL_P (op0) && DECL_NAME (op0)) in dump_generic_node()
2904 tree op0 = node; in print_call_name() local
2907 op0 = TREE_OPERAND (op0, 0); in print_call_name()
2921 op0 = TREE_OPERAND (op0, 0); in print_call_name()
[all …]
H A Dtree-ssa-threadedge.c233 tree op0 = gimple_assign_rhs1 (stmt); in fold_assignment_stmt() local
257 op0 = fold (op0); in fold_assignment_stmt()
463 tree op0, op1; in simplify_control_stmt_condition() local
466 op0 = gimple_cond_lhs (stmt); in simplify_control_stmt_condition()
471 if (TREE_CODE (op0) == SSA_NAME) in simplify_control_stmt_condition()
473 tree tmp = SSA_NAME_VALUE (op0); in simplify_control_stmt_condition()
475 op0 = tmp; in simplify_control_stmt_condition()
490 if (TREE_CODE (op0) == SSA_NAME) in simplify_control_stmt_condition()
491 op0 = lhs_of_dominating_assert (op0, e->src, stmt); in simplify_control_stmt_condition()
505 tmp = op0; in simplify_control_stmt_condition()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ubsan.c43 tree type = TREE_TYPE (op0); in ubsan_instrument_division()
52 op0 = unshare_expr (op0); in ubsan_instrument_division()
102 op0 = unshare_expr (op0); in ubsan_instrument_division()
116 tree op0, tree op1) in ubsan_instrument_shift() argument
119 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift()
128 op0 = unshare_expr (op0); in ubsan_instrument_shift()
163 unshare_expr (op0)); in ubsan_instrument_shift()
218 op0 = unshare_expr (op0); in ubsan_instrument_shift()
228 op0 = unshare_expr (op0); in ubsan_instrument_shift()
231 ubsan_encode_value (op0), in ubsan_instrument_shift()
[all …]

12345678