Home
last modified time | relevance | path

Searched refs:vn_pval (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3950 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3951 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3953 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3971 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3972 sizeof (vn_pval) in vn_nary_op_insert_into()
3987 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3988 sizeof (vn_pval) in vn_nary_op_insert_into()
3990 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4077 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4078 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
H A DChangeLog-201812216 * tree-ssa-sccvn.h (struct vn_pval): New structure.
12219 with a linked list of vn_pval.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3201 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3202 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3204 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3222 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3223 sizeof (vn_pval) in vn_nary_op_insert_into()
3238 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3239 sizeof (vn_pval) in vn_nary_op_insert_into()
3241 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
3328 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
3329 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3201 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3202 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3204 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3222 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3223 sizeof (vn_pval) in vn_nary_op_insert_into()
3238 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3239 sizeof (vn_pval) in vn_nary_op_insert_into()
3241 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
3328 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
3329 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3170 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3171 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3173 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3191 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3192 sizeof (vn_pval) in vn_nary_op_insert_into()
3207 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3208 sizeof (vn_pval) in vn_nary_op_insert_into()
3210 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
3297 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
3298 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c4131 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
4132 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
4134 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
4152 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4153 sizeof (vn_pval) in vn_nary_op_insert_into()
4168 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4169 sizeof (vn_pval) in vn_nary_op_insert_into()
4171 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4258 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4259 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
H A DChangeLog-201812216 * tree-ssa-sccvn.h (struct vn_pval): New structure.
12219 with a linked list of vn_pval.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c4093 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
4094 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
4096 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
4114 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4115 sizeof (vn_pval) in vn_nary_op_insert_into()
4130 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4131 sizeof (vn_pval) in vn_nary_op_insert_into()
4133 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4220 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4221 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
H A DChangeLog-201812216 * tree-ssa-sccvn.h (struct vn_pval): New structure.
12219 with a linked list of vn_pval.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3971 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3972 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3974 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3992 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3993 sizeof (vn_pval) in vn_nary_op_insert_into()
4008 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4009 sizeof (vn_pval) in vn_nary_op_insert_into()
4011 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4098 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4099 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c4061 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
4062 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
4064 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
4082 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4083 sizeof (vn_pval) in vn_nary_op_insert_into()
4098 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4099 sizeof (vn_pval) in vn_nary_op_insert_into()
4101 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4188 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4189 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
H A DChangeLog-201812216 * tree-ssa-sccvn.h (struct vn_pval): New structure.
12219 with a linked list of vn_pval.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c4061 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
4062 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
4064 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
4082 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4083 sizeof (vn_pval) in vn_nary_op_insert_into()
4098 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4099 sizeof (vn_pval) in vn_nary_op_insert_into()
4101 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4188 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4189 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-sccvn.h32 struct vn_pval struct
34 vn_pval *next; argument
62 vn_pval *values; argument
H A Dtree-ssa-sccvn.c3971 vn_pval *nval = vno->u.values; in vn_nary_op_insert_into()
3972 vn_pval **next = &vno->u.values; in vn_nary_op_insert_into()
3974 for (vn_pval *val = (*slot)->u.values; val; val = val->next) in vn_nary_op_insert_into()
3992 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
3993 sizeof (vn_pval) in vn_nary_op_insert_into()
4008 *next = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_into()
4009 sizeof (vn_pval) in vn_nary_op_insert_into()
4011 memcpy (*next, val, sizeof (vn_pval) + (val->n-1) * sizeof (int)); in vn_nary_op_insert_into()
4098 vno1->u.values = (vn_pval *) obstack_alloc (&vn_tables_obstack, in vn_nary_op_insert_pieces_predicated()
4099 sizeof (vn_pval)); in vn_nary_op_insert_pieces_predicated()
[all …]
H A DChangeLog-201812216 * tree-ssa-sccvn.h (struct vn_pval): New structure.
12219 with a linked list of vn_pval.

12