Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-patterns.c375 pattern_stmt = gimple_build_assign_with_ops3 (DOT_PROD_EXPR, var, in vect_recog_dot_prod_pattern()
1639 = gimple_build_assign_with_ops3 (COND_EXPR, var, cond, in vect_recog_sdivmod_pow2_pattern()
1667 = gimple_build_assign_with_ops3 (COND_EXPR, signmask, cond, in vect_recog_sdivmod_pow2_pattern()
1684 = gimple_build_assign_with_ops3 (COND_EXPR, var, cond, in vect_recog_sdivmod_pow2_pattern()
1835 = gimple_build_assign_with_ops3 (COND_EXPR, in vect_recog_mixed_size_cond_pattern()
2134 = gimple_build_assign_with_ops3 (COND_EXPR, in adjust_bool_pattern()
H A Dtree-vect-data-refs.c3981 = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, high, in vect_permute_store_chain()
3994 = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, low, in vect_permute_store_chain()
4438 perm_stmt = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, perm_dest, in vect_permute_load_chain()
4454 perm_stmt = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, perm_dest, in vect_permute_load_chain()
H A Dtree-vect-stmts.c3601 new_stmt = gimple_build_assign_with_ops3 (code, vec_dest, in vectorizable_operation()
4136 perm_stmt = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, data_ref, in permute_vec_elements()
4848 = gimple_build_assign_with_ops3 (REALIGN_LOAD_EXPR, in vectorizable_load()
H A Dtree-ssa-math-opts.c2598 fma_stmt = gimple_build_assign_with_ops3 (FMA_EXPR, in convert_mult_to_fma()
H A Dtree-ssa-loop-im.c1286 new_stmt = gimple_build_assign_with_ops3 (COND_EXPR, in move_computations_stmt()
H A Dtree-vect-slp.c2584 perm_stmt = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, perm_dest, in vect_create_mask_and_perm()
H A Dgimple.h869 #define gimple_build_assign_with_ops3(c,o1,o2,o3,o4) \ macro