| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dwarf2out.cc | 1350 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 …]
|
| D | cse.cc | 4130 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 …]
|
| D | fwprop.cc | 199 : 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/ |
| D | Makefile | 11 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/ |
| D | configure.c | 290 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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx.h | 618 #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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.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/ |
| D | defs.mk | 8 G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print… 26 …rtl.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… 39 …rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHO…
|