Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/gcc/gcc/
Drtl.c155 rtvec_alloc (int n) in rtvec_alloc() function
289 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
Dgenattrtab.c672 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in attr_copy_rtx()
1052 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1088 XVEC (newexp, 1) = rtvec_alloc (n); in convert_set_attr()
1202 XVEC (newexp, 0) = rtvec_alloc (2); in make_canonical()
1328 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1344 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1466 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (exp, 0)); in substitute_address()
1747 XVEC (newexp, 0) = rtvec_alloc (len); in simplify_cond()
4447 XVEC (code_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
4448 XVEC (lats_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
[all …]
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()
Dsimplify-rtx.c891 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation()
919 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation()
2559 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
2637 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
2692 rtvec v = rtvec_alloc (n_elts); in simplify_const_binary_operation()
2715 rtvec v = rtvec_alloc (n_elts); in simplify_const_binary_operation()
3547 v = rtvec_alloc (units); in simplify_relational_operation()
4189 rtvec v = rtvec_alloc (n_elts); in simplify_ternary_operation()
4379 result_v = rtvec_alloc (num_elem); in simplify_immed_subreg()
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()
Dstmt.c857 argvec = rtvec_alloc (ninputs); in expand_asm_operands()
858 constraintvec = rtvec_alloc (ninputs); in expand_asm_operands()
1000 body = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (num + nclobbers)); in expand_asm_operands()
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()
Dcselib.c906 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i)); in cselib_subst_to_values()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtl.c241 rtvec_alloc (n) in rtvec_alloc() function
359 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
Dgenattrtab.c876 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
1255 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1293 XVEC (newexp, 1) = rtvec_alloc (n);
1388 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1472 XVEC (newexp, 0) = rtvec_alloc (2);
1591 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1607 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
1757 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (right, 0));
1803 XVEC (newexp, 0) = rtvec_alloc (XVECLEN (left, 0));
2039 XVEC (readycost, 0) = rtvec_alloc (nvalues * 2); in expand_units()
[all …]
Dgensupport.c302 XVEC (split, 0) = rtvec_alloc (i);
815 XVEC (insn, 1) = rtvec_alloc (1);
Dread-rtl.c657 return_vec = rtvec_alloc (list_counter);
Dssa.c666 vec = rtvec_alloc (npred * 2);
991 result = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (len)); in gen_sequence()
Dsimplify-rtx.c401 rtvec v = rtvec_alloc (n_elts);
2384 rtvec v = rtvec_alloc (n_elts);
2518 rtvec v = rtvec_alloc (elts);
Demit-rtl.c774 rt_val = rtvec_alloc (n); /* Allocate an rtvec... */
2533 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
5172 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
5318 v = rtvec_alloc (units);
Dgenrecog.c2480 XVEC (x, 0) = rtvec_alloc (XVECLEN (insn, 0));
2566 XVEC (new, 0) = rtvec_alloc (i);
Dcselib.c850 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i));
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.c3018 vec = rtvec_alloc (nprefix + nregs in cris_gen_movem_load()
3085 vec = rtvec_alloc (2); in cris_emit_movem_store()
3098 vec = rtvec_alloc (nregs + (increment != 0 ? 1 : 0)); in cris_emit_movem_store()
3157 rtx seq = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (nregs + 1)); in cris_emit_movem_store()
/openbsd/src/gnu/gcc/gcc/config/mn10300/
Dmn10300.c662 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1)); in mn10300_gen_multiple_store()
1622 rv = gen_rtx_PARALLEL (mode, rtvec_alloc (2)); in mn10300_function_value()
/openbsd/src/gnu/gcc/gcc/config/m32c/
Dm32c.c1331 rtx note = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (n_dwarfs + 1)); in m32c_pushm_popm()
1589 rv = gen_rtx_PARALLEL (mode, rtvec_alloc (4)); in m32c_libcall_value()
1613 rv = gen_rtx_PARALLEL (mode, rtvec_alloc (1)); in m32c_libcall_value()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10300/
Dmn10300.c497 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1));
/openbsd/src/gnu/gcc/gcc/config/v850/
Dv850.c1668 rtvec_alloc (num_save + 1 in expand_prologue()
1866 rtvec_alloc (num_restore + 2)); in expand_epilogue()
/openbsd/src/gnu/gcc/gcc/config/score/
Dscore.c716 rtx ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in score_function_arg()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/v850/
Dv850.c1724 rtvec_alloc (num_save + (TARGET_V850 ? 2 : 1))); in expand_prologue()
1917 rtvec_alloc (num_restore + 2)); in expand_epilogue()
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.c1125 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (2)); in xstormy16_expand_prologue()
1150 dwarf = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (2)); in xstormy16_expand_prologue()

123