Home
last modified time | relevance | path

Searched refs:vec_init (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/sys/arch/m68k/include/
H A Dvectors.h132 void vec_init(void);
/netbsd-src/sys/arch/sun3/sun3x/
H A Dlocore2.c229 vec_init(); in _bootstrap()
/netbsd-src/sys/arch/sun2/sun2/
H A Dlocore2.c288 vec_init(); in _bootstrap()
/netbsd-src/sys/arch/sun3/sun3/
H A Dlocore2.c347 vec_init(); in _bootstrap()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c7385 tree new_vec, vec_init, vec_step, t; in vectorizable_induction() local
7598 vec_init = gimple_build_vector (&stmts, &elts); in vectorizable_induction()
7599 vec_init = gimple_convert (&stmts, vectype, vec_init); in vectorizable_induction()
7623 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION); in vectorizable_induction()
7684 vec_init = vect_get_vec_def_for_operand (init_expr, stmt_info); in vectorizable_induction()
7686 if (!useless_type_conversion_p (vectype, TREE_TYPE (vec_init))) in vectorizable_induction()
7694 vec_init)); in vectorizable_induction()
7695 vec_init = gimple_assign_lhs (new_stmt); in vectorizable_induction()
7723 vec_init = gimple_build_vector (&stmts, &elts); in vectorizable_induction()
7727 vec_init = gimple_build (&stmts, VEC_SERIES_EXPR, step_vectype, in vectorizable_induction()
[all …]
H A Doptabs.def99 OPTAB_CD(vec_init_optab, "vec_init$a$b")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc8110 tree new_vec, vec_init, vec_step, t; in vectorizable_induction() local
8402 vec_init = gimple_build_vector (&init_stmts, &init_elts); in vectorizable_induction()
8425 vec_init = vect_get_slp_vect_def (init_node, ivn); in vectorizable_induction()
8429 vec_def = gimple_convert (&init_stmts, step_vectype, vec_init); in vectorizable_induction()
8434 vec_init = gimple_convert (&init_stmts, vectype, vec_def); in vectorizable_induction()
8438 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION); in vectorizable_induction()
8540 vec_init = vec_inits[0]; in vectorizable_induction()
8542 if (!useless_type_conversion_p (vectype, TREE_TYPE (vec_init))) in vectorizable_induction()
8550 vec_init)); in vectorizable_induction()
8551 vec_init = gimple_assign_lhs (new_stmt); in vectorizable_induction()
[all …]
H A Doptabs.def99 OPTAB_CD(vec_init_optab, "vec_init$a$b")
H A DChangeLog-201721808 * doc/md.texi (vec_extract, vec_init): Document that the optabs
21811 of vec_init from half-sized vectors with the same element mode.
21824 (vec_init<mode>): Renamed to ...
21825 (vec_init<mode><ssescalarmodelower>): ... this.
21826 (vec_init<mode><ssehalfvecmodelower>): New expander.
21844 (vec_init<mode>): Renamed to ...
21845 (vec_init<mode><VEC_base_l>): ... this.
21854 * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
21855 (vec_init<mode><Vel>): ... this.
21864 (vec_init<mode>): Renamed to ...
[all …]
/netbsd-src/sys/arch/m68k/m68k/
H A Dvectors.c529 vec_init(void) in vec_init() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-ps-3d.md243 ; vec_init
287 ;; ??? This is only generated if we disable the vec_init pattern. There is
H A Dloongson-mmi.md121 (define_expand "vec_init<mode><unitmode>"
130 ;; Helper for vec_init. Initialize element 0 of the output from the input.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-ps-3d.md243 ; vec_init
287 ;; ??? This is only generated if we disable the vec_init pattern. There is
H A Dloongson-mmi.md121 (define_expand "vec_init<mode><unitmode>"
130 ;; Helper for vec_init. Initialize element 0 of the output from the input.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc840 expand_vec_init_expr (tree target, tree vec_init, tsubst_flags_t complain, in expand_vec_init_expr() argument
843 iloc_sentinel ils = EXPR_LOCATION (vec_init); in expand_vec_init_expr()
846 target = VEC_INIT_EXPR_SLOT (vec_init); in expand_vec_init_expr()
847 tree init = VEC_INIT_EXPR_INIT (vec_init); in expand_vec_init_expr()
850 VEC_INIT_EXPR_VALUE_INIT (vec_init), in expand_vec_init_expr()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dlocore.s216 jbsr _C_LABEL(vec_init) | initialize the vector table
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dvec-common.md635 (define_expand "vec_init<mode><V_elem_l>"
/netbsd-src/sys/arch/next68k/next68k/
H A Dlocore.s350 jbsr _C_LABEL(vec_init) | initialize vector table
/netbsd-src/sys/arch/news68k/news68k/
H A Dlocore.s379 jbsr _C_LABEL(vec_init) | initialize vector table
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dlocore.s267 jbsr _C_LABEL(vec_init) | initialize vector table
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dlocore.s330 jbsr _C_LABEL(vec_init) | initialize vector table
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dlocore.s609 jbsr _C_LABEL(vec_init) | initialize vector table
/netbsd-src/sys/arch/hp300/hp300/
H A Dlocore.s507 jbsr _C_LABEL(vec_init) | initialize the vector table
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvector.md1227 (define_expand "vec_init<mode><VEC_base_l>"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvector.md1352 (define_expand "vec_init<mode><VEC_base_l>"

123