Lines Matching refs:gimple_build
5339 new_temp = gimple_build (&stmts, VIEW_CONVERT_EXPR, scalar_type, in vect_create_epilog_for_reduction()
5502 index = gimple_build (&seq, BIT_AND_EXPR, index_type, index, in vect_create_epilog_for_reduction()
5534 tree sel = gimple_build (&seq, EQ_EXPR, mask_type, in vect_create_epilog_for_reduction()
5542 tree vec = gimple_build (&seq, VEC_COND_EXPR, vectype, in vect_create_epilog_for_reduction()
7800 skip_niters = gimple_build (&stmts, FLOAT_EXPR, new_type, in vectorizable_induction()
7804 tree skip_step = gimple_build (&stmts, MULT_EXPR, new_type, in vectorizable_induction()
7806 init_expr = gimple_build (&stmts, MINUS_EXPR, new_type, in vectorizable_induction()
7865 elt = gimple_build (&stmts, PLUS_EXPR, TREE_TYPE (elt), in vectorizable_induction()
7984 new_name = gimple_build (&stmts, PLUS_EXPR, TREE_TYPE (new_name), in vectorizable_induction()
7994 vec_init = gimple_build (&stmts, VEC_SERIES_EXPR, vectype, in vectorizable_induction()
8008 vec_init = gimple_build (&stmts, FLOAT_EXPR, vectype, index); in vectorizable_induction()
8009 vec_init = gimple_build (&stmts, MULT_EXPR, vectype, in vectorizable_induction()
8011 vec_init = gimple_build (&stmts, PLUS_EXPR, vectype, in vectorizable_induction()
8036 expr = gimple_build (&seq, FLOAT_EXPR, TREE_TYPE (step_expr), expr); in vectorizable_induction()
8040 new_name = gimple_build (&seq, MULT_EXPR, TREE_TYPE (step_expr), in vectorizable_induction()
8104 expr = gimple_build (&seq, FLOAT_EXPR, TREE_TYPE (step_expr), expr); in vectorizable_induction()
8108 new_name = gimple_build (&seq, MULT_EXPR, TREE_TYPE (step_expr), in vectorizable_induction()
8567 mask = gimple_build (&seq, VIEW_CONVERT_EXPR, mask_type, mask); in vect_get_loop_mask()