Home
last modified time | relevance | path

Searched refs:SYMBOL_REF_DECL (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexplow.c691 if (SYMBOL_REF_DECL (x) && DECL_P (SYMBOL_REF_DECL (x))) in force_reg()
692 align = DECL_ALIGN (SYMBOL_REF_DECL (x)); in force_reg()
706 if (SYMBOL_REF_DECL (s) && DECL_P (SYMBOL_REF_DECL (s))) in force_reg()
707 sa = DECL_ALIGN (SYMBOL_REF_DECL (s)); in force_reg()
H A Dvarasm.c2945 tree exp = SYMBOL_REF_DECL (symbol); in output_constant_def_contents()
3448 tree exp = SYMBOL_REF_DECL (x); in mark_constant()
5820 decl = SYMBOL_REF_DECL (symbol); in default_use_anchors_for_symbol_p()
6053 decl = SYMBOL_REF_DECL (symbol); in place_block_symbol()
6059 decl = SYMBOL_REF_DECL (symbol); in place_block_symbol()
6200 decl = SYMBOL_REF_DECL (symbol); in output_object_block()
6207 decl = SYMBOL_REF_DECL (symbol); in output_object_block()
H A Dprint-rtl.c266 tree decl = SYMBOL_REF_DECL (in_rtx); in print_rtx()
H A Dfinal.c3211 if (SYMBOL_REF_DECL (x)) in output_addr_const()
3212 mark_decl_referenced (SYMBOL_REF_DECL (x)); in output_addr_const()
H A Difcvt.c2156 if (SYMBOL_REF_DECL (addr) in noce_mem_write_may_trap_or_fault_p()
2157 && decl_readonly_section (SYMBOL_REF_DECL (addr), 0)) in noce_mem_write_may_trap_or_fault_p()
H A Drtl.h1282 #define SYMBOL_REF_DECL(RTX) \ macro
H A Dexpmed.c5047 t = SYMBOL_REF_DECL (x); in make_tree()
H A DChangeLog-200613885 SYMBOL_REF_DECL.
13887 rather than SYMBOL_REF_DECL.
13901 (SYMBOL_REF_DECL): Return NULL if CONSTANT_POOL_ADDRESS_P.
13905 rather than SYMBOL_REF_DECL.
13908 rather than SYMBOL_REF_DECL.
H A Dexpr.c2793 tree decl = SYMBOL_REF_DECL (XEXP (cplx, 0)); in read_complex_part()
H A DChangeLog-200322786 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
25217 (build_constant_desc): Set SYMBOL_REF_DECL of the new
25230 SYMBOL_REF_DECL points to a constant.
26135 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
27018 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
27025 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
27026 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
H A DChangeLog-200419381 SYMBOL_REF_DECL.
27345 XSTR in place, so we don't lose SYMBOL_REF_DECL info.
31265 the SYMBOL_REF_DECL from the original RTX for the new
31714 the SYMBOL_REF_DECL from the original RTX for the new
32190 Call mark_decl_referenced on the SYMBOL_REF_DECL.
47712 string constants if TARGET_MIPS16. Use SYMBOL_REF_DECL to check
/freebsd-12.1/contrib/gcc/config/mips/
H A Dpredicates.md112 && SYMBOL_REF_DECL (op)
113 && !DECL_EXTERNAL (SYMBOL_REF_DECL (op))))
H A Dmips.c1237 if (SYMBOL_REF_DECL (x) == 0) in mips_classify_symbol()
1266 if (DECL_P (SYMBOL_REF_DECL (x)) in mips_classify_symbol()
1267 && TREE_PUBLIC (SYMBOL_REF_DECL (x)) in mips_classify_symbol()
1269 && targetm.binds_local_p (SYMBOL_REF_DECL (x)))) in mips_classify_symbol()
1330 if (SYMBOL_REF_DECL (symbol) != 0 in mips_offset_within_object_p()
1332 && offset < int_size_in_bytes (TREE_TYPE (SYMBOL_REF_DECL (symbol)))) in mips_offset_within_object_p()
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin.c173 tree decl = SYMBOL_REF_DECL (sym_ref); in machopic_symbol_defined_p()
487 if (SYMBOL_REF_DECL (p->symbol)) in machopic_validate_stub_or_non_lazy_ptr()
488 mark_decl_referenced (SYMBOL_REF_DECL (p->symbol)); in machopic_validate_stub_or_non_lazy_ptr()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dpredicates.md71 t = SYMBOL_REF_DECL (op);
/freebsd-12.1/contrib/gcc/doc/
H A Drtl.texi446 @findex SYMBOL_REF_DECL
447 @item SYMBOL_REF_DECL (@var{x})
453 @code{SYMBOL_REF_DECL} may also point to a tree of class @code{'c'},
465 A field of opaque type used to store @code{SYMBOL_REF_DECL} or
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c7517 if (SYMBOL_REF_DECL (x)) in output_pic_addr_const()
7518 mark_decl_referenced (SYMBOL_REF_DECL (x)); in output_pic_addr_const()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c10838 if (SYMBOL_REF_DECL (x)) in print_operand()
10839 mark_decl_referenced (SYMBOL_REF_DECL (x)); in print_operand()