Searched refs:in_struct_p (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.c489 a29k_set_memflags_1 (x, in_struct_p, scalar_p, volatile_p, unchanging_p)
491 int in_struct_p, scalar_p, volatile_p, unchanging_p;
500 a29k_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p, local
505 a29k_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p, local
510 a29k_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p,
512 a29k_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, unchanging_p);
516 MEM_IN_STRUCT_P (x) = in_struct_p;
537 int in_struct_p = MEM_IN_STRUCT_P (ref);
543 || (! in_struct_p && ! volatile_p && ! unchanging_p))
546 a29k_set_memflags_1 (insn, in_struct_p, scalar_
507 a29k_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, unchanging_p); local
532 int in_struct_p = MEM_IN_STRUCT_P (ref); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1010 alpha_set_memflags_1 (x, in_struct_p, volatile_p, unchanging_p)
1012 int in_struct_p, volatile_p, unchanging_p;
1021 alpha_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p,
1026 alpha_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p,
1031 alpha_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p,
1033 alpha_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p,
1038 MEM_IN_STRUCT_P (x) = in_struct_p;
1065 int in_struct_p, volatile_p, unchanging_p;
1070 in_struct_p = MEM_IN_STRUCT_P (ref);
1077 if (! in_struct_p
1022 alpha_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p, local
1027 alpha_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p, local
1029 alpha_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, local
1061 int in_struct_p, volatile_p, unchanging_p; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c3127 in_struct_p, scalar_p)
3134 int in_struct_p;
3157 MEM_IN_STRUCT_P (mem) = in_struct_p;
3171 in_struct_p, scalar_p)
3178 int in_struct_p;
3201 MEM_IN_STRUCT_P (mem) = in_struct_p;
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c507 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p) argument
536 if (arg_p && type_size > 16 && !in_struct_p)
545 in an array type. That's why we do not set in_struct_p to
547 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local

Completed in 109 milliseconds