Home
last modified time | relevance | path

Searched refs:all_same_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-forwprop.c2546 bool all_same_p = true; in simplify_vector_constructor() local
2550 all_same_p &= known_eq (sel[i], sel[0]); in simplify_vector_constructor()
2562 sel.quick_push (all_same_p in simplify_vector_constructor()
H A Dgimple-ssa-sprintf.c192 bool all_same_p = true; in init_target_to_host_charmap() local
203 all_same_p = false; in init_target_to_host_charmap()
213 target_to_host_charmap[0] = all_same_p; in init_target_to_host_charmap()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc193 bool all_same_p = true; in init_target_to_host_charmap() local
204 all_same_p = false; in init_target_to_host_charmap()
214 target_to_host_charmap[0] = all_same_p; in init_target_to_host_charmap()
H A Dtree-ssa-forwprop.cc3064 bool all_same_p = true; in simplify_vector_constructor() local
3068 all_same_p &= known_eq (sel[i], sel[0]); in simplify_vector_constructor()
3080 sel.quick_push (all_same_p in simplify_vector_constructor()
H A Dtree-vectorizer.h123 bool all_same_p () const;
H A Dtree-vect-slp.cc4613 vect_scalar_ops_slice::all_same_p () const in all_same_p() function in vect_scalar_ops_slice
4686 else if (vect_scalar_ops_slice { ops, start, nelt_limit }.all_same_p ()) in vect_prologue_cost_for_slp()
H A DChangeLog10375 * tree-vect-slp.cc (vect_scalar_ops_slice::all_same_p): New function.