Home
last modified time | relevance | path

Searched refs:rtvec_alloc (Results 1 – 25 of 153) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtx-vector-builder.c71 rtvec v = rtvec_alloc (nelts); in build()
H A Drtl.c161 rtvec_alloc (int n) in rtvec_alloc() function
189 newvec = rtvec_alloc (n); in shallow_copy_rtvec()
347 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
H A Dgensupport.c526 XVEC (newx, i) = rtvec_alloc (XVECLEN (x, i)); in replace_operands_with_dups()
542 rtvec new_vec = rtvec_alloc (1); in gen_rewrite_sequence()
604 XVEC (split, 0) = rtvec_alloc (i); in process_rtx()
1461 new_vec = rtvec_alloc (num_elem + 1); in alter_attrs_for_insn()
1776 XVEC (insn, 1) = rtvec_alloc (1); in process_one_cond_exec()
1781 rtvec attributes = rtvec_alloc (XVECLEN (insn, 4) in process_one_cond_exec()
1822 XVEC (split, 0) = rtvec_alloc (1); in process_one_cond_exec()
1907 subst_pattern_vec = rtvec_alloc (XVECLEN (subst_elem->data, 3)); in process_substs_on_one_elem()
2452 new_vec = rtvec_alloc (vec_len + 1); in gen_mnemonic_setattr()
H A Dgenattrtab.c1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1046 XVEC (newexp, 1) = rtvec_alloc (n); in convert_set_attr()
1157 XVEC (newexp, 0) = rtvec_alloc (2); in make_canonical()
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1304 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1426 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (exp, 0)); in substitute_address()
1755 XVEC (newexp, 0) = rtvec_alloc (len); in simplify_cond()
5070 XVEC (code_exp, 0) = rtvec_alloc (j); in make_automaton_attrs()
5071 XVEC (lats_exp, 0) = rtvec_alloc (j); in make_automaton_attrs()
5137 XVEC (code_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
[all …]
H A Drtl-tests.c292 rtx p = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (3));
H A Dread-rtl.c319 new_attrs_vec = rtvec_alloc (1); in apply_subst_iterator()
324 new_attrs_vec = rtvec_alloc (GET_NUM_ELEM (attrs_vec) + 1); in apply_subst_iterator()
521 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in copy_rtx_for_iterators()
1832 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()
H A Dcompare-elim.c794 rtvec v = rtvec_alloc (len); in try_eliminate_compare()
876 rtvec v = rtvec_alloc (2); in try_eliminate_compare()
H A Dvaltrack.c134 XVEC (x, i) = rtvec_alloc (XVECLEN (x, i)); in cleanup_auto_inc_dec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtx-vector-builder.cc71 rtvec v = rtvec_alloc (nelts); in build()
H A Dgensupport.cc526 XVEC (newx, i) = rtvec_alloc (XVECLEN (x, i)); in replace_operands_with_dups()
542 rtvec new_vec = rtvec_alloc (1); in gen_rewrite_sequence()
605 XVEC (split, 0) = rtvec_alloc (i); in process_rtx()
1466 new_vec = rtvec_alloc (num_elem + 1); in alter_attrs_for_insn()
1781 XVEC (insn, 1) = rtvec_alloc (1); in process_one_cond_exec()
1786 rtvec attributes = rtvec_alloc (XVECLEN (insn, 4) in process_one_cond_exec()
1827 XVEC (split, 0) = rtvec_alloc (1); in process_one_cond_exec()
1912 subst_pattern_vec = rtvec_alloc (XVECLEN (subst_elem->data, 3)); in process_substs_on_one_elem()
2449 new_vec = rtvec_alloc (vec_len + 1); in gen_mnemonic_setattr()
H A Drtl.cc161 rtvec_alloc (size_t n) in rtvec_alloc() function
192 newvec = rtvec_alloc (n); in shallow_copy_rtvec()
349 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
H A Dgenattrtab.cc1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1046 XVEC (newexp, 1) = rtvec_alloc (n); in convert_set_attr()
1157 XVEC (newexp, 0) = rtvec_alloc (2); in make_canonical()
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1304 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1426 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (exp, 0)); in substitute_address()
1755 XVEC (newexp, 0) = rtvec_alloc (len); in simplify_cond()
5069 XVEC (code_exp, 0) = rtvec_alloc (j); in make_automaton_attrs()
5070 XVEC (lats_exp, 0) = rtvec_alloc (j); in make_automaton_attrs()
5136 XVEC (code_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
[all …]
H A Drtl-tests.cc292 rtx p = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (3)); in test_dumping_repeat()
H A Dread-rtl.cc385 new_attrs_vec = rtvec_alloc (1); in apply_subst_iterator()
390 new_attrs_vec = rtvec_alloc (GET_NUM_ELEM (attrs_vec) + 1); in apply_subst_iterator()
587 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in copy_rtx_for_iterators()
1879 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()
H A Dcompare-elim.cc792 rtvec v = rtvec_alloc (len); in try_eliminate_compare()
874 rtvec v = rtvec_alloc (2); in try_eliminate_compare()
H A Dvaltrack.cc133 XVEC (x, i) = rtvec_alloc (XVECLEN (x, i)); in cleanup_auto_inc_dec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.c1099 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1)); in nds32_expand_load_multiple()
1104 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in nds32_expand_load_multiple()
1160 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1)); in nds32_expand_store_multiple()
1165 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in nds32_expand_store_multiple()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.cc1099 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1)); in nds32_expand_load_multiple()
1104 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in nds32_expand_load_multiple()
1160 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1)); in nds32_expand_store_multiple()
1165 result = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in nds32_expand_store_multiple()
H A Dnds32.cc778 rtvec_alloc (num_use_regs + 1)); in nds32_emit_stack_push_multiple()
926 rtvec_alloc (num_use_regs + 1)); in nds32_emit_stack_pop_multiple()
1069 rtvec_alloc (num_use_regs + 1)); in nds32_emit_stack_v3push()
1193 rtvec_alloc (num_use_regs + 1)); in nds32_emit_stack_v3pop()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1466 p = rtvec_alloc (i); in rs6000_emit_stack_tie()
2145 insn = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (nclobs)); in generate_set_vrsave()
2452 p = rtvec_alloc (3 + ((sel & SAVRES_LR) ? 1 : 0) in rs6000_emit_savres_rtx()
2520 rtvec p = rtvec_alloc (1); in rs6000_emit_prologue_move_from_cr()
2521 rtvec r = rtvec_alloc (2); in rs6000_emit_prologue_move_from_cr()
3151 p = rtvec_alloc (sz); in rs6000_emit_prologue()
3404 p = rtvec_alloc (32 - info->first_gp_reg_save); in rs6000_emit_prologue()
3440 p = rtvec_alloc (i); in rs6000_emit_prologue()
3643 rtvec p = rtvec_alloc (2); in rs6000_emit_prologue()
4128 p = rtvec_alloc (count); in restore_saved_cr()
[all …]
H A Drs6000-p8swap.cc1205 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_load()
1230 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_store()
1412 rtx vals = gen_rtx_PARALLEL (V16QImode, rtvec_alloc (16)); in adjust_vperm()
1923 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (16)); in replace_swapped_load_constant()
1937 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (8)); in replace_swapped_load_constant()
1947 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (4)); in replace_swapped_load_constant()
1957 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (2)); in replace_swapped_load_constant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1438 p = rtvec_alloc (i); in rs6000_emit_stack_tie()
2117 insn = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (nclobs)); in generate_set_vrsave()
2424 p = rtvec_alloc (3 + ((sel & SAVRES_LR) ? 1 : 0) in rs6000_emit_savres_rtx()
2492 rtvec p = rtvec_alloc (1); in rs6000_emit_prologue_move_from_cr()
2493 rtvec r = rtvec_alloc (2); in rs6000_emit_prologue_move_from_cr()
3123 p = rtvec_alloc (sz); in rs6000_emit_prologue()
3365 p = rtvec_alloc (32 - info->first_gp_reg_save); in rs6000_emit_prologue()
3401 p = rtvec_alloc (i); in rs6000_emit_prologue()
3604 rtvec p = rtvec_alloc (2); in rs6000_emit_prologue()
4089 p = rtvec_alloc (count); in restore_saved_cr()
[all …]
H A Drs6000-p8swap.c1185 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_load()
1210 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_store()
1392 rtx vals = gen_rtx_PARALLEL (V16QImode, rtvec_alloc (16)); in adjust_vperm()
1902 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (16)); in replace_swapped_load_constant()
1916 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (8)); in replace_swapped_load_constant()
1926 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (4)); in replace_swapped_load_constant()
1936 rtx vals = gen_rtx_PARALLEL (mode, rtvec_alloc (2)); in replace_swapped_load_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc829 newvec = rtvec_alloc (num_clobbers + oldlen); in recog_level2()
836 newvec = rtvec_alloc (num_clobbers + oldlen); in recog_level2()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc3134 vec = rtvec_alloc (nregs + (GET_CODE (XEXP (src, 0)) == POST_INC)); in cris_gen_movem_load()
3166 rtvec vec = rtvec_alloc (2); in cris_emit_insn()
3212 vec = rtvec_alloc (3); in cris_emit_movem_store()
3229 vec = rtvec_alloc (nregs + (increment != 0 ? 1 : 0)); in cris_emit_movem_store()
3286 rtx seq = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (nregs + 1)); in cris_emit_movem_store()

1234567