Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.cc117 gimple_size (enum gimple_code code, unsigned num_ops) in gimple_size() function
148 size = gimple_size (code, num_ops); in gimple_alloc()
1845 memcpy (stmt, old_stmt, gimple_size (gimple_code (old_stmt))); in gimple_assign_set_rhs_with_ops()
1917 memcpy (copy, stmt, gimple_size (code)); in gimple_copy()
H A DChangeLog.tuples1004 (gimple_size, walk_gimple_op): Likewise.
2142 * gimple.c (gimple_size): Add case for GIMPLE_OMP_SECTIONS_SWITCH.
3275 (gimple_size): Adjust size of GIMPLE_OMP_{RETURN,CONTINUE}.
4869 (gimple_size): Same.
5571 * gimple.c (gimple_size): Handle GIMPLE_WITH_CLEANUP_EXPR.
5828 (gimple_size): New.
H A Dgimple.h1515 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
H A Dgimple-fold.cc6927 = (gassign *) XALLOCAVEC (char, gimple_size (GIMPLE_ASSIGN, 3)); in maybe_fold_comparisons_from_match_pd()
6936 = (gassign *) XALLOCAVEC (char, gimple_size (GIMPLE_ASSIGN, 3)); in maybe_fold_comparisons_from_match_pd()
H A DChangeLog-20099719 (gimple_size): Likewise.
10112 (gimple_size): Rewrite using gsstruct_code_size.
21991 (gimple_size): Likewise.
H A DChangeLog-201914451 * gimple.c (gimple_size): Make it public and add num_ops argument.
14454 * gimple.h (gimple_size): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c114 gimple_size (enum gimple_code code, unsigned num_ops) in gimple_size() function
145 size = gimple_size (code, num_ops); in gimple_alloc()
1766 memcpy (stmt, old_stmt, gimple_size (gimple_code (old_stmt))); in gimple_assign_set_rhs_with_ops()
1838 memcpy (copy, stmt, gimple_size (code)); in gimple_copy()
H A Dgimple-fold.c5843 = (gassign *) XALLOCAVEC (char, gimple_size (GIMPLE_ASSIGN, 3)); in maybe_fold_comparisons_from_match_pd()
5851 = (gassign *) XALLOCAVEC (char, gimple_size (GIMPLE_ASSIGN, 3)); in maybe_fold_comparisons_from_match_pd()
H A Dgimple.h1513 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi2698 handle your new GIMPLE statement in @code{gimple_size} which is located
H A Dgccint.info15516 GIMPLE statement in 'gimple_size' which is located in 'gimple.cc'.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi2706 handle your new GIMPLE statement in @code{gimple_size} which is located
H A Dgccint.info15105 GIMPLE statement in 'gimple_size' which is located in 'gimple.c'.