Home
last modified time | relevance | path

Searched refs:last_clock (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.c7005 int last_clock = 0; in reset_sched_cycles_in_current_ebb() local
7037 cost = clock - last_clock; in reset_sched_cycles_in_current_ebb()
7155 last_clock = clock; in reset_sched_cycles_in_current_ebb()
7164 int last_clock = -1; in put_TImodes() local
7176 cost = (last_clock == -1) ? 1 : clock - last_clock; in put_TImodes()
7187 last_clock = clock; in put_TImodes()
H A Dsel-sched.cc7005 int last_clock = 0; in reset_sched_cycles_in_current_ebb() local
7037 cost = clock - last_clock; in reset_sched_cycles_in_current_ebb()
7155 last_clock = clock; in reset_sched_cycles_in_current_ebb()
7164 int last_clock = -1; in put_TImodes() local
7176 cost = (last_clock == -1) ? 1 : clock - last_clock; in put_TImodes()
7187 last_clock = clock; in put_TImodes()
H A Dtarget.def1321 @var{last_clock} and @var{clock} are, respectively, the\n\
1324 int, (FILE *dump, int verbose, rtx_insn *insn, int last_clock,
H A DChangeLog-201023919 last-sched_cycle to last_clock, cur_cycle to clock.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c7005 int last_clock = 0; in reset_sched_cycles_in_current_ebb() local
7037 cost = clock - last_clock; in reset_sched_cycles_in_current_ebb()
7155 last_clock = clock; in reset_sched_cycles_in_current_ebb()
7164 int last_clock = -1; in put_TImodes() local
7176 cost = (last_clock == -1) ? 1 : clock - last_clock; in put_TImodes()
7187 last_clock = clock; in put_TImodes()
H A Dtarget.def1343 @var{last_clock} and @var{clock} are, respectively, the\n\
1346 int, (FILE *dump, int verbose, rtx_insn *insn, int last_clock,
/netbsd/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c7700 ia64_dfa_new_cycle (FILE *dump, int verbose, rtx_insn *insn, int last_clock, in ia64_dfa_new_cycle() argument
7716 && last_clock != clock in ia64_dfa_new_cycle()
7727 last_clock == clock ? " + cycle advance" : ""); in ia64_dfa_new_cycle()
7733 if (last_clock == clock) in ia64_dfa_new_cycle()
H A Dia64.cc7700 ia64_dfa_new_cycle (FILE *dump, int verbose, rtx_insn *insn, int last_clock, in ia64_dfa_new_cycle() argument
7716 && last_clock != clock in ia64_dfa_new_cycle()
7727 last_clock == clock ? " + cycle advance" : ""); in ia64_dfa_new_cycle()
7733 if (last_clock == clock) in ia64_dfa_new_cycle()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7700 ia64_dfa_new_cycle (FILE *dump, int verbose, rtx_insn *insn, int last_clock, in ia64_dfa_new_cycle() argument
7716 && last_clock != clock in ia64_dfa_new_cycle()
7727 last_clock == clock ? " + cycle advance" : ""); in ia64_dfa_new_cycle()
7733 if (last_clock == clock) in ia64_dfa_new_cycle()
/netbsd/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.c3974 int last_clock ATTRIBUTE_UNUSED, in c6x_dfa_new_cycle()
3977 if (clock != last_clock) in c6x_dfa_new_cycle()
H A Dc6x.cc3976 int last_clock ATTRIBUTE_UNUSED, in c6x_dfa_new_cycle()
3979 if (clock != last_clock) in c6x_dfa_new_cycle()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c3974 int last_clock ATTRIBUTE_UNUSED, in c6x_dfa_new_cycle()
3977 if (clock != last_clock) in c6x_dfa_new_cycle()
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi7237 …E (FILE *@var{dump}, int @var{verbose}, rtx_insn *@var{insn}, int @var{last_clock}, int @var{clock…
7245 @var{last_clock} and @var{clock} are, respectively, the
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtm.texi7344 …E (FILE *@var{dump}, int @var{verbose}, rtx_insn *@var{insn}, int @var{last_clock}, int @var{clock…
7352 @var{last_clock} and @var{clock} are, respectively, the