Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-stmts.cc6740 int units_log2 = exact_log2 (nunits); in scan_store_can_perm_p() local
6741 if (units_log2 <= 0) in scan_store_can_perm_p()
6746 for (i = 0; i <= units_log2; ++i) in scan_store_can_perm_p()
6752 if (i == units_log2) in scan_store_can_perm_p()
6764 vec_perm_indices indices (sel, i == units_log2 ? 1 : 2, nunits); in scan_store_can_perm_p()
6767 if (i == units_log2) in scan_store_can_perm_p()
6798 return units_log2; in scan_store_can_perm_p()
7197 int units_log2 = scan_store_can_perm_p (vectype, *init); in check_scan_store() local
7198 if (units_log2 == -1) in check_scan_store()
7278 int units_log2 = scan_store_can_perm_p (vectype, *init, &use_whole_vector); in vectorizable_scan_store() local
[all …]