HomeSort by: relevance | last modified time | path
    Searched refs:vec_init (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/m68k/include/
vectors.h 132 void vec_init(void);
  /src/sys/arch/sun3/sun3x/
locore2.c 234 vec_init();
  /src/sys/arch/virt68k/virt68k/
locore.s 177 jbsr _C_LABEL(vec_init) | initialize the vector table
  /src/sys/arch/sun2/sun2/
locore2.c 290 vec_init();
  /src/sys/arch/sun3/sun3/
locore2.c 357 vec_init();
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5953 vec_def = phi <vec_init, null> # REDUCTION_PHI
5964 vec_def = phi <vec_init, VECT_DEF> # REDUCTION_PHI
9285 tree vec_init = build_vector_from_val (vectype, preheader); local
9286 vec_init = vect_init_vector (loop_vinfo, stmt_info, vec_init, vectype, NULL);
9292 add_phi_arg (new_phi, vec_init, pe, UNKNOWN_LOCATION);
9376 tree vec_shift, vec_init, new_name; local
9381 vec_init = [X, X+S, X+2*S, X+3*S] (S = step_expr, X = init_expr). */
9388 vec_init = gimple_build_vector_from_val (stmts,
9393 vec_init = gimple_build (stmts
9644 tree vec_init, vec_step; local
9958 tree new_vec, vec_init, vec_step, t; local
    [all...]
  /src/sys/arch/luna68k/luna68k/
locore.s 239 jbsr _C_LABEL(vec_init) | initialize vector table
  /src/sys/arch/cesfic/cesfic/
locore.s 332 jbsr _C_LABEL(vec_init) | initialize vector table
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5151 vec_def = phi <vec_init, null> # REDUCTION_PHI
5162 vec_def = phi <vec_init, VECT_DEF> # REDUCTION_PHI
8112 tree new_vec, vec_init, vec_step, t; local
8256 /* prologue cost for vec_init (if not nested) and step. */
8266 /* prologue cost for vec_init and vec_step. */
8404 vec_init = gimple_build_vector (&init_stmts, &init_elts);
8427 vec_init = vect_get_slp_vect_def (init_node, ivn);
8431 vec_def = gimple_convert (&init_stmts, step_vectype, vec_init);
8436 vec_init = gimple_convert (&init_stmts, vectype, vec_def);
8440 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION)
    [all...]
  /src/sys/arch/m68k/m68k/
vectors.c 213 * treatment in vec_init().
479 * vec_init --
486 vec_init(void) function
517 panic("vec_init");
  /src/sys/arch/news68k/news68k/
locore.s 352 jbsr _C_LABEL(vec_init) | initialize vector table
  /src/sys/arch/next68k/next68k/
locore.s 338 jbsr _C_LABEL(vec_init) | initialize vector table
  /src/sys/arch/x68k/x68k/
locore.s 303 jbsr _C_LABEL(vec_init) | initialize the vector table
  /src/sys/arch/mvme68k/mvme68k/
locore.s 571 jbsr _C_LABEL(vec_init) | initialize vector table
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 836 /* Call build_vec_init to expand VEC_INIT into TARGET (for which NULL_TREE
840 expand_vec_init_expr (tree target, tree vec_init, tsubst_flags_t complain,
843 iloc_sentinel ils = EXPR_LOCATION (vec_init);
846 target = VEC_INIT_EXPR_SLOT (vec_init);
847 tree init = VEC_INIT_EXPR_INIT (vec_init);
850 VEC_INIT_EXPR_VALUE_INIT (vec_init),
  /src/sys/arch/hp300/hp300/
locore.s 497 jbsr _C_LABEL(vec_init) | initialize the vector table
  /src/sys/arch/atari/atari/
atari_init.c 1311 vec_init();
  /src/sys/arch/mac68k/mac68k/
locore.s 259 * XXX Should move vec_init() call to Lloaddone, like other
262 jbsr _C_LABEL(vec_init)
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 870 /* Call build_vec_init to expand VEC_INIT into TARGET (for which NULL_TREE
874 expand_vec_init_expr (tree target, tree vec_init, tsubst_flags_t complain,
877 iloc_sentinel ils = EXPR_LOCATION (vec_init);
880 target = VEC_INIT_EXPR_SLOT (vec_init);
881 tree init = VEC_INIT_EXPR_INIT (vec_init);
884 VEC_INIT_EXPR_VALUE_INIT (vec_init),

Completed in 63 milliseconds