Home
last modified time | relevance | path

Searched defs:_slp_tree (Results 1 – 25 of 25) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vectorizer.h125 struct _slp_tree { struct
135 vec<tree> ops;
148 tree vectype;
151 vec<tree> vec_defs;
159 unsigned int refcnt;
166 unsigned int lanes;
168 enum tree_code code;
170 int vertex;
175 bool *failed;
184 slp_tree next_node;
[all …]
H A Dtree-vect-slp.c92 _slp_tree::_slp_tree () in _slp_tree() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vectorizer.h123 struct _slp_tree { struct
128 vec<slp_tree> children;
133 vec<tree> ops;
146 tree vectype;
149 vec<tree> vec_defs;
157 unsigned int refcnt;
164 unsigned int lanes;
166 enum tree_code code;
168 int vertex;
177 slp_tree next_node;
[all …]
H A Dtree-vect-slp.c91 _slp_tree::_slp_tree () in _slp_tree() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vectorizer.h123 struct _slp_tree { struct
128 vec<slp_tree> children;
133 vec<tree> ops;
146 tree vectype;
149 vec<tree> vec_defs;
157 unsigned int refcnt;
164 unsigned int lanes;
166 enum tree_code code;
168 int vertex;
177 slp_tree next_node;
[all …]
H A Dtree-vect-slp.c91 _slp_tree::_slp_tree () in _slp_tree() function
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vectorizer.h123 struct _slp_tree { struct
128 vec<slp_tree> children;
133 vec<tree> ops;
146 tree vectype;
149 vec<tree> vec_defs;
157 unsigned int refcnt;
164 unsigned int lanes;
166 enum tree_code code;
168 int vertex;
177 slp_tree next_node;
[all …]
H A Dtree-vect-slp.c91 _slp_tree::_slp_tree () in _slp_tree() function
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vectorizer.h119 struct _slp_tree { struct
121 vec<slp_tree> children;
123 vec<stmt_vec_info> stmts;
125 vec<tree> ops;
128 vec<unsigned> load_permutation;
130 vec<stmt_vec_info> vec_stmts;
135 unsigned int vec_stmts_size;
137 unsigned int refcnt;
140 poly_uint64 max_nunits;
142 bool two_operators;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vectorizer.h119 struct _slp_tree { struct
121 vec<slp_tree> children;
123 vec<stmt_vec_info> stmts;
125 vec<tree> ops;
128 vec<unsigned> load_permutation;
130 vec<stmt_vec_info> vec_stmts;
135 unsigned int vec_stmts_size;
137 unsigned int refcnt;
140 poly_uint64 max_nunits;
142 bool two_operators;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vectorizer.h119 struct _slp_tree { struct
121 vec<slp_tree> children;
123 vec<stmt_vec_info> stmts;
125 vec<tree> ops;
128 vec<unsigned> load_permutation;
130 vec<stmt_vec_info> vec_stmts;
135 unsigned int vec_stmts_size;
137 unsigned int refcnt;
140 poly_uint64 max_nunits;
142 bool two_operators;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vectorizer.h118 struct _slp_tree { struct
120 vec<slp_tree> children;
122 vec<stmt_vec_info> stmts;
125 vec<unsigned> load_permutation;
127 vec<stmt_vec_info> vec_stmts;
132 unsigned int vec_stmts_size;
134 unsigned int refcnt;
137 poly_uint64 max_nunits;
139 bool two_operators;
141 enum vect_def_type def_type;
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vectorizer.h118 struct _slp_tree { struct
120 vec<slp_tree> children;
122 vec<stmt_vec_info> stmts;
125 vec<unsigned> load_permutation;
127 vec<stmt_vec_info> vec_stmts;
132 unsigned int vec_stmts_size;
134 unsigned int refcnt;
137 poly_uint64 max_nunits;
139 bool two_operators;
141 enum vect_def_type def_type;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vectorizer.h93 struct _slp_tree { struct
95 vec<slp_tree> children;
97 vec<gimple *> stmts;
100 vec<unsigned> load_permutation;
102 vec<gimple *> vec_stmts;
107 unsigned int vec_stmts_size;
109 bool two_operators;
111 enum vect_def_type def_type;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vectorizer.h93 struct _slp_tree { struct
95 vec<slp_tree> children;
97 vec<gimple *> stmts;
100 vec<unsigned> load_permutation;
102 vec<gimple *> vec_stmts;
107 unsigned int vec_stmts_size;
109 bool two_operators;
111 enum vect_def_type def_type;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vectorizer.h118 struct _slp_tree { struct
120 vec<slp_tree> children;
122 vec<stmt_vec_info> stmts;
125 vec<unsigned> load_permutation;
127 vec<stmt_vec_info> vec_stmts;
132 unsigned int vec_stmts_size;
134 unsigned int refcnt;
136 bool two_operators;
138 enum vect_def_type def_type;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vectorizer.h115 struct _slp_tree { struct
117 vec<slp_tree> children;
119 vec<gimple *> stmts;
122 vec<unsigned> load_permutation;
124 vec<gimple *> vec_stmts;
129 unsigned int vec_stmts_size;
131 bool two_operators;
133 enum vect_def_type def_type;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vectorizer.h99 struct _slp_tree { struct
101 vec<slp_tree> children;
103 vec<gimple> stmts;
106 vec<unsigned> load_permutation;
108 vec<gimple> vec_stmts;
113 unsigned int vec_stmts_size;
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vectorizer.h104 typedef struct _slp_tree { struct
106 vec<slp_void_p> children;
108 vec<gimple> stmts;
110 vec<gimple> vec_stmts;
115 unsigned int vec_stmts_size;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vectorizer.h104 typedef struct _slp_tree { struct
106 vec<slp_void_p> children;
108 vec<gimple> stmts;
110 vec<gimple> vec_stmts;
115 unsigned int vec_stmts_size;