Home
last modified time | relevance | path

Searched refs:rtvec (Results 1 – 25 of 81) sorted by relevance

1234

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dintegrate.h92 rtvec orig_asm_operands_vector;
96 rtvec copy_asm_operands_vector;
98 rtvec copy_asm_constraints_vector;
H A Dvarray.h113 tag ("VARRAY_DATA_RTVEC"))) rtvec[1];
271 #define VARRAY_RTVEC(VA, N) VARRAY_CHECK (VA, N, rtvec)
293 #define VARRAY_PUSH_RTVEC(VA, X) VARRAY_PUSH (VA, rtvec, X)
314 #define VARRAY_TOP_RTVEC(VA) VARRAY_TOP (VA, rtvec)
H A Drtl.c240 rtvec
244 rtvec rt;
601 rtvec r; in rtvec_check_failed_bounds()
H A Drtl.h115 rtvec rtvec; member
246 #define NULL_RTVEC (rtvec) 0
331 (*({ rtvec const _rtvec = (RTVEC); const int _i = (I); \
352 extern void rtvec_check_failed_bounds PARAMS ((rtvec, int,
490 #define XVEC(RTX, N) (RTL_CHECK2 (RTX, N, 'E', 'V').rtvec)
508 #define X0VEC(RTX, N) (RTL_CHECK1 (RTX, N, '0').rtvec)
522 #define XCVEC(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rtvec)
1378 extern rtvec gen_rtvec PARAMS ((int, ...));
1387 extern rtvec rtvec_alloc PARAMS ((int));
1399 extern rtvec gen_rtvec_v PARAMS ((int, rtx *));
[all …]
H A Dmkconfig.sh56 typedef struct rtvec_def *rtvec;
H A Dintegrate.c77 static rtvec initialize_for_inline PARAMS ((tree));
80 rtvec));
286 static rtvec
291 rtvec arg_vector;
452 rtvec argvec;
691 rtvec arg_vector = inl_f->original_arg_vector;
1781 rtvec arg_vector;
H A Demit-rtl.c710 XVEC (rt_val, i) = va_arg (p, rtvec); in gen_rtx()
739 rtvec
763 rtvec
769 rtvec rt_val;
5064 static rtvec orig_asm_operands_vector;
5069 static rtvec copy_asm_operands_vector;
5072 static rtvec orig_asm_constraints_vector;
5073 static rtvec copy_asm_constraints_vector;
5311 rtvec v;
5336 rtvec v;
H A Dfunction.h367 rtvec original_arg_vector;
H A Dgensupport.c295 rtvec attr;
342 rtvec vec = XVEC (elem->data, 4);
H A Dssa.c412 rtvec phi_vec = XVEC (SET_SRC (set), 0);
431 rtvec phi_vec = XVEC (SET_SRC (set), 0);
646 rtvec vec;
H A Dssa-dce.c574 rtvec phi_vec = XVEC (SET_SRC (PATTERN (current_instruction)), 0); in ssa_eliminate_dead_code()
/openbsd/gnu/gcc/gcc/
H A Dcoretypes.h45 typedef struct rtvec_def *rtvec; typedef
74 #define rtvec struct _dont_use_rtvec_here * macro
H A Drtl.c154 rtvec
157 rtvec rt; in rtvec_alloc()
553 rtvec_check_failed_bounds (rtvec r, int n, const char *file, int line, in rtvec_check_failed_bounds()
H A Drtl.h166 rtvec rt_rtvec;
353 #define NULL_RTVEC (rtvec) 0
494 (*({ rtvec const _rtvec = (RTVEC); const int _i = (I); \
560 extern void rtvec_check_failed_bounds (rtvec, int, const char *, int,
1445 extern rtvec gen_rtvec (int, ...);
1459 extern rtvec rtvec_alloc (int);
1473 extern rtvec gen_rtvec_v (int, rtx *);
1885 extern rtx gen_rtx_CONST_VECTOR (enum machine_mode, rtvec);
H A Dggc.h237 ((rtvec) ggc_alloc_zone (sizeof (struct rtvec_def) + ((NELT) - 1) \
H A Dcfgbuild.c317 rtvec vec; in make_edges()
595 rtvec vec; in purge_dead_tablejump_edges()
H A Demit-rtl.c719 rtvec
743 rtvec
747 rtvec rt_val; in gen_rtvec_v()
4802 static rtvec orig_asm_operands_vector;
4807 static rtvec copy_asm_operands_vector;
4810 static rtvec orig_asm_constraints_vector;
4811 static rtvec copy_asm_constraints_vector;
5034 rtvec v; in gen_const_vector()
5059 gen_rtx_CONST_VECTOR (enum machine_mode mode, rtvec v) in gen_rtx_CONST_VECTOR()
H A 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()
3538 rtvec v; in simplify_relational_operation()
4189 rtvec v = rtvec_alloc (n_elts); in simplify_ternary_operation()
4234 rtvec result_v = NULL; in simplify_immed_subreg()
H A Dgensupport.c305 rtvec attr; in process_rtx()
360 rtvec vec = XVEC (elem->data, 4); in is_predicable()
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300-protos.h88 extern int h8300_ldm_stm_parallel (rtvec, int, int);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c51 struct rtvec_def *rtvec; member
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dconfigfiles.texi60 @code{rtvec} and @code{tree}.
/openbsd/gnu/gcc/gcc/doc/
H A Dconfigfiles.texi60 @code{rtvec} and @code{tree}.
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.c2702 rtvec rtvec; in handle_structs_in_regs() local
2714 rtvec = gen_rtvec (nregs, arg_regs[0], arg_regs[1], arg_regs[2], in handle_structs_in_regs()
2717 result = gen_rtx_PARALLEL (mode, rtvec); in handle_structs_in_regs()
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.c3096 rtvec rtvec; local
3108 rtvec = gen_rtvec (nregs, arg_regs[0], arg_regs[1], arg_regs[2],
3111 result = gen_rtx_PARALLEL (mode, rtvec);

1234