Searched refs:gimple_build_assign_with_ops3 (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-patterns.c | 375 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 D | tree-vect-data-refs.c | 3981 = 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 D | tree-vect-stmts.c | 3601 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 D | tree-ssa-math-opts.c | 2598 fma_stmt = gimple_build_assign_with_ops3 (FMA_EXPR, in convert_mult_to_fma()
|
H A D | tree-ssa-loop-im.c | 1286 new_stmt = gimple_build_assign_with_ops3 (COND_EXPR, in move_computations_stmt()
|
H A D | tree-vect-slp.c | 2584 perm_stmt = gimple_build_assign_with_ops3 (VEC_PERM_EXPR, perm_dest, in vect_create_mask_and_perm()
|
H A D | gimple.h | 869 #define gimple_build_assign_with_ops3(c,o1,o2,o3,o4) \ macro
|