Home
last modified time | relevance | path

Searched refs:rtl (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc1350 rtx GTY ((tag ("0"))) rtl;
4312 is_pseudo_reg (const_rtx rtl) in is_pseudo_reg() argument
4314 return ((REG_P (rtl) && REGNO (rtl) >= FIRST_PSEUDO_REGISTER) in is_pseudo_reg()
4315 || (GET_CODE (rtl) == SUBREG in is_pseudo_reg()
4316 && REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER)); in is_pseudo_reg()
5093 inchash::add_rtx (a->addr.rtl, hstate); in hash()
5108 return rtx_equal_p (a1->addr.rtl, a2->addr.rtl); in equal()
5126 e->addr.rtl = (rtx) addr; in init_addr_table_entry()
14209 dbx_reg_number (const_rtx rtl) in dbx_reg_number() argument
14211 unsigned regno = REGNO (rtl); in dbx_reg_number()
[all …]
Dcse.cc4130 rtx rtl; member
4249 entry.rtl = x; in add_to_set()
4458 if (GET_CODE (SET_DEST (sets[0].rtl)) != STRICT_LOW_PART in canonicalize_insn()
4459 && rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl))) in canonicalize_insn()
4482 rtx dest = SET_DEST (sets[i].rtl); in canonicalize_insn()
4483 rtx src = SET_SRC (sets[i].rtl); in canonicalize_insn()
4486 validate_change (insn, &SET_SRC (sets[i].rtl), new_rtx, 1); in canonicalize_insn()
4559 if (GET_CODE (SET_DEST (sets[0].rtl)) != ZERO_EXTRACT in cse_insn()
4560 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl)) in cse_insn()
4561 || GET_CODE (SET_DEST (sets[0].rtl)) == STRICT_LOW_PART)) in cse_insn()
[all …]
Dfwprop.cc199 : insn_propagation (use_insn->rtl (), from, to), in fwprop_propagation()
371 rtx_insn *use_rtl = use_insn->rtl (); in try_fwprop_subst_note()
435 rtx_insn *use_rtl = use_insn->rtl (); in try_fwprop_subst_pattern()
552 rtx_insn *use_rtl = use_insn->rtl (); in try_fwprop_subst_notes()
644 rtx_insn *def_rtl = def_insn->rtl (); in free_load_extend()
738 rtx_insn *use_rtl = use->insn ()->rtl (); in forward_propagate_subreg()
762 rtx_insn *use_rtl = use_insn->rtl (); in forward_propagate_and_simplify()
840 rtx_insn *def_rtl = def_insn->rtl (); in forward_propagate_into()
867 rtx_insn *use_rtl = use_insn->rtl (); in forward_propagate_into()
/netbsd/src/external/gpl3/gcc/usr.bin/backend/
DMakefile11 SRCS= ${G_OBJS:S,analyzer/,,:S,rtl-ssa/,,} ${G_out_file:T} regsub.cc
219 build-rtl.cc: rtl.cc \
222 rm -f build-rtl.cc
224 ${GNUHOSTDIST}/gcc/rtl.cc >${.TARGET}
225 build-rtl.lo: ${HH} insn-constants.h
226 CLEANFILES+= build-rtl.cc
228 build-print-rtl.cc: print-rtl.cc \
231 rm -f build-print-rtl.cc
233 ${GNUHOSTDIST}/gcc/print-rtl.cc >${.TARGET}
234 build-print-rtl.lo: ${HH}
[all …]
/netbsd/src/usr.bin/rump_dhcpclient/
Dconfigure.c290 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local
293 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { in add_router_host_route()
329 if (rtl == NULL) in add_router_host_route()
332 rtl->next = rtn; in add_router_host_route()
340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; in build_routes() local
357 if ((or = find_route(routes, rt, &rtl, NULL))) { in build_routes()
364 if (rtl != NULL) in build_routes()
365 rtl->next = or->next; in build_routes()
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earm/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/vax/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.h618 #define RX_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG) argument
621 #define SET_P(rtl) (GET_CODE (rtl) == SET) argument
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/
Ddefs.mk8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print…
26rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fix…
30 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
31 …nt-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.de…
39rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…

12345678910>>...13