Home
last modified time | relevance | path

Searched refs:MEMREF_VOLATILE (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
H A DChangeLog-20101265 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
7069 (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
13144 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddf-problems.c3983 #define MEMREF_VOLATILE 2 macro
3996 flags |= MEMREF_VOLATILE; in find_memory()
4000 flags |= MEMREF_VOLATILE; in find_memory()
4023 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4026 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4101 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4102 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4195 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4197 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddf-problems.c3737 #define MEMREF_VOLATILE 2 macro
3748 return MEMREF_VOLATILE; in find_memory()
3753 return MEMREF_VOLATILE; in find_memory()
3775 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
3778 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
3852 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3853 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3948 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
3950 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
H A DChangeLog-20101265 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
7069 (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
13144 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddf-problems.c3970 #define MEMREF_VOLATILE 2 macro
3983 flags |= MEMREF_VOLATILE; in find_memory()
3987 flags |= MEMREF_VOLATILE; in find_memory()
4010 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4013 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4088 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4089 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4182 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4184 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
H A DChangeLog-20101265 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
7069 (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
13144 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddf-problems.c3977 #define MEMREF_VOLATILE 2 macro
3990 flags |= MEMREF_VOLATILE; in find_memory()
3994 flags |= MEMREF_VOLATILE; in find_memory()
4017 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4020 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4095 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4096 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4188 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4190 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddf-problems.c4031 #define MEMREF_VOLATILE 2 macro
4044 flags |= MEMREF_VOLATILE; in find_memory()
4048 flags |= MEMREF_VOLATILE; in find_memory()
4071 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4074 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4149 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4150 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4242 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4244 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddf-problems.c3739 #define MEMREF_VOLATILE 2 macro
3750 return MEMREF_VOLATILE; in find_memory()
3755 return MEMREF_VOLATILE; in find_memory()
3777 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
3780 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
3854 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3855 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3950 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
3952 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddf-problems.c3991 #define MEMREF_VOLATILE 2 macro
4004 flags |= MEMREF_VOLATILE; in find_memory()
4008 flags |= MEMREF_VOLATILE; in find_memory()
4031 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4034 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4109 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4110 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4202 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4204 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
H A DChangeLog-20101265 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
7069 (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
13144 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddf-problems.c4031 #define MEMREF_VOLATILE 2 macro
4044 flags |= MEMREF_VOLATILE; in find_memory()
4048 flags |= MEMREF_VOLATILE; in find_memory()
4071 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4074 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4149 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4150 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4242 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4244 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddf-problems.c3991 #define MEMREF_VOLATILE 2 macro
4004 flags |= MEMREF_VOLATILE; in find_memory()
4008 flags |= MEMREF_VOLATILE; in find_memory()
4031 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4034 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4109 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4110 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4202 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4204 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddf-problems.c3983 #define MEMREF_VOLATILE 2 macro
3996 flags |= MEMREF_VOLATILE; in find_memory()
4000 flags |= MEMREF_VOLATILE; in find_memory()
4023 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4026 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4101 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4102 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4195 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4197 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddf-problems.c3969 #define MEMREF_VOLATILE 2 macro
3982 flags |= MEMREF_VOLATILE; in find_memory()
3986 flags |= MEMREF_VOLATILE; in find_memory()
4009 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4012 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4087 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4088 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4181 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4183 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddf-problems.c4031 #define MEMREF_VOLATILE 2 macro
4044 flags |= MEMREF_VOLATILE; in find_memory()
4048 flags |= MEMREF_VOLATILE; in find_memory()
4071 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4074 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4149 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4150 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4242 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4244 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddf-problems.c3739 #define MEMREF_VOLATILE 2 macro
3750 return MEMREF_VOLATILE; in find_memory()
3755 return MEMREF_VOLATILE; in find_memory()
3777 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
3780 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
3854 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3855 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
3950 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
3952 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddf-problems.c4031 #define MEMREF_VOLATILE 2 macro
4044 flags |= MEMREF_VOLATILE; in find_memory()
4048 flags |= MEMREF_VOLATILE; in find_memory()
4071 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4074 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4149 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4150 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4242 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4244 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddf-problems.c3970 #define MEMREF_VOLATILE 2 macro
3983 flags |= MEMREF_VOLATILE; in find_memory()
3987 flags |= MEMREF_VOLATILE; in find_memory()
4010 *pflags |= MEMREF_VOLATILE; in find_memory_stores()
4013 *pflags |= MEM_VOLATILE_P (x) ? MEMREF_VOLATILE : MEMREF_NORMAL; in find_memory_stores()
4088 memrefs_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4089 mem_sets_in_across |= MEMREF_VOLATILE; in can_move_insns_across()
4182 if ((mem_ref_flags | mem_set_flags) & MEMREF_VOLATILE) in can_move_insns_across()
4184 if ((memrefs_in_across & MEMREF_VOLATILE) && mem_ref_flags != 0) in can_move_insns_across()

12