Lines Matching refs:targetm

398       stripped_name = targetm.strip_name_encoding (name);
460 flags = targetm.section_type_flags (decl, name, reloc);
472 && targetm.have_named_sections
475 targetm.asm_out.unique_section (decl, reloc);
493 targetm.asm_out.globalize_label (file, name);
544 && targetm.have_named_sections)
570 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl));
586 return targetm.asm_out.select_section (current_function_decl,
911 && !(prefer_noswitch_p && targetm.have_switchable_bss_sections)
920 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl));
1046 targetm.encode_section_info (decl, DECL_RTL (decl), false);
1167 targetm.encode_section_info (decl, DECL_RTL (decl), true);
1334 p = targetm.strip_name_encoding (XSTR (XEXP (decl_rtl, 0), 0));
1473 targetm.asm_out.mark_decl_preserved (fnname);
1785 /* Make sure targetm.encode_section_info is invoked before we set
1820 targetm.asm_out.mark_decl_preserved (name);
1983 targetm.asm_out.external_libcall (fun);
2080 real_name = targetm.strip_name_encoding (name);
2169 targetm.asm_out.internal_label (asm_out_file, "LTRAMP", 0);
2209 ops = &targetm.asm_out.aligned_op;
2211 ops = &targetm.asm_out.unaligned_op;
2216 return targetm.asm_out.byte_op;
2269 if (targetm.asm_out.integer (x, size, aligned_p))
2785 return targetm.asm_out.select_section (exp,
2854 targetm.encode_section_info (exp, rtl, true);
3008 can use one per-file pool. Should add a targetm bit to tell the
3206 if (targetm.cannot_force_const_mem (x))
3213 pool = (targetm.use_blocks_for_constant_p (mode, x)
3267 if (use_object_blocks_p () && targetm.use_blocks_for_constant_p (mode, x))
3269 section *sect = targetm.asm_out.select_rtx_section (mode, x, align);
3428 targetm.asm_out.internal_label (asm_out_file, "LC", desc->labelno);
3549 switch_to_section (targetm.asm_out.select_rtx_section
4019 && targetm.valid_pointer_mode (TYPE_MODE (TREE_TYPE (exp))))
4027 && targetm.valid_pointer_mode (TYPE_MODE (TREE_TYPE (exp))))
4803 targetm.asm_out.globalize_label (asm_out_file, name);
5099 targetm.asm_out.visibility (decl, vis);
5214 targetm.asm_out.init_sections ();
5226 is_local = targetm.binds_local_p (decl);
5320 return bss_noswitch_section || targetm.have_switchable_bss_sections;
5487 if (reloc & targetm.asm_out.reloc_rw_mask ())
5492 else if (reloc & targetm.asm_out.reloc_rw_mask ())
5506 if ((reloc & targetm.asm_out.reloc_rw_mask ())
5530 else if (targetm.in_small_data_p (decl))
5534 else if (targetm.have_srodata_section && ret == SECCAT_RODATA)
5687 name = targetm.strip_name_encoding (name);
5746 if (compute_reloc_for_rtx (x) & targetm.asm_out.reloc_rw_mask ())
5760 if (reloc & targetm.asm_out.reloc_rw_mask ())
5789 if (targetm.binds_local_p (decl))
5793 else if (targetm.in_small_data_p (decl))
5852 if (!targetm.binds_local_p (decl))
5860 if (targetm.in_small_data_p (decl))
5982 if (targetm.file_start_app_off && !flag_verbose_asm)
5985 if (targetm.file_start_file_directive)
6038 targetm.asm_out.named_section (new_section->named.name,
6131 max_offset = (unsigned HOST_WIDE_INT) targetm.max_anchor_offset;
6132 min_offset = (unsigned HOST_WIDE_INT) targetm.min_anchor_offset;
6210 targetm.asm_out.output_anchor (symbol);
6270 && targetm.binds_local_p (decl))