Searched refs:gimple_build_call_from_tree (Results 1 – 23 of 23) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 718 call = gimple_build_call_from_tree (lhs.value, NULL); in c_parser_gimple_statement() 850 gimple *call = gimple_build_call_from_tree (rhs.value, NULL); in c_parser_gimple_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 723 call = gimple_build_call_from_tree (lhs.value, NULL); in c_parser_gimple_statement() 855 gimple *call = gimple_build_call_from_tree (rhs.value, NULL); in c_parser_gimple_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.gimple-classes | 443 (gimple_build_call_from_tree): Likewise. 684 (gimple_build_call_from_tree): Likewise. 3853 (gimple_build_call_from_tree): Likewise. 3866 (gimple_build_call_from_tree): Likewise.
|
H A D | gimple.cc | 360 gimple_build_call_from_tree (tree t, tree fnptrtype) in gimple_build_call_from_tree() function
|
H A D | gimple.h | 1525 gcall *gimple_build_call_from_tree (tree, tree);
|
H A D | ChangeLog.tuples | 2567 Call gimple_build_call_from_tree if WANT_VALUE is false. 2585 * gimple.c (gimple_build_call_from_tree): New. 2588 (gimple_build_call_from_tree): Declare.
|
H A D | gimplify.cc | 3817 call = gimple_build_call_from_tree (*expr_p, fnptrtype); in gimplify_call_expr() 6231 call_stmt = gimple_build_call_from_tree (*from_p, fnptrtype); in gimplify_modify_expr()
|
H A D | ChangeLog-2017 | 2377 * gimple.c (gimple_build_call_from_tree): Propagate location. 7409 * gimple.c (gimple_build_call_from_tree): Set call location. 10750 gimple_build_call_from_tree. 10765 gimple_build_call_from_tree. 10773 * gimple.c (gimple_build_call_from_tree): Add second parameter. 10776 (gimple_build_call_from_tree): Update prototype. 10779 * gimplify.c: Add second argument to gimple_build_call_from_tree. 11057 * gimple.c (gimple_build_call_from_tree): Deal with all alloc variants
|
H A D | ChangeLog-2014 | 2177 gimple_build_call_from_tree, gimple_build_call_vec, 4497 (gimple_build_call_from_tree): Likewise. 4735 (gimple_build_call_from_tree): Likewise. 9562 (gimple_build_call_from_tree): Propagate CALL_WITH_BOUNDS_P
|
H A D | ChangeLog-2018 | 12031 * gimple.c (gimple_build_call_from_tree): Likewise. 20686 * gimple.c (gimple_build_call_from_tree): Likewise. 23216 * gimple.c (gimple_build_call_from_tree): Handle calls to
|
H A D | ChangeLog-2011 | 1744 * gimple.c (gimple_build_call_from_tree): Do not read 9414 * gimple.c (gimple_build_call_from_tree): Same. 29578 * gimple.c (gimple_build_call_from_tree): Remember
|
H A D | ChangeLog-2016 | 9664 * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR. 23559 * gimple.c (gimple_build_call_from_tree): Call
|
H A D | ChangeLog-2021 | 22047 * gimple.c (gimple_build_call_from_tree): Same.
|
H A D | ChangeLog-2009 | 16668 * gimple (gimple_build_call_from_tree): Likewise.
|
H A D | ChangeLog-2020 | 11392 * gimple.c (gimple_build_call_from_tree): Set
|
H A D | ChangeLog-2010 | 31347 * gimple.c (gimple_build_call_from_tree): Call it.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 357 gimple_build_call_from_tree (tree t, tree fnptrtype) in gimple_build_call_from_tree() function
|
H A D | gimple.h | 1523 gcall *gimple_build_call_from_tree (tree, tree);
|
H A D | gimplify.c | 3578 call = gimple_build_call_from_tree (*expr_p, fnptrtype); in gimplify_call_expr() 5919 call_stmt = gimple_build_call_from_tree (*from_p, fnptrtype); in gimplify_modify_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 1320 @deftypefn {GIMPLE function} gcall *gimple_build_call_from_tree (tree call_expr, @
|
H A D | gccint.info | 14297 -- GIMPLE function: gcall *gimple_build_call_from_tree (tree call_expr, 50570 * *gimple_build_call_from_tree: GIMPLE_CALL. (line 15)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 1328 @deftypefn {GIMPLE function} gcall *gimple_build_call_from_tree (tree call_expr, @
|
H A D | gccint.info | 13886 -- GIMPLE function: gcall *gimple_build_call_from_tree (tree call_expr, 48884 * *gimple_build_call_from_tree: GIMPLE_CALL. (line 15)
|