Searched refs:const_val (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | ipa-cp.c | 464 tree const_val = NULL; in build_const_val() local 467 const_val = fold_convert (tree_type, cvalue->value); in build_const_val() 468 return const_val; in build_const_val() 478 tree const_val; in ipcp_propagate_const() local 485 const_val = build_const_val (cvalue, type, TREE_TYPE (parm_tree)); in ipcp_propagate_const() 486 constant_val_insert (fndecl, parm_tree, const_val); in ipcp_propagate_const() 854 tree const_val; in ipcp_replace_map_create() local 860 const_val = in ipcp_replace_map_create() 863 replace_map->new_tree = const_val; in ipcp_replace_map_create() 869 const_val = build_const_val (cvalue, type, TREE_TYPE (parm_tree)); in ipcp_replace_map_create() [all …]
|
| D | tree-ssa-ccp.c | 231 static prop_value_t *const_val; variable 402 prop_value_t *val = &const_val[SSA_NAME_VERSION (var)]; in get_value() 540 const_val = XNEWVEC (prop_value_t, num_ssa_names); in ccp_initialize() 541 memset (const_val, 0, num_ssa_names * sizeof (*const_val)); in ccp_initialize() 612 substitute_and_fold (const_val, false); in ccp_finalize() 614 free (const_val); in ccp_finalize() 858 prop_value_t *val = get_value_loaded_by (stmt, const_val); in ccp_fold() 950 replace_uses_in (stmt, NULL, const_val); in ccp_fold() 1201 prop_value_t *nval = get_value_loaded_by (stmt, const_val); in visit_assignment()
|
| D | loop-iv.c | 1538 HOST_WIDE_INT const_val = INTVAL (op1); in canon_condition() local 1539 unsigned HOST_WIDE_INT uconst_val = const_val; in canon_condition() 1546 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1) in canon_condition() 1547 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0)); in canon_condition() 1553 if ((HOST_WIDE_INT) (const_val & max_val) in canon_condition() 1556 code = GT, op1 = gen_int_mode (const_val - 1, mode); in canon_condition()
|
| D | rtlanal.c | 4537 HOST_WIDE_INT const_val = INTVAL (op1); in canonicalize_condition() local 4538 unsigned HOST_WIDE_INT uconst_val = const_val; in canonicalize_condition() 4545 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1) in canonicalize_condition() 4546 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0)); in canonicalize_condition() 4552 if ((HOST_WIDE_INT) (const_val & max_val) in canonicalize_condition() 4555 code = GT, op1 = gen_int_mode (const_val - 1, GET_MODE (op0)); in canonicalize_condition()
|
| D | ChangeLog-2005 | 16956 * tree-ssa-ccp.c (const_val): Make it static. 24982 (const_val): New local variable.
|
| D | ChangeLog-1998 | 4105 (get_condition): Cast variable `const_val' to `unsigned
|
| D | ChangeLog.tree-ssa | 2135 * tree-ssa-ccp.c (visit_phi_node): Zero phi_val.const_val.
|
| D | ChangeLog-2004 | 2827 add an inverse VIEW_CONVERT_EXPR to const_val.
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | optimize.c | 525 bpf_int32 const_val; member 559 vmap[val].const_val = v0; in F() 587 a = vmap[v0].const_val; in fold_op() 588 b = vmap[v1].const_val; in fold_op() 808 b->s.k += vmap[val].const_val; in opt_peep() 870 bpf_int32 v = vmap[val].const_val; in opt_peep() 880 bpf_int32 v = vmap[val].const_val; in opt_peep() 938 s->k += vmap[v].const_val; in opt_stmt() 970 s->k = -vmap[val[A_ATOM]].const_val; in opt_stmt() 1028 s->k = vmap[val[X_ATOM]].const_val; in opt_stmt() [all …]
|