| /freebsd-12.1/contrib/gcc/ |
| H A D | rtl.c | 155 rtvec_alloc (int n) in rtvec_alloc() function 289 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
|
| H A D | genattrtab.c | 672 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 D | gensupport.c | 314 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 D | simplify-rtx.c | 892 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 D | read-rtl.c | 474 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 D | stmt.c | 868 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 D | genrecog.c | 2564 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 D | cselib.c | 906 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i)); in cselib_subst_to_values()
|
| H A D | recog.c | 275 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 D | emit-rtl.c | 752 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 D | expr.c | 1793 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 D | rtl.h | 1473 extern rtvec rtvec_alloc (int);
|
| H A D | reorg.c | 469 rtvec seqv = rtvec_alloc (length + 1); in emit_delay_sequence()
|
| H A D | combine.c | 2428 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 D | arm.c | 6304 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 D | arm.md | 8023 rtvec_alloc (XVECLEN (operands[2], 0)));
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 2494 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 D | rs6000.md | 8834 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 D | s390.c | 3907 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 D | s390.md | 1800 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 D | vect.md | 804 rtvec v = rtvec_alloc (2);
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 4964 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 D | i386.c | 3785 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 D | sse.md | 3049 rtvec v = rtvec_alloc (n);
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 3904 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()
|