Searched refs:in_struct_p (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/mt/ |
| D | mt.c | 1382 mt_set_memflags_1 (rtx x, int in_struct_p, int volatile_p) in mt_set_memflags_1() argument 1391 mt_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p); in mt_set_memflags_1() 1395 mt_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p); in mt_set_memflags_1() 1399 mt_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p); in mt_set_memflags_1() 1400 mt_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p); in mt_set_memflags_1() 1404 MEM_IN_STRUCT_P (x) = in_struct_p; in mt_set_memflags_1() 1427 int in_struct_p, volatile_p; in mt_set_memflags() local 1432 in_struct_p = MEM_IN_STRUCT_P (ref); in mt_set_memflags() 1438 if (! in_struct_p && ! volatile_p) in mt_set_memflags() 1442 mt_set_memflags_1 (insn, in_struct_p, volatile_p); in mt_set_memflags()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | alpha.c | 2585 alpha_set_memflags_1 (x, in_struct_p, volatile_p, unchanging_p) in alpha_set_memflags_1() argument 2587 int in_struct_p, volatile_p, unchanging_p; 2598 alpha_set_memflags_1 (XVECEXP (x, 0, i), in_struct_p, volatile_p, 2603 alpha_set_memflags_1 (PATTERN (x), in_struct_p, volatile_p, 2608 alpha_set_memflags_1 (SET_DEST (x), in_struct_p, volatile_p, 2610 alpha_set_memflags_1 (SET_SRC (x), in_struct_p, volatile_p, 2615 MEM_IN_STRUCT_P (x) = in_struct_p; 2641 int in_struct_p, volatile_p, unchanging_p; local 2646 in_struct_p = MEM_IN_STRUCT_P (ref); 2653 if (! in_struct_p && ! volatile_p && ! unchanging_p) [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.c | 4358 in_struct_p, scalar_p) in arm_gen_load_multiple() argument 4365 int in_struct_p; 4411 MEM_IN_STRUCT_P (mem) = in_struct_p; 4440 MEM_IN_STRUCT_P (mem) = in_struct_p; 4451 in_struct_p, scalar_p) in arm_gen_store_multiple() argument 4458 int in_struct_p; 4478 MEM_IN_STRUCT_P (mem) = in_struct_p; 4507 MEM_IN_STRUCT_P (mem) = in_struct_p;
|