| /trueos/contrib/libpcap/ |
| HD | gencode.c | 219 static inline struct slist *new_stmt(int); 375 new_stmt(code) in new_stmt() function 757 s2 = new_stmt(BPF_ALU|BPF_AND|BPF_K); 1509 s2 = new_stmt(BPF_LD|BPF_IND|size); 1519 s = new_stmt(BPF_LD|BPF_ABS|size); 1550 s2 = new_stmt(BPF_LD|BPF_IND|size); 1559 s = new_stmt(BPF_LD|BPF_ABS|size); 1578 s = new_stmt(BPF_LD|BPF_ABS|size); 1617 s2 = new_stmt(BPF_LD|BPF_IND|size); 1657 s2 = new_stmt(BPF_LD|BPF_IND|BPF_B); in gen_loadx_iphdrlen() [all …]
|
| /trueos/contrib/gcc/ |
| HD | tree-vect-transform.c | 149 tree dest, new_stmt; in vect_create_addr_base_for_vector_ref() local 157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest); in vect_create_addr_base_for_vector_ref() 158 append_to_statement_list_force (new_stmt, new_stmt_list); in vect_create_addr_base_for_vector_ref() 168 base_offset = force_gimple_operand (base_offset, &new_stmt, false, tmp); in vect_create_addr_base_for_vector_ref() 169 append_to_statement_list_force (new_stmt, new_stmt_list); in vect_create_addr_base_for_vector_ref() 1770 tree new_stmt; in vectorizable_load() local 1854 new_stmt = build2 (MODIFY_EXPR, vectype, vec_dest, data_ref); in vectorizable_load() 1855 new_temp = make_ssa_name (vec_dest, new_stmt); in vectorizable_load() 1856 TREE_OPERAND (new_stmt, 0) = new_temp; in vectorizable_load() 1857 vect_finish_stmt_generation (stmt, new_stmt, bsi); in vectorizable_load() [all …]
|
| HD | tree-ssa-math-opts.c | 295 tree type, new_stmt; in insert_reciprocals() local 306 new_stmt = build2 (MODIFY_EXPR, void_type_node, recip_def, in insert_reciprocals() 318 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT); in insert_reciprocals() 326 bsi_insert_after (def_bsi, new_stmt, BSI_NEW_STMT); in insert_reciprocals() 332 bsi_insert_before (&bsi, new_stmt, BSI_SAME_STMT); in insert_reciprocals() 335 occ->recip_def_stmt = new_stmt; in insert_reciprocals()
|
| HD | tree-if-conv.c | 774 tree new_stmt; in find_phi_replacement_condition() local 776 new_stmt = ifc_temp_var (TREE_TYPE (*cond), unshare_expr (*cond)); in find_phi_replacement_condition() 777 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT); in find_phi_replacement_condition() 778 *cond = TREE_OPERAND (new_stmt, 0); in find_phi_replacement_condition() 801 tree new_stmt; in replace_phi_with_cond_modify_expr() local 832 new_stmt = build2 (MODIFY_EXPR, TREE_TYPE (PHI_RESULT (phi)), in replace_phi_with_cond_modify_expr() 836 SSA_NAME_DEF_STMT (PHI_RESULT (phi)) = new_stmt; in replace_phi_with_cond_modify_expr() 839 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT); in replace_phi_with_cond_modify_expr() 840 update_stmt (new_stmt); in replace_phi_with_cond_modify_expr() 845 print_generic_stmt (dump_file, new_stmt, TDF_SLIM); in replace_phi_with_cond_modify_expr()
|
| HD | tree-eh.c | 1026 tree finally, new_stmt; in lower_try_finally_copy() local 1032 new_stmt = NULL_TREE; in lower_try_finally_copy() 1038 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1042 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1048 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1052 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1055 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1098 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1102 append_to_statement_list (x, &new_stmt); in lower_try_finally_copy() 1104 append_to_statement_list (q->cont_stmt, &new_stmt); in lower_try_finally_copy() [all …]
|
| HD | tree-ssa-operands.c | 2297 create_ssa_artficial_load_stmt (tree new_stmt, tree old_stmt) in create_ssa_artficial_load_stmt() argument 2305 ann = get_stmt_ann (new_stmt); in create_ssa_artficial_load_stmt() 2309 parse_ssa_operands (new_stmt); in create_ssa_artficial_load_stmt() 2344 finalize_ssa_stmt_operands (new_stmt); in create_ssa_artficial_load_stmt() 2347 FOR_EACH_SSA_USE_OPERAND (use_p, new_stmt, iter, SSA_OP_ALL_USES) in create_ssa_artficial_load_stmt()
|
| HD | omp-low.c | 3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; in lower_omp_sections() local 3649 new_stmt = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL); in lower_omp_sections() 3650 TREE_SIDE_EFFECTS (new_stmt) = 1; in lower_omp_sections() 3670 BIND_EXPR_BODY (new_stmt) = new_body; in lower_omp_sections() 3673 *stmt_p = new_stmt; in lower_omp_sections() 4050 tree t, stmt, ilist, dlist, new_stmt, *body_p, *rhs_p; in lower_omp_for() local 4065 new_stmt = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL); in lower_omp_for() 4066 TREE_SIDE_EFFECTS (new_stmt) = 1; in lower_omp_for() 4067 body_p = &BIND_EXPR_BODY (new_stmt); in lower_omp_for() 4122 *stmt_p = new_stmt; in lower_omp_for()
|
| HD | cgraph.c | 353 cgraph_set_call_stmt (struct cgraph_edge *e, tree new_stmt) in cgraph_set_call_stmt() argument 361 e->call_stmt = new_stmt; in cgraph_set_call_stmt()
|
| HD | tree-cfg.c | 5674 tree t, new_stmt, orig_stmt; in gimplify_val() local 5680 new_stmt = build2 (MODIFY_EXPR, type, t, exp); in gimplify_val() 5683 SET_EXPR_LOCUS (new_stmt, EXPR_LOCUS (orig_stmt)); in gimplify_val() 5684 TREE_BLOCK (new_stmt) = TREE_BLOCK (orig_stmt); in gimplify_val() 5686 bsi_insert_before (bsi, new_stmt, BSI_SAME_STMT); in gimplify_val() 5688 mark_new_vars_to_rename (new_stmt); in gimplify_val()
|
| HD | tree-ssa-ccp.c | 2503 tree new_stmt = tsi_stmt (ti); in convert_to_gimple_builtin() local 2505 bsi_insert_before (si_p, new_stmt, BSI_NEW_STMT); in convert_to_gimple_builtin()
|
| HD | ChangeLog | 216 initializations of new_stmt, arg0 and arg1 variables.
|