Home
last modified time | relevance | path

Searched refs:vect (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c521 vector_element (gimple_stmt_iterator *gsi, tree vect, tree idx, tree *ptmpvec) in vector_element() argument
530 vect_type = TREE_TYPE (vect); in vector_element()
549 if (TREE_CODE (vect) == SSA_NAME) in vector_element()
551 gimple def_stmt = SSA_NAME_DEF_STMT (vect); in vector_element()
555 vect = gimple_assign_rhs1 (def_stmt); in vector_element()
558 if (TREE_CODE (vect) == VECTOR_CST) in vector_element()
561 tree vals = TREE_VECTOR_CST_ELTS (vect); in vector_element()
567 else if (TREE_CODE (vect) == CONSTRUCTOR) in vector_element()
572 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (vect), i, elt_i, elt_v) in vector_element()
582 return fold_build3 (BIT_FIELD_REF, vect_elt_type, vect, size, pos); in vector_element()
[all …]
H A Dgenautomata.c1237 char **vect; in get_str_vect() local
1245 vect = (char **) obstack_base (&irp); in get_str_vect()
1249 vect [i] = next_sep_el (pstr, sep, paren_p); in get_str_vect()
1252 vect [i] = NULL; in get_str_vect()
1253 return vect; in get_str_vect()
6951 output_vect (vla_hwint_t vect) in output_vect() argument
6954 size_t vect_length = VEC_length (vect_el_t, vect); in output_vect()
7366 vect_length = VEC_length (vect_el_t, vect); in add_vect()
7378 VEC_index (vect_el_t, vect, i)); in add_vect()
7386 vect_el_t x = VEC_index (vect_el_t, vect, vect_index); in add_vect()
[all …]
H A Dsel-sched-ir.c1437 find_in_history_vect_1 (VEC(expr_history_def, heap) *vect, in find_in_history_vect_1() argument
1442 int i, j, len = VEC_length (expr_history_def, vect); in find_in_history_vect_1()
1450 arr = VEC_address (expr_history_def, vect); in find_in_history_vect_1()
1482 find_in_history_vect (VEC(expr_history_def, heap) *vect, rtx insn, in find_in_history_vect() argument
1487 if (find_in_history_vect_1 (vect, INSN_UID (insn), new_vinsn, in find_in_history_vect()
1497 if (find_in_history_vect_1 (vect, uid, new_vinsn, false, &ind)) in find_in_history_vect()
1514 VEC(expr_history_def, heap) *vect = *pvect; in insert_in_history_vect()
1519 res = find_in_history_vect_1 (vect, uid, new_expr_vinsn, true, &ind); in insert_in_history_vect()
1523 expr_history_def *phist = VEC_index (expr_history_def, vect, ind); in insert_in_history_vect()
1541 VEC_safe_insert (expr_history_def, heap, vect, ind, &temp); in insert_in_history_vect()
[all …]
H A Dtree-vect-stmts.c63 tree vect_type, vect, vect_name, array_ref; in read_vector_array() local
68 vect = vect_create_destination_var (scalar_dest, vect_type); in read_vector_array()
73 new_stmt = gimple_build_assign (vect, array_ref); in read_vector_array()
74 vect_name = make_ssa_name (vect, new_stmt); in read_vector_array()
87 write_vector_array (gimple stmt, gimple_stmt_iterator *gsi, tree vect, in write_vector_array() argument
93 array_ref = build4 (ARRAY_REF, TREE_TYPE (vect), array, in write_vector_array()
97 new_stmt = gimple_build_assign (array_ref, vect); in write_vector_array()
H A Dparams.def132 "min-vect-loop-bound",
529 "vect-max-version-for-alignment-checks",
534 "vect-max-version-for-alias-checks",
H A Dcommon.opt2138 ftree-vect-loop-version
/dragonfly/sys/dev/raid/asr/
H A Dosd_unix.h437 int vect; /* Interrupt vector number */ member
465 uINT vect; /* Interrupt vector number */ member
492 int vect; /* Interrupt Vector Number */ member
527 int vect; /* Interrupt vector number */ member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-generic.c1207 vect_type = TREE_TYPE (vect); in vector_element()
1226 if (TREE_CODE (vect) == SSA_NAME) in vector_element()
1228 gimple *def_stmt = SSA_NAME_DEF_STMT (vect); in vector_element()
1232 vect = gimple_assign_rhs1 (def_stmt); in vector_element()
1235 if (TREE_CODE (vect) == VECTOR_CST) in vector_element()
1236 return VECTOR_CST_ELT (vect, index); in vector_element()
1237 else if (TREE_CODE (vect) == CONSTRUCTOR in vector_element()
1238 && (CONSTRUCTOR_NELTS (vect) == 0 in vector_element()
1242 if (index < CONSTRUCTOR_NELTS (vect)) in vector_element()
1243 return CONSTRUCTOR_ELT (vect, index)->value; in vector_element()
[all …]
H A Dtree-vect-data-refs.c6144 tree vect[3], vect_shift[3], data_ref, first_vect, second_vect; in vect_shift_permute_load_chain() local
6242 vect[0] = data_ref; in vect_shift_permute_load_chain()
6249 vect[1] = data_ref; in vect_shift_permute_load_chain()
6253 vect[0], vect[1], shift1_mask); in vect_shift_permute_load_chain()
6259 vect[0], vect[1], select_mask); in vect_shift_permute_load_chain()
6358 vect[k] = data_ref; in vect_shift_permute_load_chain()
6365 vect[k % 3], vect[(k + 1) % 3], in vect_shift_permute_load_chain()
6379 vect[k] = data_ref; in vect_shift_permute_load_chain()
6382 (*result_chain)[3 - (nelt % 3)] = vect[2]; in vect_shift_permute_load_chain()
6386 vect[0], shift3_mask); in vect_shift_permute_load_chain()
[all …]
H A Dgenautomata.c1222 char **vect; in get_str_vect() local
1230 vect = (char **) obstack_base (&irp); in get_str_vect()
1237 vect [i] = NULL; in get_str_vect()
1238 return vect; in get_str_vect()
6923 output_vect (vla_hwint_t vect) in output_vect() argument
7334 vect_length = vect.length (); in add_vect()
7352 vect_el_t x = vect[vect_index]; in add_vect()
7386 if (vect[vect_index] in add_vect()
7464 vect_el_t x = vect[vect_index]; in add_vect()
7528 for (vect_index = vect.length (); in add_vect_el()
[all …]
H A Dsel-sched-ir.c1446 find_in_history_vect_1 (vec<expr_history_def> vect, in find_in_history_vect_1() argument
1451 int i, j, len = vect.length (); in find_in_history_vect_1()
1459 arr = vect.address (); in find_in_history_vect_1()
1491 find_in_history_vect (vec<expr_history_def> vect, rtx insn, in find_in_history_vect() argument
1496 if (find_in_history_vect_1 (vect, INSN_UID (insn), new_vinsn, in find_in_history_vect()
1506 if (find_in_history_vect_1 (vect, uid, new_vinsn, false, &ind)) in find_in_history_vect()
1523 vec<expr_history_def> vect = *pvect; in insert_in_history_vect() local
1528 res = find_in_history_vect_1 (vect, uid, new_expr_vinsn, true, &ind); in insert_in_history_vect()
1532 expr_history_def *phist = &vect[ind]; in insert_in_history_vect()
1550 vect.safe_insert (ind, temp); in insert_in_history_vect()
[all …]
H A Dparams.def140 "min-vect-loop-bound",
567 "vect-max-version-for-alignment-checks",
572 "vect-max-version-for-alias-checks",
577 "vect-max-peeling-for-alignment",
1315 "vect-epilogues-nomask",
H A Dtree-vect-stmts.c133 tree vect_type, vect, vect_name, array_ref; in read_vector_array() local
138 vect = vect_create_destination_var (scalar_dest, vect_type); in read_vector_array()
143 new_stmt = gimple_build_assign (vect, array_ref); in read_vector_array()
144 vect_name = make_ssa_name (vect, new_stmt); in read_vector_array()
156 write_vector_array (gimple *stmt, gimple_stmt_iterator *gsi, tree vect, in write_vector_array() argument
162 array_ref = build4 (ARRAY_REF, TREE_TYPE (vect), array, in write_vector_array()
166 new_stmt = gimple_build_assign (array_ref, vect); in write_vector_array()
H A Dcommon.opt2794 ftree-vect-loop-version
/dragonfly/crypto/openssh/
H A Dscp.c1442 char *last, *vect[1], path[PATH_MAX]; in rsource() local
1478 vect[0] = path; in rsource()
1479 source(1, vect); in rsource()
1593 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048], visbuf[2048]; local
1775 vect[0] = xstrdup(np);
1776 sink(1, vect, src);
1779 (void) utimes(vect[0], tv);
1782 (void) chmod(vect[0], mode);
1783 free(vect[0]);
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi447 @file{tree-vect-loop.c} and @file{tree-vect-loop-manip.c} (loop specific parts
448 and general loop utilities), @file{tree-vect-slp} (loop-aware SLP
449 functionality), @file{tree-vect-stmts.c} and @file{tree-vect-data-refs.c}.
454 @file{tree-vect-slp.c}, @file{tree-vect-stmts.c} and
455 @file{tree-vect-data-refs.c}.
H A Dinvoke.texi315 -fdump-tree-nrv -fdump-tree-vect @gol
5825 @item vect
5826 @opindex fdump-tree-vect
7451 @item -ftree-vect-loop-version
7452 @opindex ftree-vect-loop-version
8707 @item min-vect-loop-bound
8834 @item vect-max-version-for-alignment-checks
8839 @item vect-max-version-for-alias-checks
10514 @opindex mno-vect-double
10518 @item -max-vect-align=@var{num}
[all …]
H A Dmd.texi8533 @dfn{no-comb-vect} prevents the automaton generator from generating
/dragonfly/gnu/usr.bin/cc47/
H A DMakefile.langs43 $(srcdir)/tree-vect-generic.c \
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.langs53 $(srcdir)/tree-vect-generic.c \
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A Db-header-vars89 …ipa-cp.h gt-dbxout.h gt-dwarf2asm.h gt-dwarf2cfi.h gt-dwarf2out.h gt-tree-vect-generic.h gt-dojump…
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c466 grow_vect (void *vect, size_t *size, size_t min_size, int element_size) in grow_vect() argument
473 vect = xrealloc (vect, *size * element_size); in grow_vect()
475 return vect; in grow_vect()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c17608 ix86_build_const_vector (enum machine_mode mode, bool vect, rtx value) in ix86_build_const_vector() argument
17624 gcc_assert (vect); in ix86_build_const_vector()
17636 RTVEC_ELT (v, i) = vect ? value : CONST0_RTX (scalar_mode); in ix86_build_const_vector()
17652 ix86_build_signbit_mask (enum machine_mode mode, bool vect, bool invert) in ix86_build_signbit_mask() argument
17733 v = ix86_build_const_vector (vec_mode, vect, mask); in ix86_build_signbit_mask()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c22024 ix86_build_const_vector (machine_mode mode, bool vect, rtx value) in ix86_build_const_vector() argument
22044 gcc_assert (vect); in ix86_build_const_vector()
22059 RTVEC_ELT (v, i) = vect ? value : CONST0_RTX (scalar_mode); in ix86_build_const_vector()
22075 ix86_build_signbit_mask (machine_mode mode, bool vect, bool invert) in ix86_build_signbit_mask() argument
22126 v = ix86_build_const_vector (vec_mode, vect, mask); in ix86_build_signbit_mask()