Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gcc/
H A Drtl.c155 rtvec_alloc (int n) in rtvec_alloc() function
289 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
H A Dgenattrtab.c672 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in attr_copy_rtx()
1053 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1089 XVEC (newexp, 1) = rtvec_alloc (n); in convert_set_attr()
1203 XVEC (newexp, 0) = rtvec_alloc (2); in make_canonical()
1329 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1345 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1467 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (exp, 0)); in substitute_address()
1748 XVEC (newexp, 0) = rtvec_alloc (len); in simplify_cond()
4448 XVEC (code_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
4449 XVEC (lats_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
[all …]
H A Dgensupport.c314 XVEC (split, 0) = rtvec_alloc (i); in process_rtx()
823 XVEC (insn, 1) = rtvec_alloc (1); in process_one_cond_exec()
867 XVEC (split, 0) = rtvec_alloc (1); in process_one_cond_exec()
H A Dsimplify-rtx.c892 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation()
920 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation()
2563 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
2641 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
2696 rtvec v = rtvec_alloc (n_elts); in simplify_const_binary_operation()
2719 rtvec v = rtvec_alloc (n_elts); in simplify_const_binary_operation()
3551 v = rtvec_alloc (units); in simplify_relational_operation()
4193 rtvec v = rtvec_alloc (n_elts); in simplify_ternary_operation()
4383 result_v = rtvec_alloc (num_elem); in simplify_immed_subreg()
H A Dread-rtl.c474 XVEC (x, i) = rtvec_alloc (XVECLEN (original, i)); in apply_macro_to_rtx()
1597 return_vec = rtvec_alloc (list_counter); in read_rtx_1()
H A Dstmt.c868 argvec = rtvec_alloc (ninputs); in expand_asm_operands()
869 constraintvec = rtvec_alloc (ninputs); in expand_asm_operands()
1011 body = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num + nclobbers)); in expand_asm_operands()
H A Dgenrecog.c2564 XVEC (x, 0) = rtvec_alloc (XVECLEN (insn, 0)); in make_insn_sequence()
2650 XVEC (new, 0) = rtvec_alloc (i); in make_insn_sequence()
H A Dcselib.c906 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i)); in cselib_subst_to_values()
H A Drecog.c275 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num_clobbers + 1)); in insn_invalid_p()
356 rtvec_alloc (XVECLEN (pat, 0) - 1)); in verify_changes()
H A Demit-rtl.c752 rt_val = rtvec_alloc (n); /* Allocate an rtvec... */ in gen_rtvec_v()
4910 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_insn_1()
5046 v = rtvec_alloc (units); in gen_const_vector()
H A Dexpr.c1793 vec = rtvec_alloc (XVECLEN (parallel, 0)); in emit_group_load_into_temps()
1837 rtvec vec = rtvec_alloc (XVECLEN (src, 0)); in emit_group_move_into_temps()
5345 vector = rtvec_alloc (n_elts); in store_constructor()
9502 v = rtvec_alloc (units); in const_vector_from_tree()
H A Drtl.h1473 extern rtvec rtvec_alloc (int);
H A Dreorg.c469 rtvec seqv = rtvec_alloc (length + 1); in emit_delay_sequence()
H A Dcombine.c2428 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets)); in try_combine()
2436 newpat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (total_sets)); in try_combine()
2471 newpat_vec_with_clobbers = rtvec_alloc (len); in try_combine()
9369 rtvec_alloc (GET_CODE (pat) == PARALLEL in recog_for_combine()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c6304 rtvec_alloc (count + (write_back ? 1 : 0))); in arm_gen_load_multiple()
6367 rtvec_alloc (count + (write_back ? 1 : 0))); in arm_gen_store_multiple()
8518 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in vfp_emit_fstmx()
8519 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (count + 1)); in vfp_emit_fstmx()
10285 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num_regs)); in emit_multi_reg_push()
10286 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (num_dwarf_regs + 1)); in emit_multi_reg_push()
10377 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count)); in emit_sfm()
10378 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (count + 1)); in emit_sfm()
H A Darm.md8023 rtvec_alloc (XVECLEN (operands[2], 0)));
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c2494 mask = gen_rtx_PARALLEL (V16QImode, rtvec_alloc (16)); in rs6000_expand_vector_set()
7321 rtvec v = rtvec_alloc (n_elt); in altivec_expand_vec_init_builtin()
14405 p = rtvec_alloc (sz); in rs6000_emit_prologue()
14526 p = rtvec_alloc (2 + 64 - info->first_fp_reg_save); in rs6000_emit_prologue()
14559 p = rtvec_alloc (32 - info->first_gp_reg_save); in rs6000_emit_prologue()
14989 p = rtvec_alloc (9 in rs6000_emit_epilogue()
15198 p = rtvec_alloc (32 - info->first_gp_reg_save); in rs6000_emit_epilogue()
15289 p = rtvec_alloc (count); in rs6000_emit_epilogue()
15295 rtvec r = rtvec_alloc (2); in rs6000_emit_epilogue()
15344 p = rtvec_alloc (3 + 64 - info->first_fp_reg_save); in rs6000_emit_epilogue()
[all …]
H A Drs6000.md8834 operands[3] = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count));
8986 operands[3] = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1));
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c3907 p = rtvec_alloc (2); in s390_expand_addcc()
3974 p = rtvec_alloc (2); in s390_expand_addcc()
5517 rtvec vec = rtvec_alloc (XVECLEN (pattern, 0) - 1); in s390_execute_target()
7579 p = rtvec_alloc (2); in s390_emit_epilogue()
H A Ds390.md1800 operands[3] = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count));
1889 operands[3] = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count));
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dvect.md804 rtvec v = rtvec_alloc (2);
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c4964 parms.ret = gen_rtx_PARALLEL (mode, rtvec_alloc (parms.stack + nregs)); in function_arg_record_value()
5010 regs = gen_rtx_PARALLEL (mode, rtvec_alloc (nwords)); in function_arg_union_value()
5041 regs = gen_rtx_PARALLEL (BLKmode, rtvec_alloc (nregs)); in function_arg_vector_value()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c3785 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps)); in construct_container()
10785 vec = rtvec_alloc (3 + !use_fcomi); in ix86_expand_branch()
16447 rtvec v = rtvec_alloc (n_elt); in ix86_expand_vec_init_builtin()
H A Dsse.md3049 rtvec v = rtvec_alloc (n);
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c3904 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()

12