Home
last modified time | relevance | path

Searched refs:complex_add_pattern (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc588 class complex_add_pattern : public complex_pattern class
591 complex_add_pattern (slp_tree *node, vec<slp_tree> *m_ops, internal_fn ifn) in complex_add_pattern() function in complex_add_pattern
610 return new complex_add_pattern (node, m_ops, ifn); in mkInstance()
618 complex_add_pattern::build (vec_info *vinfo) in build()
650 complex_add_pattern::matches (complex_operation_t op, in matches()
697 complex_add_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache, in recognize()
705 = complex_add_pattern::matches (op, perm_cache, compat_cache, node, &ops); in recognize()
709 return new complex_add_pattern (node, &ops, ifn); in recognize()
1428 ifn = complex_add_pattern::matches (op, perm_cache, ccache, node, &ops); in recognize()
1430 return complex_add_pattern::mkInstance (node, &ops, ifn); in recognize()
H A DChangeLog11498 (class complex_add_pattern, complex_add_pattern::matches,
11499 complex_add_pattern::recognize, class complex_mul_pattern,
H A DChangeLog-202130878 complex_add_pattern::matches, is_eq_or_top,
34473 * tree-vect-slp-patterns.c (complex_add_pattern::build):
34967 class complex_add_pattern): Add parameters to matches.
34968 (complex_add_pattern::build): Free memory.
34969 (complex_add_pattern::matches): Move validation end of match.
34970 (complex_add_pattern::recognize): Likewise.