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

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 4721 vec<constructor_elt, va_gc> *const_vec = NULL;
4751 vec_alloc (const_vec, CONSTRUCTOR_NELTS (init));
4785 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
4798 CONSTRUCTOR_APPEND_ELT (const_vec, field, value);
5034 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
5091 tree const_init = build_constructor (atype, const_vec);
5094 else if (do_static_init && !vec_safe_is_empty (const_vec))
5095 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
5097 vec_free (const_vec);
4718 vec<constructor_elt, va_gc> *const_vec = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 4603 vec<constructor_elt, va_gc> *const_vec = NULL;
4633 vec_alloc (const_vec, CONSTRUCTOR_NELTS (init));
4664 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
4677 CONSTRUCTOR_APPEND_ELT (const_vec, field, value);
4903 CONSTRUCTOR_APPEND_ELT (const_vec, field, e);
4951 tree const_init = build_constructor (atype, const_vec);
4954 else if (do_static_init && !vec_safe_is_empty (const_vec))
4955 DECL_INITIAL (obase) = build_constructor (atype, const_vec);
4957 vec_free (const_vec);
4600 vec<constructor_elt, va_gc> *const_vec = NULL; local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 1274 rtx const_vec = gen_const_vector_dup (builder.int_mode (), i); local
1275 expand_vec_cmp (mask, EQ, vid_repeat, const_vec);
3490 rtx const_vec = gen_const_vector_dup (sel_mode, 1); local
3492 expand_vec_cmp (mask, EQ, vid_repeat, const_vec);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 3902 rtx const_vec = gen_const_vec_duplicate (mode, src);
3905 return const_vec;
3909 emit_move_insn (target, const_vec);
3901 rtx const_vec = gen_const_vec_duplicate (mode, src); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 4220 rtx const_vec = gen_const_vec_duplicate (mode, src);
4223 return const_vec;
4227 emit_move_insn (target, const_vec);
4219 rtx const_vec = gen_const_vec_duplicate (mode, src); local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 16323 rtx const_vec, x; local
16325 const_vec = copy_rtx (vals);
16326 XVECEXP (const_vec, 0, one_var) = CONST0_RTX (GET_MODE_INNER (mode));
16327 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (const_vec, 0));
16397 emit_move_insn (x, gen_lowpart (wmode, const_vec));
16407 emit_move_insn (target, const_vec);
22413 rtx const_vec; local
22422 const_vec = gen_rtx_CONST_VECTOR (vmode, gen_rtvec_v (nelt, vec));
22423 const_vec = validize_mem (force_const_mem (vmode, const_vec))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 15329 rtx const_vec, x; local
15331 const_vec = copy_rtx (vals);
15332 XVECEXP (const_vec, 0, one_var) = CONST0_RTX (GET_MODE_INNER (mode));
15333 const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (const_vec, 0));
15399 emit_move_insn (x, gen_lowpart (wmode, const_vec));
15409 emit_move_insn (target, const_vec);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 6804 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0));
6812 else if (int_vector_p && easy_vector_constant (const_vec, mode))
6815 emit_insn (gen_rtx_SET (target, const_vec));
6821 emit_move_insn (target, const_vec);
6792 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 6728 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0));
6736 else if (int_vector_p && easy_vector_constant (const_vec, mode))
6739 emit_insn (gen_rtx_SET (target, const_vec));
6745 emit_move_insn (target, const_vec);
6716 rtx const_vec = gen_rtx_CONST_VECTOR (mode, XVEC (vals, 0)); local

Completed in 132 milliseconds