| /openbsd/src/gnu/gcc/gcc/ |
| D | rtl.c | 155 rtvec_alloc (int n) in rtvec_alloc() function 289 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i)); in copy_rtx()
|
| D | genattrtab.c | 672 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 …]
|
| 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()
|
| D | simplify-rtx.c | 891 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()
|
| 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()
|
| D | stmt.c | 857 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()
|
| 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()
|
| D | cselib.c | 906 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i)); in cselib_subst_to_values()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | rtl.c | 241 rtvec_alloc (n) in rtvec_alloc() function 359 XVEC (copy, i) = rtvec_alloc (XVECLEN (orig, i));
|
| D | genattrtab.c | 876 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 …]
|
| D | gensupport.c | 302 XVEC (split, 0) = rtvec_alloc (i); 815 XVEC (insn, 1) = rtvec_alloc (1);
|
| D | read-rtl.c | 657 return_vec = rtvec_alloc (list_counter);
|
| D | ssa.c | 666 vec = rtvec_alloc (npred * 2); 991 result = gen_rtx_SEQUENCE (VOIDmode, rtvec_alloc (len)); in gen_sequence()
|
| D | simplify-rtx.c | 401 rtvec v = rtvec_alloc (n_elts); 2384 rtvec v = rtvec_alloc (n_elts); 2518 rtvec v = rtvec_alloc (elts);
|
| D | emit-rtl.c | 774 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);
|
| D | genrecog.c | 2480 XVEC (x, 0) = rtvec_alloc (XVECLEN (insn, 0)); 2566 XVEC (new, 0) = rtvec_alloc (i);
|
| D | cselib.c | 850 XVEC (copy, i) = rtvec_alloc (XVECLEN (x, i));
|
| /openbsd/src/gnu/gcc/gcc/config/cris/ |
| D | cris.c | 3018 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/ |
| D | mn10300.c | 662 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/ |
| D | m32c.c | 1331 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/ |
| D | mn10300.c | 497 par = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (count + 1));
|
| /openbsd/src/gnu/gcc/gcc/config/v850/ |
| D | v850.c | 1668 rtvec_alloc (num_save + 1 in expand_prologue() 1866 rtvec_alloc (num_restore + 2)); in expand_epilogue()
|
| /openbsd/src/gnu/gcc/gcc/config/score/ |
| D | score.c | 716 rtx ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in score_function_arg()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/v850/ |
| D | v850.c | 1724 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/ |
| D | stormy16.c | 1125 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()
|