Home
last modified time | relevance | path

Searched refs:new_val (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-ccp.c445 == wi::bit_and_not (wi::to_widest (new_val.value), new_val.mask)); in valid_lattice_transition()
471 new_val.value); in valid_lattice_transition()
505 canonicalize_value (new_val); in set_lattice_value()
525 new_val->mask) in set_lattice_value()
527 new_val->mask)))) in set_lattice_value()
540 *old_val = *new_val; in set_lattice_value()
1100 ccp_prop_value_t new_val; in visit_phi() local
1109 new_val.value = NULL_TREE; in visit_phi()
1110 new_val.mask = 0; in visit_phi()
1137 new_val = arg_val; in visit_phi()
[all …]
H A Dvalue-prof.c387 histogram_value new_val; in stream_in_histogram_value() local
402 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value()
427new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * ncounters); in stream_in_histogram_value()
428 new_val->n_counters = ncounters; in stream_in_histogram_value()
432 gimple_add_histogram_value (cfun, stmt, new_val); in stream_in_histogram_value()
434 *next_p = new_val; in stream_in_histogram_value()
435 next_p = &new_val->hvalue.next; in stream_in_histogram_value()
470 memcpy (new_val, val, sizeof (*val)); in gimple_duplicate_stmt_histograms()
471 new_val->hvalue.stmt = stmt; in gimple_duplicate_stmt_histograms()
472new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_cou… in gimple_duplicate_stmt_histograms()
[all …]
H A Dcombine-stack-adj.c241 rtx new_val; in try_apply_stack_adjustment() local
244 new_val = replace_equiv_address_nv (*ml->ref, new_addr); in try_apply_stack_adjustment()
246 new_val = new_addr; in try_apply_stack_adjustment()
248 new_val = lowpart_subreg (GET_MODE (*ml->ref), new_addr, in try_apply_stack_adjustment()
250 validate_change (ml->insn, ml->ref, new_val, 1); in try_apply_stack_adjustment()
H A Dtree-ssa-dom.c1402 tree new_val; in cprop_into_successor_phis() local
1416 new_val = SSA_NAME_VALUE (orig_val); in cprop_into_successor_phis()
1417 if (new_val in cprop_into_successor_phis()
1418 && new_val != orig_val in cprop_into_successor_phis()
1419 && may_propagate_copy (orig_val, new_val)) in cprop_into_successor_phis()
1420 propagate_value (orig_p, new_val); in cprop_into_successor_phis()
H A Difcvt.c3159 rtx new_val = SET_SRC (set); in noce_convert_multiple_sets() local
3166 if (reg_overlap_mentioned_p (new_val, targets[i])) in noce_convert_multiple_sets()
3169 if (find_reg_note (insn, REG_DEAD, new_val) != NULL_RTX) in noce_convert_multiple_sets()
3173 new_val = SET_SRC (single_set (unmodified_insns[i])); in noce_convert_multiple_sets()
3175 new_val = temporaries[i]; in noce_convert_multiple_sets()
3183 std::swap (old_val, new_val); in noce_convert_multiple_sets()
3197 if (GET_MODE (new_val) != GET_MODE (temp)) in noce_convert_multiple_sets()
3199 machine_mode src_mode = GET_MODE (new_val); in noce_convert_multiple_sets()
3206 new_val = lowpart_subreg (dst_mode, new_val, src_mode); in noce_convert_multiple_sets()
3222 x, y, new_val, old_val); in noce_convert_multiple_sets()
H A Dtree-vrp.c3467 tree tmp, new_val; in register_edge_assert_for_2() local
3479 new_val = wide_int_to_tree (TREE_TYPE (tmp), mask); in register_edge_assert_for_2()
3486 new_val = val2; in register_edge_assert_for_2()
3487 if (minval == wi::to_wide (new_val)) in register_edge_assert_for_2()
3488 new_val = NULL_TREE; in register_edge_assert_for_2()
3496 new_val = NULL_TREE; in register_edge_assert_for_2()
3498 new_val = wide_int_to_tree (TREE_TYPE (val2), mask); in register_edge_assert_for_2()
3501 if (new_val) in register_edge_assert_for_2()
3720 tree tmp, new_val, type; in register_edge_assert_for_2() local
3740 new_val = wide_int_to_tree (type, maxv2); in register_edge_assert_for_2()
[all …]
H A Dpredict.c2315 tree val = NULL, new_val; in expr_expected_value_1() local
2331 new_val = expr_expected_value (arg, visited, &predictor2); in expr_expected_value_1()
2337 if (!new_val) in expr_expected_value_1()
2340 val = new_val; in expr_expected_value_1()
2341 else if (!operand_equal_p (val, new_val, false)) in expr_expected_value_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-ccp.c407 if (!old_val.value && !new_val.value) in valid_lattice_transition()
423 new_val.mask), in valid_lattice_transition()
425 new_val.mask)); in valid_lattice_transition()
440 canonicalize_float_value (&new_val); in set_lattice_value()
445 if (new_val.lattice_val == CONSTANT in set_lattice_value()
453 new_val.mask = double_int_ior (new_val.mask, in set_lattice_value()
476 *old_val = new_val; in set_lattice_value()
944 prop_value_t *old_val, new_val; in ccp_visit_phi_node() local
959 new_val = *old_val; in ccp_visit_phi_node()
963 new_val.lattice_val = UNDEFINED; in ccp_visit_phi_node()
[all …]
H A Dcombine-stack-adj.c218 rtx new_val; in try_apply_stack_adjustment() local
221 new_val = replace_equiv_address_nv (*ml->ref, new_addr); in try_apply_stack_adjustment()
223 new_val = new_addr; in try_apply_stack_adjustment()
225 new_val = lowpart_subreg (GET_MODE (*ml->ref), new_addr, in try_apply_stack_adjustment()
227 validate_change (ml->insn, ml->ref, new_val, 1); in try_apply_stack_adjustment()
H A Dvalue-prof.c336 histogram_value new_val = gimple_alloc_histogram_value (fun, val->type, NULL, NULL); in gimple_duplicate_stmt_histograms() local
337 memcpy (new_val, val, sizeof (*val)); in gimple_duplicate_stmt_histograms()
338 new_val->hvalue.stmt = stmt; in gimple_duplicate_stmt_histograms()
339new_val->hvalue.counters = XNEWVAR (gcov_type, sizeof (*new_val->hvalue.counters) * new_val->n_cou… in gimple_duplicate_stmt_histograms()
340 …memcpy (new_val->hvalue.counters, val->hvalue.counters, sizeof (*new_val->hvalue.counters) * new_v… in gimple_duplicate_stmt_histograms()
341 gimple_add_histogram_value (fun, stmt, new_val); in gimple_duplicate_stmt_histograms()
H A Dtree-ssa-dom.c1535 tree new_val; in cprop_into_successor_phis() local
1549 new_val = SSA_NAME_VALUE (orig_val); in cprop_into_successor_phis()
1550 if (new_val in cprop_into_successor_phis()
1551 && new_val != orig_val in cprop_into_successor_phis()
1552 && (TREE_CODE (new_val) == SSA_NAME in cprop_into_successor_phis()
1553 || is_gimple_min_invariant (new_val)) in cprop_into_successor_phis()
1554 && may_propagate_copy (orig_val, new_val)) in cprop_into_successor_phis()
1555 propagate_value (orig_p, new_val); in cprop_into_successor_phis()
H A Dpredict.c1223 tree val = NULL, new_val; in expr_expected_value_1() local
1238 new_val = expr_expected_value (arg, visited); in expr_expected_value_1()
1239 if (!new_val) in expr_expected_value_1()
1242 val = new_val; in expr_expected_value_1()
1243 else if (!operand_equal_p (val, new_val, false)) in expr_expected_value_1()
H A Dgimple-fold.c887 tree new_val = in gimple_fold_builtin() local
892 if (is_gimple_val (new_val) in gimple_fold_builtin()
893 || (CONVERT_EXPR_P (new_val) in gimple_fold_builtin()
894 && is_gimple_val (TREE_OPERAND (new_val, 0)))) in gimple_fold_builtin()
895 return new_val; in gimple_fold_builtin()
H A Dmatrix-reorg.c1739 compute_offset (HOST_WIDE_INT orig, HOST_WIDE_INT new_val, tree result) in compute_offset() argument
1746 y = exact_log2 (new_val); in compute_offset()
1765 new_tree = build_int_cst (TREE_TYPE (result), new_val); in compute_offset()
/dragonfly/contrib/gdb-7/gdb/
H A Dvalops.c1020 while (VALUE_LVAL (new_val) == lval_register && value_lazy (new_val)) in value_fetch_lazy()
1023 regnum = VALUE_REGNUM (new_val); in value_fetch_lazy()
1040 if (value_lazy (new_val)) in value_fetch_lazy()
1041 value_fetch_lazy (new_val); in value_fetch_lazy()
1044 if (value_optimized_out (new_val)) in value_fetch_lazy()
1050 new_val, value_embedded_offset (new_val), in value_fetch_lazy()
1068 if (value_optimized_out (new_val)) in value_fetch_lazy()
1077 VALUE_REGNUM (new_val)); in value_fetch_lazy()
1081 value_address (new_val))); in value_fetch_lazy()
3594 struct value *new_val; in value_full_object() local
[all …]
H A Dvarobj.c394 static int ada_value_has_mutated (struct varobj *var, struct value *new_val,
3416 struct value *new_val = NULL; in c_value_of_root() local
3457 new_val = evaluate_expression (var->root->exp); in c_value_of_root()
3460 return new_val; in c_value_of_root()
4110 ada_value_has_mutated (struct varobj *var, struct value *new_val, in ada_value_has_mutated() argument
4119 if (ada_varobj_get_number_of_children (new_val, new_type) in ada_value_has_mutated()
4138 if (strcmp (ada_varobj_get_name_of_child (new_val, new_type, in ada_value_has_mutated()
H A Dbreakpoint.c4782 struct value *new_val; in watchpoint_check() local
4791 fetch_subexp_value (b->exp, &pc, &new_val, NULL, NULL); in watchpoint_check()
4797 if ((b->val != NULL) != (new_val != NULL) in watchpoint_check()
4798 || (b->val != NULL && !value_equal_contents (b->val, new_val))) in watchpoint_check()
4800 if (new_val != NULL) in watchpoint_check()
4802 release_value (new_val); in watchpoint_check()
4806 b->val = new_val; in watchpoint_check()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp163 swap_value_imp(entry_pointer p_e, value_type new_val, true_type) in swap_value_imp() argument
164 { *p_e = new_val; } in swap_value_imp()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp164 swap_value_imp(entry_pointer p_e, value_type new_val, true_type) in swap_value_imp() argument
165 { *p_e = new_val; } in swap_value_imp()
/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c256 uint32_t new_val; in ilk_update_display_irq() local
266 new_val &= ~interrupt_mask; in ilk_update_display_irq()
334 uint32_t new_val; in snb_update_pm_irq() local
340 new_val = dev_priv->pm_imr; in snb_update_pm_irq()
341 new_val &= ~interrupt_mask; in snb_update_pm_irq()
495 uint32_t new_val; in bdw_update_port_irq() local
507 new_val = old_val; in bdw_update_port_irq()
508 new_val &= ~interrupt_mask; in bdw_update_port_irq()
511 if (new_val != old_val) { in bdw_update_port_irq()
529 uint32_t new_val; in bdw_update_pipe_irq() local
[all …]
/dragonfly/sys/kern/
H A Dkern_exec.c154 int error, new_val; in sysctl_kern_stackgap() local
155 new_val = stackgap_random; in sysctl_kern_stackgap()
156 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_kern_stackgap()
159 if (new_val > 0 && ((new_val > 16 * PAGE_SIZE) || !powerof2(new_val))) in sysctl_kern_stackgap()
161 stackgap_random = new_val; in sysctl_kern_stackgap()
H A Dusched_bsd4.c1871 int error, new_val; in sysctl_usched_bsd4_stick_to_level() local
1873 new_val = usched_bsd4_stick_to_level; in sysctl_usched_bsd4_stick_to_level()
1875 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_usched_bsd4_stick_to_level()
1878 if (new_val > cpu_topology_levels_number - 1 || new_val < 0) in sysctl_usched_bsd4_stick_to_level()
1880 usched_bsd4_stick_to_level = new_val; in sysctl_usched_bsd4_stick_to_level()
H A Dusched_dfly.c2493 int error, new_val;
2495 new_val = usched_dfly_stick_to_level;
2497 error = sysctl_handle_int(oidp, &new_val, 0, req);
2500 if (new_val > cpu_topology_levels_number - 1 || new_val < 0)
2502 usched_dfly_stick_to_level = new_val;
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c444 value = new_val; in add_value()
496 new_val = ovl_skip_hidden (new_val); in process_binding()
499 if (new_val) in process_binding()
507 new_val = NULL_TREE; in process_binding()
512 new_val = NULL_TREE; in process_binding()
516 new_val = NULL_TREE; in process_binding()
520 new_val = NULL_TREE; in process_binding()
523 if (!new_val) in process_binding()
525 new_val = new_type; in process_binding()
530 if (new_val) in process_binding()
[all …]
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c1592 int new_val; in sysctl_emu_digitalswitch_control() local
1597 new_val = (sc->mode == MODE_DIGITAL) ? 1 : 0; in sysctl_emu_digitalswitch_control()
1598 err = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_emu_digitalswitch_control()
1602 if (new_val < 0 || new_val > 1) in sysctl_emu_digitalswitch_control()
1605 switch (new_val) { in sysctl_emu_digitalswitch_control()

12