Searched refs:vect_clobber_variable (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 186 vect_clobber_variable (stmt_vec_info stmt_info, gimple_stmt_iterator *gsi, in vect_clobber_variable() function 4447 vect_clobber_variable (stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 4472 vect_clobber_variable (stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 4501 vect_clobber_variable (stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 8256 vect_clobber_variable (stmt_info, gsi, vec_array); in vectorizable_store() 8298 vect_clobber_variable (stmt_info, gsi, vec_array); in vectorizable_store() 9498 vect_clobber_variable (stmt_info, gsi, vec_array); in vectorizable_load()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 221 vect_clobber_variable (vec_info *vinfo, stmt_vec_info stmt_info, in vect_clobber_variable() function 4539 vect_clobber_variable (vinfo, stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 4565 vect_clobber_variable (vinfo, stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 4588 vect_clobber_variable (vinfo, stmt_info, gsi, new_temp); in vectorizable_simd_clone_call() 8378 vect_clobber_variable (vinfo, stmt_info, gsi, vec_array); in vectorizable_store() 8422 vect_clobber_variable (vinfo, stmt_info, gsi, vec_array); in vectorizable_store() 9740 vect_clobber_variable (vinfo, stmt_info, gsi, vec_array); in vectorizable_load()
|
H A D | ChangeLog-2018 | 14899 (vect_clobber_variable, vect_stmt_relevant_p, permute_vec_elements) 23892 * tree-vect-stmts.c (vect_clobber_variable): New function,
|