| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-ccp.c | 409 valid_lattice_transition (ccp_prop_value_t old_val, ccp_prop_value_t new_val) in valid_lattice_transition() argument 413 if (old_val.lattice_val < new_val.lattice_val) in valid_lattice_transition() 416 if (old_val.lattice_val != new_val.lattice_val) in valid_lattice_transition() 419 if (!old_val.value && !new_val.value) in valid_lattice_transition() 427 && TREE_CODE (new_val.value) == SSA_NAME) in valid_lattice_transition() 432 && TREE_CODE (new_val.value) == SSA_NAME) in valid_lattice_transition() 438 && TREE_CODE (new_val.value) == INTEGER_CST) in valid_lattice_transition() 443 && TREE_CODE (new_val.value) == INTEGER_CST) in valid_lattice_transition() 444 return (wi::bit_and_not (wi::to_widest (old_val.value), new_val.mask) in valid_lattice_transition() 445 == wi::bit_and_not (wi::to_widest (new_val.value), new_val.mask)); in valid_lattice_transition() [all …]
|
| HD | value-prof.c | 387 histogram_value new_val; in stream_in_histogram_value() local 396 new_val = gimple_alloc_histogram_value (cfun, type, stmt, NULL); in stream_in_histogram_value() 400 new_val->hdata.intvl.int_start = streamer_read_hwi (ib); in stream_in_histogram_value() 401 new_val->hdata.intvl.steps = streamer_read_uhwi (ib); in stream_in_histogram_value() 402 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value() 427 … new_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() 430 new_val->hvalue.counters[i] = streamer_read_gcov_count (ib); 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() [all …]
|
| HD | combine-stack-adj.c | 241 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()
|
| HD | tree-ssa-dom.c | 1402 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()
|
| HD | ifcvt.c | 3159 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()
|
| HD | tree-vrp.c | 3467 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() 3512 add_assert_info (asserts, name2, tmp, new_comp_code, new_val); in register_edge_assert_for_2() 3720 tree tmp, new_val, type; in register_edge_assert_for_2() local [all …]
|
| HD | predict.c | 2315 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/ |
| HD | tree-ssa-ccp.c | 397 valid_lattice_transition (prop_value_t old_val, prop_value_t new_val) in valid_lattice_transition() argument 401 if (old_val.lattice_val < new_val.lattice_val) in valid_lattice_transition() 404 if (old_val.lattice_val != new_val.lattice_val) in valid_lattice_transition() 407 if (!old_val.value && !new_val.value) in valid_lattice_transition() 415 && TREE_CODE (new_val.value) == INTEGER_CST) in valid_lattice_transition() 420 && TREE_CODE (new_val.value) == INTEGER_CST) in valid_lattice_transition() 423 new_val.mask), in valid_lattice_transition() 424 double_int_and_not (tree_to_double_int (new_val.value), in valid_lattice_transition() 425 new_val.mask)); in valid_lattice_transition() 428 return operand_equal_p (old_val.value, new_val.value, 0); in valid_lattice_transition() [all …]
|
| HD | combine-stack-adj.c | 218 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()
|
| HD | value-prof.c | 336 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() 339 …new_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()
|
| HD | tree-ssa-dom.c | 1535 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()
|
| HD | predict.c | 1223 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()
|
| HD | gimple-fold.c | 887 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()
|
| HD | matrix-reorg.c | 1739 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/ |
| HD | valops.c | 1014 struct value *new_val = val, *mark = value_mark (); in value_fetch_lazy() local 1020 while (VALUE_LVAL (new_val) == lval_register && value_lazy (new_val)) in value_fetch_lazy() 1022 frame = frame_find_by_id (VALUE_FRAME_ID (new_val)); in value_fetch_lazy() 1023 regnum = VALUE_REGNUM (new_val); in value_fetch_lazy() 1035 new_val = get_frame_register_value (frame, regnum); 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() [all …]
|
| HD | varobj.c | 394 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()
|
| HD | breakpoint.c | 4782 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_/ |
| D | insert_fn_imps.hpp | 163 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_/ |
| D | insert_fn_imps.hpp | 164 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/ |
| HD | i915_irq.c | 256 uint32_t new_val; in ilk_update_display_irq() local 265 new_val = dev_priv->irq_mask; in ilk_update_display_irq() 266 new_val &= ~interrupt_mask; in ilk_update_display_irq() 267 new_val |= (~enabled_irq_mask & interrupt_mask); in ilk_update_display_irq() 269 if (new_val != dev_priv->irq_mask) { in ilk_update_display_irq() 270 dev_priv->irq_mask = new_val; 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() 342 new_val |= (~enabled_irq_mask & interrupt_mask); in snb_update_pm_irq() [all …]
|
| /dragonfly/sys/kern/ |
| HD | kern_exec.c | 154 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()
|
| HD | usched_bsd4.c | 1871 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()
|
| HD | usched_dfly.c | 2493 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/ |
| HD | name-lookup.c | 229 void add_value (tree new_val); 439 name_lookup::add_value (tree new_val) in add_value() argument 441 if (OVL_P (new_val) && (!value || OVL_P (value))) in add_value() 442 add_overload (new_val); in add_value() 444 value = new_val; in add_value() 445 else if (value == new_val) in add_value() 448 && TREE_CODE (new_val) == TYPE_DECL in add_value() 449 && same_type_p (TREE_TYPE (value), TREE_TYPE (new_val)))) in add_value() 452 && TREE_CODE (new_val) == NAMESPACE_DECL in add_value() 453 && ORIGINAL_NAMESPACE (value) == ORIGINAL_NAMESPACE (new_val)) in add_value() [all …]
|
| /dragonfly/sys/dev/sound/pci/ |
| HD | emu10kx.c | 1592 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()
|