Searched refs:vop1 (Results 1 – 4 of 4) sorted by relevance
/dragonfly/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-stmts.c | 2056 tree vop0, vop1, new_tmp, vec_dest; in vect_create_vectorized_demotion_stmts() local 2066 vop1 = VEC_index (tree, *vec_oprnds, i + 1); in vect_create_vectorized_demotion_stmts() 2127 tree vop0, vop1, new_tmp1, new_tmp2; in vect_create_vectorized_promotion_stmts() local 2135 vop1 = VEC_index (tree, *vec_oprnds1, i); in vect_create_vectorized_promotion_stmts() 2137 vop1 = NULL_TREE; in vect_create_vectorized_promotion_stmts() 2140 new_stmt1 = vect_gen_widened_results_half (code1, decl1, vop0, vop1, in vect_create_vectorized_promotion_stmts() 2974 tree vop0, vop1; in vectorizable_shift() local 3273 vop1 = VEC_index (tree, vec_oprnds1, i); in vectorizable_shift() 3335 tree vop0, vop1, vop2; in vectorizable_operation() local 3597 vop1 = ((op_type == binary_op || op_type == ternary_op) in vectorizable_operation() [all …]
|
H A D | optabs.c | 1586 rtx vop1 = expand_vector_broadcast (mode, op1); in expand_binop() local 1587 if (vop1) in expand_binop() 1589 temp = expand_binop_directly (mode, otheroptab, op0, vop1, in expand_binop()
|
/dragonfly/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-stmts.c | 4331 tree vop0, vop1, new_tmp, vec_dest; in vect_create_vectorized_demotion_stmts() local 4341 vop1 = (*vec_oprnds)[i + 1]; in vect_create_vectorized_demotion_stmts() 4342 new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); in vect_create_vectorized_demotion_stmts() 4402 tree vop0, vop1, new_tmp1, new_tmp2; in vect_create_vectorized_promotion_stmts() local 4410 vop1 = (*vec_oprnds1)[i]; in vect_create_vectorized_promotion_stmts() 4412 vop1 = NULL_TREE; in vect_create_vectorized_promotion_stmts() 5280 tree vop0, vop1; in vectorizable_shift() local 5594 vop1 = vec_oprnds1[i]; in vectorizable_shift() 5595 new_stmt = gimple_build_assign (vec_dest, code, vop0, vop1); in vectorizable_shift() 5658 tree vop0, vop1, vop2; in vectorizable_operation() local [all …]
|
H A D | optabs.c | 1268 rtx vop1 = expand_vector_broadcast (mode, op1); in expand_binop() local 1269 if (vop1) in expand_binop() 1271 temp = expand_binop_directly (icode, mode, otheroptab, op0, vop1, in expand_binop()
|