Home
last modified time | relevance | path

Searched refs:compat_cache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc698 slp_compat_nodes_map_t *compat_cache, in recognize() argument
705 = complex_add_pattern::matches (op, perm_cache, compat_cache, node, &ops); in recognize()
737 compatible_complex_nodes_p (slp_compat_nodes_map_t *compat_cache, in compatible_complex_nodes_p() argument
742 if ((tmp = compat_cache->get (key)) != NULL) in compatible_complex_nodes_p()
745 compat_cache->put (key, false); in compatible_complex_nodes_p()
765 compat_cache->put (key, true); in compatible_complex_nodes_p()
834 if (!compatible_complex_nodes_p (compat_cache, in compatible_complex_nodes_p()
840 compat_cache->put (key, true); in compatible_complex_nodes_p()
846 slp_compat_nodes_map_t *compat_cache, in vect_validate_multiplication() argument
920 return compatible_complex_nodes_p (compat_cache, op0, cq[perm][0], op1, in vect_validate_multiplication()
[all …]
H A Dtree-vect-slp.cc2945 slp_compat_nodes_map_t *compat_cache, in vect_match_slp_patterns_2() argument
2957 vinfo, perm_cache, compat_cache, in vect_match_slp_patterns_2()
2963 = slp_patterns[x] (perm_cache, compat_cache, ref_node); in vect_match_slp_patterns_2()
2985 slp_compat_nodes_map_t *compat_cache) in vect_match_slp_patterns() argument
2995 return vect_match_slp_patterns_2 (ref_node, vinfo, perm_cache, compat_cache, in vect_match_slp_patterns()
3484 slp_compat_nodes_map_t compat_cache; in vect_analyze_slp() local
3491 &compat_cache); in vect_analyze_slp()