Home
last modified time | relevance | path

Searched refs:pass_work_around_errata (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc-passes.def27 INSERT_PASS_AFTER (pass_delay_slots, 1, pass_work_around_errata);
H A Dsparc.c1606 class pass_work_around_errata : public rtl_opt_pass
1609 pass_work_around_errata(gcc::context *ctxt) in pass_work_around_errata() function
1633 return new pass_work_around_errata (ctxt); in make_pass_work_around_errata()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc-passes.def27 INSERT_PASS_AFTER (pass_delay_slots, 1, pass_work_around_errata);
H A Dsparc.cc1602 class pass_work_around_errata : public rtl_opt_pass class
1605 pass_work_around_errata(gcc::context *ctxt) in pass_work_around_errata() function in __anondbdaf7040111::pass_work_around_errata
1629 return new pass_work_around_errata (ctxt); in make_pass_work_around_errata()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201324355 * config/sparc/sparc.c (pass_work_around_errata): Convert from a
33693 (pass_work_around_errata): New pass definition.
33695 insert pass_work_around_errata just after delayed-branch scheduling.
H A DChangeLog-20174678 (pass_work_around_errata::gate): Also test sparc_fix_lost_divsqrt.
4706 (pass_work_around_errata::gate): Also test sparc_fix_gr712rc.
24110 (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
H A DChangeLog-20189565 (pass_work_around_errata::gate): Minor tweak.