/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | changes.cc | 279 rtx_insn *rtl = insn->rtl (); in possibly_queue_changes() local 328 rtx_insn *rtl = change.rtl (); in delete_insn() local 339 rtx_insn *rtl = change.rtl (); in move_insn() local 773 rtx_insn *rtl = change.rtl (); in recog_level2() local 909 rtx_insn *rtl = insn->rtl (); in recog_internal() local 956 rtx_insn *rtl = insn->rtl (); in perform_pending_updates() local
|
H A D | insns.cc | 377 function_info::append_artificial_insn (bb_info *bb, rtx_insn *rtl) in append_artificial_insn() 522 rtx_call_insn *rtl) in record_call_clobbers() 633 function_info::add_insn_to_block (build_info &bi, rtx_insn *rtl) in add_insn_to_block() 678 rtx_insn *rtl = insn->rtl (); in add_reg_unused_notes() local
|
H A D | changes.h | 48 rtx_insn *rtl () const { return m_insn->rtl (); } in rtl() function
|
H A D | insns.h | 176 rtx_insn *rtl () const { return m_rtl; } in rtl() function
|
H A D | internals.inl | 406 inline insn_info::insn_info (bb_info *bb, rtx_insn *rtl, int cost_or_uid)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | target-globals.h | 49 struct target_rtl *rtl; in class() local
|
H A D | dwarf2out.cc | 4312 is_pseudo_reg (const_rtx rtl) in is_pseudo_reg() 14209 dbx_reg_number (const_rtx rtl) in dbx_reg_number() 14253 reg_loc_descriptor (rtx rtl, enum var_init_status initialized) in reg_loc_descriptor() 14318 multiple_reg_loc_descriptor (rtx rtl, rtx regs, in multiple_reg_loc_descriptor() 14908 is_based_loc (const_rtx rtl) in is_based_loc() 14948 expansion_failed (tree expr, rtx rtl, char const *reason) in expansion_failed() 14967 const_ok_for_output_1 (rtx rtl) in const_ok_for_output_1() 15101 const_ok_for_output (rtx rtl) in const_ok_for_output() 15223 scompare_loc_descriptor_narrow (enum dwarf_location_atom op, rtx rtl, in scompare_loc_descriptor_narrow() 15288 scompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in scompare_loc_descriptor() [all …]
|
H A D | symtab.cc | 1520 rtx rtl, symbol; in make_decl_local() local 1622 rtx rtl = DECL_RTL (decl); in copy_visibility_from() local
|
H A D | basic-block.h | 139 struct rtl_bb_info * rtl; member
|
H A D | cfgexpand.cc | 2255 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars() local 2443 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars() local 4390 rtx rtl = gen_rtx_ENTRY_VALUE (GET_MODE (incoming)); in expand_debug_parm_decl() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target-globals.h | 49 struct target_rtl *rtl; in class() local
|
H A D | dwarf2out.c | 4225 is_pseudo_reg (const_rtx rtl) in is_pseudo_reg() 13732 dbx_reg_number (const_rtx rtl) in dbx_reg_number() 13776 reg_loc_descriptor (rtx rtl, enum var_init_status initialized) in reg_loc_descriptor() 13841 multiple_reg_loc_descriptor (rtx rtl, rtx regs, in multiple_reg_loc_descriptor() 14431 is_based_loc (const_rtx rtl) in is_based_loc() 14471 expansion_failed (tree expr, rtx rtl, char const *reason) in expansion_failed() 14490 const_ok_for_output_1 (rtx rtl) in const_ok_for_output_1() 14624 const_ok_for_output (rtx rtl) in const_ok_for_output() 14746 scompare_loc_descriptor_narrow (enum dwarf_location_atom op, rtx rtl, in scompare_loc_descriptor_narrow() 14811 scompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in scompare_loc_descriptor() [all …]
|
H A D | symtab.c | 1371 rtx rtl, symbol; in make_decl_local() local 1474 rtx rtl = DECL_RTL (decl); in copy_visibility_from() local
|
H A D | cfgexpand.c | 2116 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars() local 2288 rtx rtl = DECL_RTL_IF_SET (var); in expand_used_vars() local 4214 rtx rtl = gen_rtx_ENTRY_VALUE (GET_MODE (incoming)); in expand_debug_parm_decl() local
|
H A D | basic-block.h | 139 struct rtl_bb_info * rtl; member
|
/netbsd-src/usr.bin/rump_dhcpclient/ |
H A D | configure.c | 290 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local 340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; in build_routes() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A 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.old/dist/gcc/config/rl78/ |
H A D | rl78.h | 457 #define RL78_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG) argument 460 #define SET_P(rtl) (GET_CODE (rtl) == SET) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.h | 457 #define RL78_REG_P(rtl) (REG_P (rtl) || GET_CODE (rtl) == SUBREG) argument 460 #define SET_P(rtl) (GET_CODE (rtl) == SET) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A 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.old/dist/gcc/config/ft32/ |
H A D | ft32.c | 898 ft32_elf_encode_section_info (tree decl, rtx rtl, int first) in ft32_elf_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.cc | 898 ft32_elf_encode_section_info (tree decl, rtx rtl, int first) in ft32_elf_encode_section_info()
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | interfacemgr.c | 121 size_t rtl = IFA_PAYLOAD(nlh); need_rescan() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | winnt.c | 296 i386_pe_encode_section_info (tree decl, rtx rtl, int first) in i386_pe_encode_section_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt.cc | 296 i386_pe_encode_section_info (tree decl, rtx rtl, int first) in i386_pe_encode_section_info()
|