Home
last modified time | relevance | path

Searched refs:reduction_info (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Dbuild_parse_table.rs269 &reduction_info.precedence, in add_actions()
270 &reduction_info.symbols, in add_actions()
286 reduction_info.precedence = precedence.clone(); in add_actions()
288 reduction_info.symbols.insert(i, symbol); in add_actions()
293 None => reduction_info.has_non_assoc = true, in add_actions()
434 reduction_info: &ReductionInfo, in handle_conflict()
503 &reduction_info.precedence, in handle_conflict()
504 &reduction_info.symbols, in handle_conflict()
528 reduction_info.has_left_assoc, in handle_conflict()
529 reduction_info.has_non_assoc, in handle_conflict()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-parloops.c161 struct reduction_info struct
184 const struct reduction_info *a = (const struct reduction_info *) aa; in reduction_info_eq() argument
185 const struct reduction_info *b = (const struct reduction_info *) bb; in reduction_info_eq()
193 const struct reduction_info *a = (const struct reduction_info *) aa; in reduction_info_hash()
530 struct reduction_info *const reduc = (struct reduction_info *) *slot; in initialize_reductions()
957 struct reduction_info *const red = (struct reduction_info *) *slot; in add_field_for_reduction()
999 struct reduction_info *const reduc = (struct reduction_info *) *slot; in create_phi_for_local_result()
1049 struct reduction_info *const reduc = (struct reduction_info *) *slot; in create_call_for_reduction_1()
1114 struct reduction_info *const red = (struct reduction_info *) *slot; in create_loads_for_reductions()
1176 struct reduction_info *const red = (struct reduction_info *) *slot; in create_stores_for_reduction()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-parloops.c161 struct reduction_info struct
184 const struct reduction_info *a = (const struct reduction_info *) aa; in reduction_info_eq() argument
185 const struct reduction_info *b = (const struct reduction_info *) bb; in reduction_info_eq()
193 const struct reduction_info *a = (const struct reduction_info *) aa; in reduction_info_hash()
527 struct reduction_info *const reduc = (struct reduction_info *) *slot; in initialize_reductions()
948 struct reduction_info *const red = (struct reduction_info *) *slot; in add_field_for_reduction()
990 struct reduction_info *const reduc = (struct reduction_info *) *slot; in create_phi_for_local_result()
1040 struct reduction_info *const reduc = (struct reduction_info *) *slot; in create_call_for_reduction_1()
1105 struct reduction_info *const red = (struct reduction_info *) *slot; in create_loads_for_reductions()
1167 struct reduction_info *const red = (struct reduction_info *) *slot; in create_stores_for_reduction()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-parloops.c188 struct reduction_info struct
210 typedef reduction_info value_type;
211 typedef reduction_info compare_type;
233 static struct reduction_info *
236 struct reduction_info tmpred, *red; in reduction_phi()
997 struct reduction_info *const red = *slot; in add_field_for_reduction()
1579 struct reduction_info *red; in transform_to_exit_first_loop()
1948 reduction_info **slot; in build_new_reduction()
1949 struct reduction_info *new_reduction; in build_new_reduction()
2059 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-parloops.c188 struct reduction_info struct
213 static inline bool equal (const reduction_info *, const reduction_info *);
219 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
233 static struct reduction_info *
236 struct reduction_info tmpred, *red; in reduction_phi()
1988 struct reduction_info *red; in transform_to_exit_first_loop()
2463 reduction_info **slot; in build_new_reduction()
2464 struct reduction_info *new_reduction; in build_new_reduction()
2708 struct reduction_info *red; in try_create_reduction_list()
2779 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1995 struct reduction_info *red; in transform_to_exit_first_loop()
2516 reduction_info **slot; in build_new_reduction()
2517 struct reduction_info *new_reduction; in build_new_reduction()
2790 struct reduction_info *red; in try_create_reduction_list()
2869 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1992 struct reduction_info *red; in transform_to_exit_first_loop()
2513 reduction_info **slot; in build_new_reduction()
2514 struct reduction_info *new_reduction; in build_new_reduction()
2788 struct reduction_info *red; in try_create_reduction_list()
2859 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-parloops.c188 struct reduction_info struct
213 static inline bool equal (const reduction_info *, const reduction_info *);
219 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
233 static struct reduction_info *
236 struct reduction_info tmpred, *red; in reduction_phi()
1988 struct reduction_info *red; in transform_to_exit_first_loop()
2463 reduction_info **slot; in build_new_reduction()
2464 struct reduction_info *new_reduction; in build_new_reduction()
2708 struct reduction_info *red; in try_create_reduction_list()
2779 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1995 struct reduction_info *red; in transform_to_exit_first_loop()
2516 reduction_info **slot; in build_new_reduction()
2517 struct reduction_info *new_reduction; in build_new_reduction()
2790 struct reduction_info *red; in try_create_reduction_list()
2869 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-parloops.c191 struct reduction_info struct
216 static inline bool equal (const reduction_info *, const reduction_info *);
222 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
236 static struct reduction_info *
239 struct reduction_info tmpred, *red; in reduction_phi()
1996 struct reduction_info *red; in transform_to_exit_first_loop()
2517 reduction_info **slot; in build_new_reduction()
2518 struct reduction_info *new_reduction; in build_new_reduction()
2791 struct reduction_info *red; in try_create_reduction_list()
2862 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3495 struct reduction_info *red; in try_create_reduction_list()
3574 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-parloops.c895 struct reduction_info struct
920 static inline bool equal (const reduction_info *, const reduction_info *);
926 reduction_hasher::equal (const reduction_info *a, const reduction_info *b) in equal()
940 static struct reduction_info *
943 struct reduction_info tmpred, *red; in reduction_phi()
2699 struct reduction_info *red; in transform_to_exit_first_loop()
3218 reduction_info **slot; in build_new_reduction()
3219 struct reduction_info *new_reduction; in build_new_reduction()
3492 struct reduction_info *red; in try_create_reduction_list()
3571 struct reduction_info *red; in try_create_reduction_list()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/lalr/
H A Dgenparserprint.red84 reduction_fn := first reduction_info;
85 reduction_rhs_length := second reduction_info;
86 reduction_lhs := third reduction_info;
H A Dgenparser.red89 fluid '(reduction_info);
277 reduction_info, compressed_action_table, compressed_goto_table;
294 reduction_info := lalr_process_reductions();
305 return list(lex_context, compressed_action_table, reduction_info,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Ddevice.rs992 let mut reduction_info; in create_sampler() localVariable
1014 reduction_info = vk::SamplerReductionModeCreateInfo::builder() in create_sampler()
1017 info = info.push_next(&mut reduction_info); in create_sampler()

123456