Home | History | Annotate | Download | only in gcc

Lines Matching refs:recognize

71 /* Default implementation of recognize that performs matching, validation and
476 node. This is done using the method `recognize ()`.
604 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
694 /* Attempt to recognize a complex add pattern. */
697 complex_add_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache,
986 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1121 /* Attempt to recognize a complex mul pattern. */
1124 complex_mul_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache,
1216 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1321 /* Attempt to recognize a complex mul pattern. */
1324 complex_fms_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache,
1392 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1408 /* Attempt to recognize a complex mul pattern. */
1411 complex_operations_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache,
1455 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1460 addsub_pattern::recognize (slp_tree_to_load_perm_map_t *,
1634 #define SLP_PATTERN(x) &x::recognize