Searched refs:rtvec_alloc (Results 101 - 125 of 125) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc7280 rtvec v = rtvec_alloc (2);
7313 rtvec vec_val = rtvec_alloc (2);
7427 mask = gen_rtx_PARALLEL (V16QImode, rtvec_alloc (16));
10342 v = rtvec_alloc (subparts);
23410 rtvec v = rtvec_alloc (2);
23467 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
H A Drs6000-builtin.cc2378 rtvec v = rtvec_alloc (n_elt);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c3813 v = rtvec_alloc (nregs);
5160 v = rtvec_alloc (units);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h2983 extern rtvec rtvec_alloc (int);
H A Dcombine.c3560 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
3568 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
3608 newpat_vec_with_clobbers = rtvec_alloc (len);
11576 rtvec_alloc (GET_CODE (pat) == PARALLEL
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c6065 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words));
10324 pattern = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (n));
11633 pattern = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (nregs));
21899 rtvec v = rtvec_alloc (nunits / 2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c5098 rtvec vec = rtvec_alloc (veclen);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c678 vec = rtvec_alloc ((return_p ? 1 : 0) + nregs + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.h2993 extern rtvec rtvec_alloc (size_t);
H A Dcombine.cc3437 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
3445 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets));
3485 newpat_vec_with_clobbers = rtvec_alloc (len);
11449 rtvec_alloc (GET_CODE (pat) == PARALLEL
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc644 vec = rtvec_alloc ((return_p ? 1 : 0) + nregs + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc6076 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words));
10465 pattern = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (n));
11774 pattern = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (nregs));
22092 rtvec v = rtvec_alloc (nunits / 2);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc5532 rtvec vec = rtvec_alloc (veclen);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c6324 p = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc(nregs));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c985 body = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (adjust_stack_p + count));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c6761 mask = gen_rtx_PARALLEL (V16QImode, rtvec_alloc (16));
9607 v = rtvec_alloc (subparts);
22761 rtvec v = rtvec_alloc (2);
22818 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
H A Drs6000-call.c10068 rtvec v = rtvec_alloc (n_elt);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c1669 rtvec vec = rtvec_alloc (nargs + 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc985 body = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (adjust_stack_p + count));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc6327 p = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc(nregs));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc1873 rtvec vec = rtvec_alloc (nargs + 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c4168 gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (0)));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc4168 gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (0)));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c10884 rtvec v = rtvec_alloc (n_elt);
16319 x = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (MAX_VECT_LEN));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc12184 rtvec v = rtvec_alloc (n_elt);
18354 x = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (MAX_VECT_LEN));

Completed in 1406 milliseconds

12345