HomeSort by: relevance | last modified time | path
    Searched defs:vect (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 153 const struct vector_cost_table vect; member in struct:cpu_cost_table
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 147 const struct vector_cost_table vect; member in struct:cpu_cost_table
  /src/bin/rcp/
rcp.c 434 char *last, *vect[1], path[MAXPATHLEN]; local
474 vect[0] = path;
475 source(1, vect);
500 char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ]; local
638 vect[0] = np;
639 sink(1, vect);
  /src/crypto/external/bsd/openssh/dist/
scp.c 1469 char *last, *vect[1], path[PATH_MAX + 20]; local
1505 vect[0] = path;
1506 source(1, vect);
1635 char ch, *cp, *np, *targ, *vect[1], buf[2048], visbuf[2048]; local
1827 vect[0] = xstrdup(np);
1828 sink(1, vect, src);
1831 (void) utimes(vect[0], tv);
1834 (void) chmod(vect[0], mode);
1835 free(vect[0]);
  /src/sys/arch/x68k/x68k/
iodevice.h 283 char pad1; unsigned char vect; member in struct:ioctlr
  /src/sys/dev/i2o/
dptivar.h 143 int vect; member in struct:dpt_eata_ctlrinfo
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 166 tree vect_type, vect, vect_name, array_ref; local
171 vect = vect_create_destination_var (scalar_dest, vect_type);
176 new_stmt = gimple_build_assign (vect, array_ref);
177 vect_name = make_ssa_name (vect, new_stmt);
185 Emit code to store SSA_NAME VECT in index N of the array.
191 tree vect, tree array, unsigned HOST_WIDE_INT n)
196 array_ref = build4 (ARRAY_REF, TREE_TYPE (vect), array,
200 new_stmt = gimple_build_assign (array_ref, vect);
8385 /* VEC_NUM is the number of vect stmts to be created for this
8395 /* VEC_NUM is the number of vect stmts to be created for this
    [all...]
genautomata.cc 244 #define NO_COMB_OPTION "-no-comb-vect"
260 /* Do not try to generate a comb vector (`-no-comb-vect'). */
1226 char **vect;
1234 vect = (char **) obstack_base (&irp);
1238 vect [i] = next_sep_el (pstr, sep, paren_p);
1241 vect [i] = NULL;
1242 return vect;
6946 /* The function outputs all initialization values of VECT. */
6948 output_vect (vla_hwint_t vect)
6951 size_t vect_length = vect.length ()
1222 char **vect; local
    [all...]
sel-sched-ir.cc 1448 VECT and return true when found. Use NEW_VINSN for comparison only when
1451 retain VECT's sort order. */
1453 find_in_history_vect_1 (vec<expr_history_def> vect,
1458 int i, j, len = vect.length ();
1466 arr = vect.address ();
1494 /* Search for a uid of INSN and NEW_VINSN in a sorted vector VECT. Return
1498 find_in_history_vect (vec<expr_history_def> vect, rtx insn,
1503 if (find_in_history_vect_1 (vect, INSN_UID (insn), new_vinsn,
1513 if (find_in_history_vect_1 (vect, uid, new_vinsn, false, &ind))
1530 vec<expr_history_def> vect = *pvect
1518 vec<expr_history_def> vect = *pvect; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 4335 rtx vect = ops[3]; local
4339 machine_mode mode = GET_MODE (vect);
4361 rtx compress_ops[] = {compress_vect, vect, mask};
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 244 #define NO_COMB_OPTION "-no-comb-vect"
260 /* Do not try to generate a comb vector (`-no-comb-vect'). */
1226 char **vect;
1234 vect = (char **) obstack_base (&irp);
1238 vect [i] = next_sep_el (pstr, sep, paren_p);
1241 vect [i] = NULL;
1242 return vect;
6949 /* The function outputs all initialization values of VECT. */
6951 output_vect (vla_hwint_t vect)
6954 size_t vect_length = vect.length ()
1222 char **vect; local
    [all...]
sel-sched-ir.cc 1448 VECT and return true when found. Use NEW_VINSN for comparison only when
1451 retain VECT's sort order. */
1453 find_in_history_vect_1 (vec<expr_history_def> vect,
1458 int i, j, len = vect.length ();
1466 arr = vect.address ();
1494 /* Search for a uid of INSN and NEW_VINSN in a sorted vector VECT. Return
1498 find_in_history_vect (vec<expr_history_def> vect, rtx insn,
1503 if (find_in_history_vect_1 (vect, INSN_UID (insn), new_vinsn,
1513 if (find_in_history_vect_1 (vect, uid, new_vinsn, false, &ind))
1530 vec<expr_history_def> vect = *pvect
1518 vec<expr_history_def> vect = *pvect; local
    [all...]
tree-vect-stmts.cc 164 tree vect_type, vect, vect_name, array_ref; local
169 vect = vect_create_destination_var (scalar_dest, vect_type);
174 new_stmt = gimple_build_assign (vect, array_ref);
175 vect_name = make_ssa_name (vect, new_stmt);
183 Emit code to store SSA_NAME VECT in index N of the array.
189 tree vect, tree array, unsigned HOST_WIDE_INT n)
194 array_ref = build4 (ARRAY_REF, TREE_TYPE (vect), array,
198 new_stmt = gimple_build_assign (array_ref, vect);
6353 vector stmt. See tree-vect-generic.cc:do_plus_minus/do_negate
7928 /* VEC_NUM is the number of vect stmts to be created for this
    [all...]

Completed in 214 milliseconds