Home
last modified time | relevance | path

Searched refs:call_expr (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/gcc/
HDipa-pure-const.c316 check_call (funct_state local, tree call_expr) in check_call() argument
318 int flags = call_expr_flags(call_expr); in check_call()
319 tree operand_list = TREE_OPERAND (call_expr, 1); in check_call()
321 tree callee_t = get_callee_fndecl (call_expr); in check_call()
HDipa-reference.c436 check_call (ipa_reference_local_vars_info_t local, tree call_expr) in check_call() argument
438 int flags = call_expr_flags (call_expr); in check_call()
439 tree operand_list = TREE_OPERAND (call_expr, 1); in check_call()
441 tree callee_t = get_callee_fndecl (call_expr); in check_call()
HDipa-type-escape.c1016 check_call (tree call_expr) in check_call() argument
1018 int flags = call_expr_flags(call_expr); in check_call()
1019 tree operand_list = TREE_OPERAND (call_expr, 1); in check_call()
1021 tree callee_t = get_callee_fndecl (call_expr); in check_call()
HDtree-outof-ssa.c1558 tree call_expr; in check_replaceable() local
1587 if ((call_expr = get_call_expr_in (stmt)) != NULL_TREE) in check_replaceable()
1589 int call_flags = call_expr_flags (call_expr); in check_replaceable()
1590 if (TREE_SIDE_EFFECTS (call_expr) in check_replaceable()
HDexpr.c1345 tree call_expr, arg_list, fn, src_tree, dst_tree, size_tree; in emit_block_move_via_libcall() local
1381 call_expr = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn); in emit_block_move_via_libcall()
1382 call_expr = build3 (CALL_EXPR, TREE_TYPE (TREE_TYPE (fn)), in emit_block_move_via_libcall()
1383 call_expr, arg_list, NULL_TREE); in emit_block_move_via_libcall()
1384 CALL_EXPR_TAILCALL (call_expr) = tailcall; in emit_block_move_via_libcall()
1386 retval = expand_normal (call_expr); in emit_block_move_via_libcall()
2557 tree call_expr, arg_list, fn, object_tree, size_tree; in clear_storage_via_libcall() local
2585 call_expr = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn); in clear_storage_via_libcall()
2586 call_expr = build3 (CALL_EXPR, TREE_TYPE (TREE_TYPE (fn)), in clear_storage_via_libcall()
2587 call_expr, arg_list, NULL_TREE); in clear_storage_via_libcall()
[all …]
HDpredict.c1269 goto call_expr; in tree_bb_level_predictions()
1273 call_expr:; in tree_bb_level_predictions()
HDbuiltins.c9298 tree call_expr; in build_function_call_expr() local
9300 call_expr = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn); in build_function_call_expr()
9302 call_expr, arglist, NULL_TREE); in build_function_call_expr()
HDtree.def534 DEFTREECODE (CALL_EXPR, "call_expr", tcc_expression, 3)
HDChangeLog.tree-ssa1715 field of call_expr.
4314 (cgraph_create_edge): ... this one; accept call_expr as operand.
4319 * cgraph.h (cgraph_edge): Add call_expr argument; add chain_next.
18071 call_expr arglist if it's not there.
HDChangeLog-200024168 call_expr. Move checks for call_expr and current_function_decl ...
HDChangeLog-200517168 * cgraph.h (cgraph_node): Use call_stmt instead of call_expr.
/trueos/contrib/gcc/cp/
HDsemantics.c3133 tree call_expr; in simplify_aggr_init_expr() local
3160 call_expr = build3 (CALL_EXPR, in simplify_aggr_init_expr()
3169 CALL_EXPR_RETURN_SLOT_OPT (call_expr) = true; in simplify_aggr_init_expr()
3170 call_expr = build2 (MODIFY_EXPR, TREE_TYPE (call_expr), slot, call_expr); in simplify_aggr_init_expr()
3178 call_expr = build_aggr_init (slot, call_expr, in simplify_aggr_init_expr()
3181 call_expr = build2 (COMPOUND_EXPR, TREE_TYPE (slot), call_expr, slot); in simplify_aggr_init_expr()
3184 *tp = call_expr; in simplify_aggr_init_expr()
HDChangeLog.tree-ssa68 static chain operand to call_expr.