Home
last modified time | relevance | path

Searched refs:CALL_EXPR_STATIC_CHAIN (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c387 && CALL_EXPR_STATIC_CHAIN (*expr_p) != NULL_TREE) in brig_langhook_gimplify_expr()
388 CALL_EXPR_STATIC_CHAIN (*expr_p) = NULL_TREE; in brig_langhook_gimplify_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-tree.c748 print_node (file, "static_chain", CALL_EXPR_STATIC_CHAIN (node), in print_node()
H A Dcalls.c4429 if (CALL_EXPR_STATIC_CHAIN (exp)) in expand_call()
4430 static_chain_value = expand_normal (CALL_EXPR_STATIC_CHAIN (exp)); in expand_call()
H A Dgimplify.c3470 CALL_EXPR_STATIC_CHAIN (*expr_p) = CALL_EXPR_STATIC_CHAIN (call); in gimplify_call_expr()
3511 if (CALL_EXPR_STATIC_CHAIN (*expr_p)) in gimplify_call_expr()
3514 CALL_EXPR_STATIC_CHAIN (*expr_p) = NULL; in gimplify_call_expr()
3518 t = gimplify_arg (&CALL_EXPR_STATIC_CHAIN (*expr_p), pre_p, in gimplify_call_expr()
H A Dgimple.c382 gimple_call_set_chain (call, CALL_EXPR_STATIC_CHAIN (t)); in gimple_build_call_from_tree()
H A Dtree-pretty-print.c2609 op1 = CALL_EXPR_STATIC_CHAIN (node); in dump_generic_node()
H A Dcfgexpand.c2647 CALL_EXPR_STATIC_CHAIN (exp) = gimple_call_chain (stmt); in expand_call_stmt()
H A Dtree.c5082 CALL_EXPR_STATIC_CHAIN (ret) = NULL_TREE; in build_nt_call_vec()
11410 CALL_EXPR_STATIC_CHAIN (t) = NULL; in build_call_1()
H A Dtree.h1330 #define CALL_EXPR_STATIC_CHAIN(NODE) TREE_OPERAND (CALL_EXPR_CHECK (NODE), 2) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1041 CALL_EXPR_STATIC_CHAIN (t) = NULL; in prepare_op_call()
H A Dtree.c3453 CALL_EXPR_STATIC_CHAIN (ret) = NULL_TREE; in build_min_nt_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-tree.cc750 print_node (file, "static_chain", CALL_EXPR_STATIC_CHAIN (node), in print_node()
H A Dcalls.cc3421 if (CALL_EXPR_STATIC_CHAIN (exp)) in expand_call()
3422 static_chain_value = expand_normal (CALL_EXPR_STATIC_CHAIN (exp)); in expand_call()
H A Dgimple.cc385 gimple_call_set_chain (call, CALL_EXPR_STATIC_CHAIN (t)); in gimple_build_call_from_tree()
H A Dgimplify.cc3709 CALL_EXPR_STATIC_CHAIN (*expr_p) = CALL_EXPR_STATIC_CHAIN (call); in gimplify_call_expr()
3750 if (CALL_EXPR_STATIC_CHAIN (*expr_p)) in gimplify_call_expr()
3753 CALL_EXPR_STATIC_CHAIN (*expr_p) = NULL; in gimplify_call_expr()
3757 t = gimplify_arg (&CALL_EXPR_STATIC_CHAIN (*expr_p), pre_p, in gimplify_call_expr()
H A Dtree-pretty-print.cc2788 op1 = CALL_EXPR_STATIC_CHAIN (node); in dump_generic_node()
H A Dtree.cc5318 CALL_EXPR_STATIC_CHAIN (ret) = NULL_TREE; in build_nt_call_vec()
10587 CALL_EXPR_STATIC_CHAIN (t) = NULL; in build_call_1()
H A Dtree.h1359 #define CALL_EXPR_STATIC_CHAIN(NODE) TREE_OPERAND (CALL_EXPR_CHECK (NODE), 2) macro
H A Dcfgexpand.cc2798 CALL_EXPR_STATIC_CHAIN (exp) = gimple_call_chain (stmt); in expand_call_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1040 CALL_EXPR_STATIC_CHAIN (t) = NULL; in prepare_op_call()
H A Dtree.cc3661 CALL_EXPR_STATIC_CHAIN (ret) = NULL_TREE; in build_min_nt_call_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc1397 if (CALL_EXPR_STATIC_CHAIN (exp)) in m68k_ok_for_sibcall_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1156 if (CALL_EXPR_STATIC_CHAIN (exp)) in rs6000_function_ok_for_sibcall()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c1397 if (CALL_EXPR_STATIC_CHAIN (exp)) in m68k_ok_for_sibcall_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1128 if (CALL_EXPR_STATIC_CHAIN (exp)) in rs6000_function_ok_for_sibcall()

12