Searched refs:const_vec (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c3579 vec<constructor_elt, va_gc> *const_vec = NULL;
3631 vec_alloc (const_vec, CONSTRUCTOR_NELTS (init));
3655 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
3668 CONSTRUCTOR_APPEND_ELT (const_vec, field, value);
3845 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
3907 tree const_init = build_constructor (atype, const_vec);
3910 else if (do_static_init && !vec_safe_is_empty (const_vec))
3911 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
3913 vec_free (const_vec);
3576 vec<constructor_elt, va_gc> *const_vec = NULL; local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c8778 rtx const_vec = NULL_RTX; local
8784 const_vec = vals;
8797 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0));
8802 if (const_vec != NULL_RTX
8803 && aarch64_simd_valid_immediate (const_vec, mode, false, NULL))
8805 return const_vec;
8809 else if (const_vec != NULL_RTX)
8812 return const_vec;
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c12778 rtx const_vec = NULL_RTX;
12784 const_vec = vals;
12797 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0));
12802 if (const_vec != NULL
12803 && neon_immediate_valid_for_move (const_vec, mode, NULL, NULL))
12805 return const_vec;
12811 else if (const_vec != NULL_RTX)
12816 return const_vec;
12766 rtx const_vec = NULL_RTX; local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c44324 rtx const_vec, x; local
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c5815 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0));
5824 else if (int_vector_p && easy_vector_constant (const_vec, mode))
5827 emit_insn (gen_rtx_SET (VOIDmode, target, const_vec));
5833 emit_move_insn (target, const_vec);
5802 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0)); local
[all...]

Completed in 440 milliseconds