Home
last modified time | relevance | path

Searched refs:DECL_RTL (Results 1 – 25 of 109) sorted by relevance

12345

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddbxout.cc2506 && MEM_P (DECL_RTL (expr))) in dbxout_expand_expr()
3335 home = DECL_RTL (decl); in dbxout_common_check()
3468 && is_a <fixed_size_mode> (GET_MODE (DECL_RTL (parms)), &rtl_mode)) in dbxout_parms()
3480 eliminate_regs (DECL_RTL (parms), VOIDmode, NULL_RTX)); in dbxout_parms()
3485 leaf_renumber_regs_insn (DECL_RTL (parms)); in dbxout_parms()
3521 else if (REG_P (DECL_RTL (parms))) in dbxout_parms()
3539 if (REGNO (DECL_RTL (parms)) < FIRST_PSEUDO_REGISTER) in dbxout_parms()
3540 best_rtl = DECL_RTL (parms); in dbxout_parms()
3548 else if (MEM_P (DECL_RTL (parms)) in dbxout_parms()
3549 && REG_P (XEXP (DECL_RTL (parms), 0)) in dbxout_parms()
[all …]
Dstmt.cc104 return as_a <rtx_insn *> (DECL_RTL (label)); in label_rtx()
160 LABEL_NAME (DECL_RTL (label)) = IDENTIFIER_POINTER (DECL_NAME (label)); in expand_label()
449 && REG_P (DECL_RTL (decl)) in decl_overlaps_hard_reg_set_p()
450 && REGNO (DECL_RTL (decl)) < FIRST_PSEUDO_REGISTER) in decl_overlaps_hard_reg_set_p()
452 rtx reg = DECL_RTL (decl); in decl_overlaps_hard_reg_set_p()
Dfunction.cc1890 instantiate_decl_rtl (DECL_RTL (t)); in instantiate_expr()
1916 instantiate_decl_rtl (DECL_RTL (t)); in instantiate_decls_1()
1941 instantiate_decl_rtl (DECL_RTL (decl)); in instantiate_decls()
1954 instantiate_decl_rtl (DECL_RTL (decl)); in instantiate_decls()
1965 instantiate_decl_rtl (DECL_RTL (DECL_VALUE_EXPR (decl))); in instantiate_decls()
1973 instantiate_decl_rtl (DECL_RTL (decl)); in instantiate_decls()
3603 real = DECL_RTL (fnargs[i]); in assign_parms_unsplit_complex()
3604 imag = DECL_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex()
3679 DECL_INCOMING_RTL (parm) = DECL_RTL (parm); in assign_parms()
3785 rtx addr = DECL_RTL (all.function_result_decl); in assign_parms()
[all …]
Dvarasm.cc1461 x = DECL_RTL (decl); in make_decl_rtl()
1476 targetm.encode_section_info (decl, DECL_RTL (decl), false); in make_decl_rtl()
1556 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number; in make_decl_rtl()
1557 REG_USERVAR_P (DECL_RTL (decl)) = 1; in make_decl_rtl()
1639 targetm.encode_section_info (decl, DECL_RTL (decl), true); in make_decl_rtl()
1653 return DECL_RTL (decl); in make_decl_rtl_for_debug()
1664 rtl = DECL_RTL (decl); in make_decl_rtl_for_debug()
1835 rtx x = DECL_RTL (decl); in get_fnname_from_decl()
2251 const char *name = XSTR (XEXP (DECL_RTL (decl), 0), 0); in assemble_undefined_decl()
2291 if (DECL_RTL_SET_P (decl) && REG_P (DECL_RTL (decl))) in assemble_variable()
[all …]
Dxcoffout.h96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
Dcfgexpand.cc290 else if (DECL_RTL (var) == pc_rtx) in set_rtl()
298 else if (DECL_RTL (var) != x) in set_rtl()
1147 : DECL_RTL (decl) != pc_rtx) in expand_stack_vars()
1172 : DECL_RTL (decl) != pc_rtx) in expand_stack_vars()
1428 gcc_assert (DECL_RTL (parm) == x); in set_parm_rtl()
1774 || (DECL_RTL_SET_P (var) && MEM_P (DECL_RTL (var)))) in expand_one_var()
3208 && REG_P (DECL_RTL (val)) in expand_asm_stmt()
3209 && HARD_REGISTER_P (DECL_RTL (val))) in expand_asm_stmt()
3211 unsigned j, output_hregno = REGNO (DECL_RTL (val)); in expand_asm_stmt()
3218 && REG_P (DECL_RTL (output_tvec[j])) in expand_asm_stmt()
[all …]
Dxcoffout.cc488 const char *fname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in xcoffout_end_epilogue()
Doptabs-libfuncs.cc773 return XEXP (DECL_RTL (decl), 0); in init_one_libfunc_visibility()
796 return XEXP (DECL_RTL (decl), 0); in set_user_assembler_libfunc()
Dsymtab.cc1568 rtl = DECL_RTL (decl); in make_decl_local()
1622 rtx rtl = DECL_RTL (decl); in copy_visibility_from()
2465 && MEM_P (DECL_RTL (target->decl)) in can_increase_alignment_p()
2466 && SYMBOL_REF_HAS_BLOCK_INFO_P (XEXP (DECL_RTL (target->decl), 0))) in can_increase_alignment_p()
Dalias.cc912 && DECL_RTL_SET_P (t) && MEM_P (DECL_RTL (t))) in get_alias_set()
913 return MEM_ALIAS_SET (DECL_RTL (t)); in get_alias_set()
2241 x_base = XEXP (DECL_RTL (x_node->decl), 0); in compare_base_symbol_refs()
2920 rtlx = DECL_RTL (exprx); in nonoverlapping_memrefs_p()
2921 rtly = DECL_RTL (expry); in nonoverlapping_memrefs_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.cc1988 x = DECL_RTL (current_function_decl); in mcore_expand_prolog()
2905 rtlname = XEXP (DECL_RTL (decl), 0); in mcore_mark_dllexport()
2925 XEXP (DECL_RTL (decl), 0) = in mcore_mark_dllexport()
2940 rtlname = XEXP (DECL_RTL (decl), 0); in mcore_mark_dllimport()
2986 XEXP (DECL_RTL (decl), 0) = newrtl; in mcore_mark_dllimport()
3027 && DECL_RTL (decl) != NULL_RTX in mcore_encode_section_info()
3028 && GET_CODE (DECL_RTL (decl)) == MEM in mcore_encode_section_info()
3029 && GET_CODE (XEXP (DECL_RTL (decl), 0)) == MEM in mcore_encode_section_info()
3030 && GET_CODE (XEXP (XEXP (DECL_RTL (decl), 0), 0)) == SYMBOL_REF in mcore_encode_section_info()
3031 && mcore_dllimport_name_p (XSTR (XEXP (XEXP (DECL_RTL (decl), 0), 0), 0))) in mcore_encode_section_info()
[all …]
Dmcore-elf.h91 const char * name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.h815 if (GET_CODE (XEXP (DECL_RTL (DECL), 0)) != SYMBOL_REF) \
821 machopic_define_symbol (DECL_RTL (DECL)); \
825 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
Dopenbsd.h257 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
Delfos.h369 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
Ddarwin.cc2352 if (GET_CODE (XEXP (DECL_RTL (decl), 0)) != SYMBOL_REF) in darwin_asm_declare_object_name()
2357 (* targetm.encode_section_info) (decl, DECL_RTL (decl), false); in darwin_asm_declare_object_name()
2359 machopic_define_symbol (DECL_RTL (decl)); in darwin_asm_declare_object_name()
2558 (*targetm.encode_section_info) (decl, DECL_RTL (decl), false); in darwin_emit_local_bss()
2560 machopic_define_symbol (DECL_RTL (decl)); in darwin_emit_local_bss()
2720 (* targetm.encode_section_info) (decl, DECL_RTL (decl), false); in darwin_output_aligned_bss()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dsysv4.h71 if ((DECL) && sdata_symbolic_operand (XEXP (DECL_RTL (DECL), 0), Pmode)) \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Delf.h111 const char *alias = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dsol2.h210 ix86_print_operand (FILE, XEXP (DECL_RTL (FN), 0), 'P'); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsol2.h390 targetm.asm_out.print_operand (FILE, XEXP (DECL_RTL (FN), 0), 0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-string.cc1617 emit_library_call_value (XEXP (DECL_RTL (fun), 0), in expand_compare_loop()
2583 emit_library_call_value (XEXP (DECL_RTL (fun), 0), in expand_strn_compare()
2597 emit_library_call_value (XEXP (DECL_RTL (fun), 0), in expand_strn_compare()
2654 emit_library_call_value (XEXP (DECL_RTL (fun), 0), in expand_strn_compare()
2663 emit_library_call_value (XEXP (DECL_RTL (fun), 0), in expand_strn_compare()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.cc531 rtx mem, fnaddr = XEXP (DECL_RTL (fndecl), 0); in moxie_trampoline_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h2625 XSTR (XEXP (DECL_RTL (current_function_decl), \
2984 rtx fnsym = XEXP (DECL_RTL (current_function_decl), 0); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.cc1450 emit_move_insn (reg_fnaddr, XEXP (DECL_RTL (fndecl), 0)); in xstormy16_trampoline_init()
1535 assemble_name (file, XSTR (XEXP (DECL_RTL (function), 0), 0)); in xstormy16_asm_output_mi_thunk()
1555 rtx mem = decl == NULL_TREE ? NULL_RTX : DECL_RTL (decl); in xstormy16_asm_output_aligned_common()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/
Dfr30.cc1022 rtx fnaddr = XEXP (DECL_RTL (fndecl), 0); in fr30_trampoline_init()

12345