Home
last modified time | relevance | path

Searched refs:ADDR_SPACE_GENERIC_P (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-c.cc266 if (!ADDR_SPACE_GENERIC_P (i)) in avr_register_target_pragmas()
481 if (!ADDR_SPACE_GENERIC_P (i) in avr_cpu_cpp_builtins()
Davr.cc1256 return !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl))); in avr_decl_flash_p()
1282 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))); in avr_mem_flash_p()
2693 return !ADDR_SPACE_GENERIC_P (as); in avr_mode_dependent_address_p()
10484 if (!ADDR_SPACE_GENERIC_P (as) in avr_nonconst_pointer_addrspace()
10621 if (!ADDR_SPACE_GENERIC_P (as)) in avr_insert_attributes()
10848 if (ADDR_SPACE_GENERIC_P (as)) in avr_section_type_flags()
11062 if (ADDR_SPACE_GENERIC_P (as)) in avr_asm_select_section()
12614 if (!ADDR_SPACE_GENERIC_P (as)) in avr_mode_code_base_reg_class()
12637 if (!ADDR_SPACE_GENERIC_P (as)) in avr_regno_mode_code_ok_for_base_p()
13452 if (ADDR_SPACE_GENERIC_P (as)) in avr_addr_space_legitimize_address()
[all …]
Davr.md429 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (operands[0])))
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcoretypes.h172 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC) macro
Dprint-tree.cc173 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node_brief()
344 if (TYPE_P (node) && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in print_node()
Dipa-visibility.cc819 || ! (ADDR_SPACE_GENERIC_P in function_and_variable_visibility()
Dtsan.cc142 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (base)))) in instrument_expr()
Dubsan.cc793 if (!ADDR_SPACE_GENERIC_P (as) in ubsan_expand_null_ifn()
1393 if (!ADDR_SPACE_GENERIC_P (as) in instrument_mem_ref()
Dtree-pretty-print.cc1859 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node()
2013 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node()
2071 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node))) in dump_generic_node()
Dasan.cc2275 || !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl))) in asan_protect_global()
2736 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (inner)))) in instrument_derefs()
Dprint-rtl.cc970 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (in_rtx))) in print_rtx()
Ddse.cc1202 if (ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (mem)) in canon_address()
Dexpr.cc1880 && ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x)) in emit_block_move_hints()
1881 && ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (y))) in emit_block_move_hints()
3295 else if (ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (object))) in clear_storage_hints()
5798 && ADDR_SPACE_GENERIC_P in expand_assignment()
Dvarasm.cc1254 && ADDR_SPACE_GENERIC_P (as)); in get_variable_section()
1279 if (ADDR_SPACE_GENERIC_P (as) in get_variable_section()
Dreload.cc2184 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in strict_memory_address_addr_space_p()
5066 if (memrefloc && ADDR_SPACE_GENERIC_P (as)) in find_reloads_address()
Drecog.cc1815 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in memory_address_addr_space_p()
Dtree-loop-distribution.cc1533 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (type))) in find_single_drs()
Dlra-constraints.cc331 lra_assert (ADDR_SPACE_GENERIC_P (as)); in valid_address_p()
Ddwarf2out.cc13852 if (!ADDR_SPACE_GENERIC_P (as)) in modified_type_die()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.cc582 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in moxie_legitimate_address_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.cc3253 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in mcore_legitimate_address_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.cc3036 gcc_assert (ADDR_SPACE_GENERIC_P (as)); in v850_legitimate_address_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc5025 if (MEM_P (x) && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))) in ix86_check_no_addr_space()
13854 if (ADDR_SPACE_GENERIC_P (as)) in ix86_print_operand_address_as()
13857 gcc_assert (ADDR_SPACE_GENERIC_P (parts.seg)); in ix86_print_operand_address_as()
13859 if (!ADDR_SPACE_GENERIC_P (as) && !raw) in ix86_print_operand_address_as()
13898 if (ASSEMBLER_DIALECT == ASM_INTEL && ADDR_SPACE_GENERIC_P (as)) in ix86_print_operand_address_as()
16846 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (op))) in ix86_attr_length_address_default()
Di386-expand.cc8423 have_as = !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (dst)); in ix86_expand_set_or_cpymem()
8425 have_as |= !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (src)); in ix86_expand_set_or_cpymem()
Di386.md19830 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (operands[3])))
20044 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (operands[1])))

12