Home
last modified time | relevance | path

Searched refs:gimple_build (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-fold.h65 extern tree gimple_build (gimple_seq *, location_t,
68 gimple_build (gimple_seq *seq, in gimple_build() function
73 extern tree gimple_build (gimple_seq *, location_t,
76 gimple_build (gimple_seq *seq, in gimple_build() function
81 extern tree gimple_build (gimple_seq *, location_t,
84 gimple_build (gimple_seq *seq, in gimple_build() function
89 extern tree gimple_build (gimple_seq *, location_t,
92 gimple_build (gimple_seq *seq, in gimple_build() function
97 extern tree gimple_build (gimple_seq *, location_t,
100 gimple_build (gimple_seq *seq, in gimple_build() function
[all …]
H A Dtree-ssa-loop-split.c402 controlstep = gimple_build (stmts, NEGATE_EXPR, in compute_new_first_bound()
404 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
409 enddiff = gimple_build (stmts, MINUS_EXPR, in compute_new_first_bound()
421 tem = gimple_build (stmts, NEGATE_EXPR, sizetype, tem); in compute_new_first_bound()
422 enddiff = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
427 enddiff = gimple_build (stmts, MINUS_EXPR, TREE_TYPE (enddiff), in compute_new_first_bound()
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
478 tree newend = gimple_build (stmts, minmax, TREE_TYPE (border), in compute_new_first_bound()
H A Dtree-vect-loop-manip.c439 nscalars_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly()
486 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly()
488 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_masks_directly()
503 first_limit = gimple_build (preheader_seq, MIN_EXPR, compare_type, in vect_set_loop_masks_directly()
505 first_limit = gimple_build (preheader_seq, PLUS_EXPR, compare_type, in vect_set_loop_masks_directly()
521 test_limit = gimple_build (preheader_seq, PLUS_EXPR, compare_type, in vect_set_loop_masks_directly()
553 this_test_limit = gimple_build (preheader_seq, MAX_EXPR, in vect_set_loop_masks_directly()
556 this_test_limit = gimple_build (preheader_seq, MINUS_EXPR, in vect_set_loop_masks_directly()
600 init_mask = gimple_build (preheader_seq, BIT_AND_EXPR, mask_type, in vect_set_loop_masks_directly()
655 niters = gimple_build (&preheader_seq, PLUS_EXPR, ni_actual_type, in vect_set_loop_condition_masked()
[all …]
H A Dtree-vect-loop.c5502 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()
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()
[all …]
H A Dgimple-fold.c1095 dest = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, in gimple_fold_builtin_memory_op()
2508 tree temp = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, in gimple_fold_builtin_memory_chk()
2784 lenp1 = gimple_build (&stmts, loc, PLUS_EXPR, size_type_node, in gimple_fold_builtin_stpcpy()
7135 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7161 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7181 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7208 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7234 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7260 gimple_build (gimple_seq *seq, location_t loc, in gimple_build() function
7292 return gimple_build (seq, loc, NOP_EXPR, type, op); in gimple_convert()
[all …]
H A Dtree-ssa-pre.c2863 folded = gimple_build (&forced_stmts, nary->opcode, nary->type, in create_expression_by_pieces()
2867 folded = gimple_build (&forced_stmts, nary->opcode, nary->type, in create_expression_by_pieces()
2871 folded = gimple_build (&forced_stmts, nary->opcode, nary->type, in create_expression_by_pieces()
H A Dtree-if-conv.c2268 mask = gimple_build (&stmts, TREE_CODE (cond), in predicate_mem_writes()
2279 mask = gimple_build (&stmts, BIT_XOR_EXPR, in predicate_mem_writes()
H A Dubsan.c1182 tree t = gimple_build (&seq, loc, NOP_EXPR, ssizetype, off); in ubsan_expand_ptr_ifn()
1183 t = gimple_build (&seq, loc, GE_EXPR, boolean_type_node, in ubsan_expand_ptr_ifn()
H A Dtree-vect-slp.c3437 t = gimple_build (seq, VIEW_CONVERT_EXPR, in duplicate_and_interleave()
3490 results.quick_push (gimple_build (seq, VIEW_CONVERT_EXPR, vector_type, in duplicate_and_interleave()
H A Dtree-ssa-sccvn.c5293 res = gimple_build (&stmts, BIT_FIELD_REF, in eliminate_insert()
5298 res = gimple_build (&stmts, BIT_AND_EXPR, in eliminate_insert()
5301 res = gimple_build (&stmts, gimple_assign_rhs_code (stmt), in eliminate_insert()
H A Dtree-vect-stmts.c2813 *vec_offset = gimple_build (&stmts, VEC_SERIES_EXPR, offset_vectype, in vect_get_strided_load_store_ops()
10522 return gimple_build (seq, BIT_NOT_EXPR, mask_type, tmp); in vect_gen_while_not()
H A Dtree-cfg.c9317 *lhs = gimple_build (&seq, MINUS_EXPR, utype, index, low); in generate_range_test()