Home
last modified time | relevance | path

Searched refs:set_op (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsets.c75 cp->set_op->o_tmpfree( set, cp->set_op->o_tmpmemctx ); in slap_set_dispose()
79 ber_bvarray_free_x( set, cp->set_op->o_tmpmemctx ); in slap_set_dispose()
101 newset = cp->set_op->o_tmpcalloc( i + 1, in set_dup()
103 cp->set_op->o_tmpmemctx ); in set_dup()
111 cp->set_op->o_tmpmemctx ); in set_dup()
155 set = cp->set_op->o_tmpcalloc( 1, in slap_set_join()
157 cp->set_op->o_tmpmemctx ); in slap_set_join()
177 set = cp->set_op->o_tmpcalloc( i, sizeof( struct berval ), cp->set_op->o_tmpmemctx ); in slap_set_join()
186 ber_dupbv_x( &set[ i ], &lset[ i ], cp->set_op->o_tmpmemctx ); in slap_set_join()
205 cp->set_op->o_tmpfree( rset[ i ].bv_val, cp->set_op->o_tmpmemctx ); in slap_set_join()
[all …]
H A Dsets.h26 Operation *set_op; member
H A Dacl.c83 #define asc_op asc_cookie.set_op
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-match.h99 void set_op (code_helper, tree, unsigned int);
100 void set_op (code_helper, tree, tree);
101 void set_op (code_helper, tree, tree, tree);
102 void set_op (code_helper, tree, tree, tree, tree);
103 void set_op (code_helper, tree, tree, tree, tree, bool);
104 void set_op (code_helper, tree, tree, tree, tree, tree);
105 void set_op (code_helper, tree, tree, tree, tree, tree, tree);
223 gimple_match_op::set_op (code_helper code_in, tree type_in, in set_op() function
235 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0) in set_op() function
244 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1) in set_op() function
[all …]
H A Dgimple-match-head.c105 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); in convert_conditional_op()
176 new_op.set_op (VEC_COND_EXPR, res_op->type, in maybe_resimplify_conditional_op()
910 res_op->set_op (code, type, op0); in gimple_simplify()
920 res_op->set_op (code, type, op0, in gimple_simplify()
936 res_op->set_op (TREE_CODE (op0), type, valueized); in gimple_simplify()
945 res_op->set_op (code, type, rhs1); in gimple_simplify()
956 res_op->set_op (code, type, rhs1, rhs2); in gimple_simplify()
1000 res_op->set_op (code, type, rhs1, rhs2, rhs3); in gimple_simplify()
1040 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args); in gimple_simplify()
1080 res_op->set_op (gimple_cond_code (stmt), boolean_type_node, lhs, rhs); in gimple_simplify()
H A Dhsa-gen.c1379 hsa_insn_basic::set_op (int index, hsa_op_base *op) in set_op() function
1440 set_op (0, arg0); in hsa_insn_basic()
1446 set_op (1, arg1); in hsa_insn_basic()
1452 set_op (2, arg2); in hsa_insn_basic()
1458 set_op (3, arg3); in hsa_insn_basic()
1865 insn->set_op (0, res); in gen_address_calculation()
1871 insn->set_op (1, op1); in gen_address_calculation()
1872 insn->set_op (2, op2); in gen_address_calculation()
1891 insn->set_op (0, res); in add_addr_regs_if_needed()
1892 insn->set_op (1, r1); in add_addr_regs_if_needed()
[all …]
H A Dtree-vect-patterns.c308 void set_op (tree, vect_def_type, stmt_vec_info = NULL);
337 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() function
414 unprom->set_op (op, dt, caster);
574 this_unprom->set_op (op, vect_constant_def); in vect_widened_op_tree()
1574 unprom[i].set_op (op, vect_constant_def); in vect_recog_over_widening_pattern()
H A Dhsa-common.h445 void set_op (int index, hsa_op_base *op);
H A Dgenrecog.c1228 static rtx_test set_op (position *, int);
1349 rtx_test::set_op (position *pos, int opno) in set_op() function
4158 s = add_decision (s, rtx_test::set_op (e->pos, opno), in match_pattern_2()
4166 s = add_decision (s, rtx_test::set_op (e->pos, opno), in match_pattern_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match.h131 void set_op (code_helper, tree, unsigned int);
132 void set_op (code_helper, tree, tree);
133 void set_op (code_helper, tree, tree, tree);
134 void set_op (code_helper, tree, tree, tree, tree);
135 void set_op (code_helper, tree, tree, tree, tree, bool);
136 void set_op (code_helper, tree, tree, tree, tree, tree);
137 void set_op (code_helper, tree, tree, tree, tree, tree, tree);
255 gimple_match_op::set_op (code_helper code_in, tree type_in, in set_op() function
267 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0) in set_op() function
276 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1) in set_op() function
[all …]
H A Dgimple-match-head.cc109 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); in convert_conditional_op()
180 new_op.set_op (VEC_COND_EXPR, res_op->type, in maybe_resimplify_conditional_op()
946 res_op->set_op (code, type, valueize_op (op0)); in gimple_extract()
953 res_op->set_op (code, type, op0, in gimple_extract()
962 res_op->set_op (TREE_CODE (op0), type, valueize_op (op0)); in gimple_extract()
969 res_op->set_op (code, type, valueize_op (rhs1)); in gimple_extract()
976 res_op->set_op (code, type, rhs1, rhs2); in gimple_extract()
988 res_op->set_op (code, type, rhs1, rhs2, rhs3); in gimple_extract()
1026 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args); in gimple_extract()
1037 res_op->set_op (gimple_cond_code (stmt), boolean_type_node, lhs, rhs); in gimple_extract()
H A Dtree-vect-patterns.cc315 void set_op (tree, vect_def_type, stmt_vec_info = NULL);
344 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() function in vect_unpromoted_value
421 unprom->set_op (op, dt, caster); in vect_look_through_possible_promotion()
586 this_unprom->set_op (op, vect_constant_def); in vect_widened_op_tree()
611 this_unprom->set_op (op, dt, NULL); in vect_widened_op_tree()
1898 unprom[i].set_op (op, vect_constant_def); in vect_recog_over_widening_pattern()
H A Dgenrecog.cc1226 static rtx_test set_op (position *, int);
1347 rtx_test::set_op (position *pos, int opno) in set_op() function in rtx_test
4156 s = add_decision (s, rtx_test::set_op (e->pos, opno), in match_pattern_2()
4164 s = add_decision (s, rtx_test::set_op (e->pos, opno), in match_pattern_2()
H A Dtree-vect-generic.cc182 opr.set_op (BIT_FIELD_REF, type, t, bitsize, bitpos); in tree_vec_extract()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c61 static void set_op (instr_info *, bfd_vma, bool);
11688 set_op (ins, disp, true); in OP_E_memory()
11709 set_op (ins, disp, true); in OP_E_memory()
12051 set_op (instr_info *ins, bfd_vma op, bool riprel) in set_op() function
12333 set_op (ins, disp, false); in OP_J()
H A DChangeLog-0001675 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1228 (set_op): Initialize the op_riprel.
H A DChangeLog-200588 (set_op): Likewise.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c11600 set_op (instr_info *ins, bfd_vma op, bool riprel) in set_op() function
11918 set_op (ins, disp, true); in OP_E_memory()
11939 set_op (ins, disp, true); in OP_E_memory()
12486 set_op (ins, disp, false); in OP_J()
H A DChangeLog-0001675 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1228 (set_op): Initialize the op_riprel.
H A DChangeLog-200588 (set_op): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-0001675 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1228 (set_op): Initialize the op_riprel.
H A DChangeLog-200588 (set_op): Likewise.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-0001675 * i386-dis.c (set_op): Handle 64 bit and 32 bit mode.
1228 (set_op): Initialize the op_riprel.
H A DChangeLog-200588 (set_op): Likewise.
H A DChangeLog-98991111 (set_op): Make parameter unsigned.

12