Searched refs:tablejump_p (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-bti-insert.c170 if (tablejump_p (insn, NULL, &table))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-bti-insert.cc170 if (tablejump_p (insn, NULL, &table))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgbuild.c264 else if (tablejump_p (insn, NULL, &table))
643 if (bb != orig_bb && tablejump_p (BB_END (bb), NULL, &table))
H A Dcfgcleanup.c692 if (tablejump_p (BB_END (b), &label, &table)
1756 if (tablejump_p (BB_END (bb1), &label1, &table1)
1757 && tablejump_p (BB_END (bb2), &label2, &table2)
2049 if (tablejump_p (BB_END (osrc1), &label1, &table1)
2050 && tablejump_p (BB_END (osrc2), &label2, &table2)
2842 && !tablejump_p (BB_END (b),
H A Dcfgrtl.c657 if (tablejump_p (insn, NULL, NULL))
1082 if ((!optimize || reload_completed) && tablejump_p (insn, NULL, NULL))
1156 if (tablejump_p (insn, &label, &table))
1216 if (tablejump_p (insn, NULL, &table))
1664 if (tablejump_p (BB_END (e->src), NULL, &table))
1804 if (tablejump_p (q, &label, &table))
2352 if (tablejump_p (end, NULL, &table))
4252 if (tablejump_p (BB_END (bb), NULL, NULL))
5186 || tablejump_p (insn, NULL, NULL))
H A Dpostreload-gcse.c969 if (tablejump_p (BB_END (pred->src), NULL, NULL))
H A Dbb-reorder.c2270 && !tablejump_p (last_insn, NULL, NULL))
2420 if (computed_jump_p (end) || tablejump_p (end, NULL, NULL))
H A Djump.c1293 else if (tablejump_p (insn, NULL, &lab_next))
H A Dtarghooks.c675 if (tablejump_p (insn, NULL, NULL) || computed_jump_p (insn))
H A Difcvt.c4555 && tablejump_p (BB_END (then_bb), NULL, NULL))))
4603 && tablejump_p (BB_END (else_bb), NULL, NULL)))
5147 if (tablejump_p (end, NULL, NULL))
H A Ddwarf2cfi.c2491 if (tablejump_p (insn, NULL, &table))
H A Drtlanal.c3257 tablejump_p (const rtx_insn *insn, rtx_insn **labelp,
3279 /* For INSN known to satisfy tablejump_p, determine if it actually is a
4220 if (tablejump_p (jump_insn, NULL, &table))
3234 tablejump_p (const rtx_insn *insn, rtx_insn **labelp, function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgbuild.cc264 else if (tablejump_p (insn, NULL, &table))
643 if (bb != orig_bb && tablejump_p (BB_END (bb), NULL, &table))
H A Dcfgcleanup.cc691 if (tablejump_p (BB_END (b), &label, &table)
1743 if (tablejump_p (BB_END (bb1), &label1, &table1)
1744 && tablejump_p (BB_END (bb2), &label2, &table2)
2036 if (tablejump_p (BB_END (osrc1), &label1, &table1)
2037 && tablejump_p (BB_END (osrc2), &label2, &table2)
2813 && !tablejump_p (BB_END (b),
H A Dcfgrtl.cc658 if (tablejump_p (insn, NULL, NULL))
1094 if ((!optimize || reload_completed) && tablejump_p (insn, NULL, NULL))
1160 if (tablejump_p (insn, &label, &table))
1220 if (tablejump_p (insn, NULL, &table))
1668 if (tablejump_p (BB_END (e->src), NULL, &table))
1808 if (tablejump_p (q, &label, &table))
2372 if (tablejump_p (end, NULL, &table))
4313 if (tablejump_p (BB_END (bb), NULL, NULL))
5303 || tablejump_p (insn, NULL, NULL))
H A Dpostreload-gcse.cc970 if (tablejump_p (BB_END (pred->src), NULL, NULL))
H A Dbb-reorder.cc2270 && !tablejump_p (last_insn, NULL, NULL)
2421 if (computed_jump_p (end) || tablejump_p (end, NULL, NULL))
H A Djump.cc1253 else if (tablejump_p (insn, NULL, &lab_next))
H A Dtarghooks.cc687 if (tablejump_p (insn, NULL, NULL) || computed_jump_p (insn))
H A Difcvt.cc4934 && tablejump_p (BB_END (then_bb), NULL, NULL))))
4982 && tablejump_p (BB_END (else_bb), NULL, NULL)))
5528 if (tablejump_p (end, NULL, NULL))
H A Ddwarf2cfi.cc2644 if (tablejump_p (insn, NULL, &table))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c3848 if (CALL_P (insn) || tablejump_p (insn, 0, 0))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc3849 if (CALL_P (insn) || tablejump_p (insn, 0, 0))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c1129 if (tablejump_p (from, NULL, &table))
1477 if (tablejump_p (insn, NULL, &table))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc1216 if (tablejump_p (from, NULL, &table))
1565 if (tablejump_p (insn, NULL, &table))

Completed in 602 milliseconds

12