Home
last modified time | relevance | path

Searched refs:bst_map (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-slp.c1060 max_tree_size, bst_map); in vect_build_slp_tree()
1068 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1218 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1369 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1982 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp_instance() local
1987 NULL, max_tree_size, bst_map); in vect_analyze_slp_instance()
1990 it != bst_map->end (); ++it) in vect_analyze_slp_instance()
1993 delete bst_map; in vect_analyze_slp_instance() local
4027 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4034 instance, bst_map); in vect_schedule_slp()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-slp.c1060 max_tree_size, bst_map); in vect_build_slp_tree()
1068 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1218 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1369 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1982 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp_instance() local
1987 NULL, max_tree_size, bst_map); in vect_analyze_slp_instance()
1990 it != bst_map->end (); ++it) in vect_analyze_slp_instance()
1993 delete bst_map; in vect_analyze_slp_instance() local
4027 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4034 instance, bst_map); in vect_schedule_slp()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-slp.c1454 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1476 matches, limit, tree_size, bst_map); in vect_build_slp_tree()
1760 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1831 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2339 matches, &limit, &tree_size, bst_map); in optimize_load_redistribution_1()
2513 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_build_slp_instance() argument
2534 &tree_size, bst_map); in vect_build_slp_instance()
2848 max_tree_size, limit, bst_map, in vect_analyze_slp_instance()
2872 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2954 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
H A DChangeLog-20186994 (vect_build_slp_tree_2): Add bst_map argument and adjust calls.
6995 (vect_build_slp_tree): Add bst_map argument and lookup
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-slp.c1454 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1476 matches, limit, tree_size, bst_map); in vect_build_slp_tree()
1760 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1827 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2335 matches, &limit, &tree_size, bst_map); in optimize_load_redistribution_1()
2509 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_build_slp_instance() argument
2530 &tree_size, bst_map); in vect_build_slp_instance()
2844 max_tree_size, limit, bst_map, in vect_analyze_slp_instance()
2868 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2950 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-slp.c1454 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1476 matches, limit, tree_size, bst_map); in vect_build_slp_tree()
1760 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1827 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2335 matches, &limit, &tree_size, bst_map); in optimize_load_redistribution_1()
2509 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_build_slp_instance() argument
2530 &tree_size, bst_map); in vect_build_slp_instance()
2844 max_tree_size, limit, bst_map, in vect_analyze_slp_instance()
2868 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2950 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-slp.c1059 max_tree_size, bst_map); in vect_build_slp_tree()
1063 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1212 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1359 max_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1971 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp_instance() local
1976 NULL, max_tree_size, bst_map); in vect_analyze_slp_instance()
1979 it != bst_map->end (); ++it) in vect_analyze_slp_instance()
1982 delete bst_map; in vect_analyze_slp_instance() local
4085 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4092 instance, bst_map); in vect_schedule_slp()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-slp.c1190 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_build_slp_tree() argument
1192 if (slp_tree *leader = bst_map->get (stmts)) in vect_build_slp_tree()
1207 matches, npermutes, tree_size, bst_map); in vect_build_slp_tree()
1215 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1383 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1523 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2132 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_analyze_slp_instance() argument
2249 &tree_size, bst_map); in vect_analyze_slp_instance()
2470 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2511 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-slp.c1190 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_build_slp_tree() argument
1192 if (slp_tree *leader = bst_map->get (stmts)) in vect_build_slp_tree()
1207 matches, npermutes, tree_size, bst_map); in vect_build_slp_tree()
1215 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1383 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1523 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2131 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_analyze_slp_instance() argument
2248 &tree_size, bst_map); in vect_analyze_slp_instance()
2469 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2510 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
H A DChangeLog-20186994 (vect_build_slp_tree_2): Add bst_map argument and adjust calls.
6995 (vect_build_slp_tree): Add bst_map argument and lookup
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-slp.c1190 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_build_slp_tree() argument
1192 if (slp_tree *leader = bst_map->get (stmts)) in vect_build_slp_tree()
1207 matches, npermutes, tree_size, bst_map); in vect_build_slp_tree()
1215 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1383 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
1523 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2132 scalar_stmts_to_slp_tree_map_t *bst_map, in vect_analyze_slp_instance() argument
2249 &tree_size, bst_map); in vect_analyze_slp_instance()
2470 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
2511 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-slp.c1526 bst_map->put (stmts.copy (), res); in vect_build_slp_tree()
1551 matches, limit, tree_size, bst_map); in vect_build_slp_tree()
1969 &this_tree_size, bst_map); in vect_build_slp_tree_2()
2214 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2285 &this_tree_size, bst_map)) != NULL) in vect_build_slp_tree_2()
2831 matches, &limit, &tree_size, bst_map); in optimize_load_redistribution_1()
3026 &tree_size, bst_map); in vect_build_slp_instance()
3346 max_tree_size, limit, bst_map, in vect_analyze_slp_instance()
3372 scalar_stmts_to_slp_tree_map_t *bst_map in vect_analyze_slp() local
3457 it != bst_map->end (); ++it) in vect_analyze_slp()
[all …]
H A DChangeLog-20193591 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
3592 argument, hoist bst_map creation/destruction to ...
3604 (vect_schedule_slp_instance): Elide bst_map use.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-slp.c4081 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4097 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4105 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4107 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4280 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4287 instance, bst_map); in vect_schedule_slp()
4292 delete bst_map; in vect_schedule_slp() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c4081 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4097 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4105 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4107 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4280 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4287 instance, bst_map); in vect_schedule_slp()
4292 delete bst_map; in vect_schedule_slp() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c4081 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4097 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4105 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4107 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4280 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4287 instance, bst_map); in vect_schedule_slp()
4292 delete bst_map; in vect_schedule_slp() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c4081 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4097 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4105 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4107 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4280 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4287 instance, bst_map); in vect_schedule_slp()
4292 delete bst_map; in vect_schedule_slp() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c4081 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4097 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4105 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4107 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4280 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4287 instance, bst_map); in vect_schedule_slp()
4292 delete bst_map; in vect_schedule_slp() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-slp.c4078 scalar_stmts_to_slp_tree_map_t *bst_map) in vect_schedule_slp_instance() argument
4094 if (slp_tree *leader = bst_map->get (SLP_TREE_SCALAR_STMTS (node))) in vect_schedule_slp_instance()
4102 bst_map->put (SLP_TREE_SCALAR_STMTS (node).copy (), node); in vect_schedule_slp_instance()
4104 vect_schedule_slp_instance (child, instance, bst_map); in vect_schedule_slp_instance()
4277 scalar_stmts_to_slp_tree_map_t *bst_map in vect_schedule_slp() local
4284 instance, bst_map); in vect_schedule_slp()
4289 delete bst_map; in vect_schedule_slp() local

12