Searched refs:get_args_size (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c966 args_size = get_args_size (note);
H A Drecog.c3518 fixup_args_size_notes (before_try, last, get_args_size (as_note));
H A Drtl.h3481 extern poly_int64 get_args_size (const_rtx);
H A Demit-rtl.c3968 fixup_args_size_notes (NULL, insn_last, get_args_size (note));
H A Drtlanal.c973 get_args_size (const_rtx x)
969 get_args_size (const_rtx x) function
H A Dreload1.c4587 get_args_size (p));
H A Dexpr.c4208 gcc_assert (!note || known_eq (args_size, get_args_size (note)));
H A Dcombine.c14394 poly_int64 old_size, args_size = get_args_size (note);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc1057 args_size = get_args_size (note);
H A Drtl.h3620 extern poly_int64 get_args_size (const_rtx);
H A Drecog.cc4024 fixup_args_size_notes (before_try, last, get_args_size (as_note));
H A Demit-rtl.cc3942 fixup_args_size_notes (NULL, insn_last, get_args_size (note));
H A Drtlanal.cc974 get_args_size (const_rtx x)
970 get_args_size (const_rtx x) function
H A Dreload1.cc4583 get_args_size (p));
H A Dexpr.cc4478 gcc_assert (!note || known_eq (args_size, get_args_size (note)));
H A Dcombine.cc14297 poly_int64 old_size, args_size = get_args_size (note);

Completed in 853 milliseconds