Home
last modified time | relevance | path

Searched refs:const_val (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.sbin/dhcpd/
H A Dtree.c105 nt->data.const_val.data = d; in tree_const()
106 nt->data.const_val.len = len; in tree_const()
130 buf = calloc(1, left->data.const_val.len in tree_concat()
131 + right->data.const_val.len); in tree_concat()
135 memcpy(buf, left->data.const_val.data, in tree_concat()
136 left->data.const_val.len); in tree_concat()
137 memcpy(buf + left->data.const_val.len, in tree_concat()
138 right->data.const_val.data, right->data.const_val.len); in tree_concat()
139 free(left->data.const_val.data); in tree_concat()
140 free(right->data.const_val.data); in tree_concat()
[all …]
H A Dtree.h65 struct const_val { struct
68 } const_val; member
/openbsd-src/gnu/gcc/gcc/
H A Dipa-cp.c464 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 …]
H A Dtree-ssa-ccp.c231 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()
H A Dloop-iv.c1538 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()
H A Drtlanal.c4537 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()
/openbsd-src/lib/libpcap/
H A Doptimize.c505 bpf_int32 const_val; member
539 vmap[val].const_val = v0; in F()
567 a = vmap[v0].const_val; in fold_op()
568 b = vmap[v1].const_val; in fold_op()
748 b->s.k += vmap[val].const_val; in opt_peep()
805 bpf_int32 v = vmap[val].const_val; in opt_peep()
863 s->k += vmap[v].const_val; in opt_stmt()
896 s->k = -vmap[val[A_ATOM]].const_val; in opt_stmt()
951 s->k = vmap[val[X_ATOM]].const_val; in opt_stmt()
966 && vmap[val[A_ATOM]].const_val == 0) { in opt_stmt()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.md171 int const_val = INTVAL (op1);
174 if ((const_val & 0xffff) == 0
175 || (const_val & 0xffff0000) == 0
176 || (unsigned) (const_val + 0x8000) < 0x10000)
179 else if (((- const_val) & 0xffff) == 0
180 || ((- const_val) & 0xffff0000) == 0
181 || (unsigned) ((- const_val) + 0x8000) < 0x10000)
184 emit_move_insn (operands[0], GEN_INT (- const_val));
191 unsigned int high_part = const_val & 0xffff0000;
192 unsigned int low_part = const_val & 0xffff;
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml385 const_val:Llvm.llvalue ->
H A Dllvm_debuginfo.mli456 const_val:Llvm.llvalue ->
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c9513 HOST_WIDE_INT const_val = INTVAL (op1); local
9514 unsigned HOST_WIDE_INT uconst_val = const_val;
9521 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1)
9522 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0));
9528 if ((HOST_WIDE_INT) (const_val & max_val)
9531 code = GT, op1 = gen_int_mode (const_val - 1, GET_MODE (op0));
H A DChangeLog.111424 (get_condition): Cast variable `const_val' to `unsigned