Searched refs:expand_vector_parallel (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-generic.c | 266 expand_vector_parallel (gimple_stmt_iterator *gsi, elem_op_func f, tree type, in expand_vector_parallel() function 322 return expand_vector_parallel (gsi, f_parallel, in expand_vector_addition() 432 return expand_vector_parallel (gsi, do_binop, type, in expand_vector_operation() 437 return expand_vector_parallel (gsi, do_unop, type, in expand_vector_operation()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-generic.c | 304 expand_vector_parallel (gimple_stmt_iterator *gsi, elem_op_func f, tree type, in expand_vector_parallel() function 360 return expand_vector_parallel (gsi, f_parallel, in expand_vector_addition() 1001 return expand_vector_parallel (gsi, do_binop, type, in expand_vector_operation() 1006 return expand_vector_parallel (gsi, do_unop, type, in expand_vector_operation() 1534 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3, in expand_vector_scalar_condition()
|