Searched refs:gimple_size (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple.cc | 117 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 D | ChangeLog.tuples | 1004 (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 D | gimple.h | 1515 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
|
H A D | gimple-fold.cc | 6927 = (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 D | ChangeLog-2009 | 9719 (gimple_size): Likewise. 10112 (gimple_size): Rewrite using gsstruct_code_size. 21991 (gimple_size): Likewise.
|
H A D | ChangeLog-2019 | 14451 * 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 D | gimple.c | 114 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 D | gimple-fold.c | 5843 = (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 D | gimple.h | 1513 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 2698 handle your new GIMPLE statement in @code{gimple_size} which is located
|
H A D | gccint.info | 15516 GIMPLE statement in 'gimple_size' which is located in 'gimple.cc'.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 2706 handle your new GIMPLE statement in @code{gimple_size} which is located
|
H A D | gccint.info | 15105 GIMPLE statement in 'gimple_size' which is located in 'gimple.c'.
|