/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm-generic.md | 59 (eq_attr "type" "store1"))) 101 (eq_attr "type" "store1"))) 121 (eq_attr "type" "load_byte,load1,load2,load3,load4,store1"))) 146 (eq_attr "type" "!mult,load_byte,load1,load2,load3,load4,store1,store2,store3,store4")))
|
H A D | iwmmxt.md | 117 [(set_attr "type" "*,*,load1,store1,*,*,load1,store1,*") 155 [(set_attr "type" "*,*,load1,store1,*,*") 176 (set_attr "type" "*,store1,load1,*,*,load1") 196 (set_attr "type" "*,store1,load1,*,*,load1") 216 (set_attr "type" "*,store1,load1,*,*,load1")
|
H A D | cirrus.md | 423 (set_attr "type" " *, load1, *, *,store1, *,load1,store1")
|
H A D | arm926ejs.md | 131 (eq_attr "type" "store1"))
|
H A D | vfp.md | 140 (set_attr "type" "*,*,load1,store1,r_2_f,f_2_r,ffarith,f_loads,f_stores") 203 (set_attr "type" "r_2_f,f_2_r,ffarith,*,f_loads,f_stores,load1,store1")
|
H A D | arm1026ejs.md | 175 (eq_attr "type" "store1"))
|
H A D | arm1136jfs.md | 300 (eq_attr "type" "store1"))
|
H A D | arm1020e.md | 175 (eq_attr "type" "store1"))
|
H A D | fpa.md | 545 "ffarith,ffarith,f_load,f_store,r_mem_f,f_mem_r,*,load1,store1")
|
H A D | arm.md | 232 …,r_mem_f,f_2_r,r_2_f,f_cvt,branch,call,load_byte,load1,load2,load3,load4,store1,store2,store3,stor… 2611 (set_attr "type" "store1")] 4403 [(set_attr "type" "*,*,load1,store1") 4440 (set_attr "type" "*,*,*,*,load1,store1,load1,store1,*") 4959 (set_attr "type" "*,load1,store1,*,*,*")] 5026 [(set_attr "type" "*,*,store1,load1") 5169 [(set_attr "type" "*,*,load1,store1") 5187 (set_attr "type" "*,load1,store1,*,*,*") 5242 (set_attr "type" "*,load1,store1") 5263 (set_attr "type" "*,load1,store1,load1,store1,*,*")
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-dse.c | 201 memory_address_same (tree store1, tree store2) in memory_address_same() argument 205 walk_data.store1_bb = bb_for_stmt (store1); in memory_address_same() 208 return (walk_tree (&TREE_OPERAND (store1, 0), memory_ssa_name_same, in memory_address_same()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 145 unsigned store1; member
|
H A D | HexagonShuffler.cpp | 432 if (Summary.store1 && Summary.stores > 1) { in restrictStoreLoadOrder() 525 ++Summary.store1; in GetPacketSummary()
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_noinst_test.cpp | 320 CallAsanMemoryAccessAdd##reg##store1, \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.md | 2447 (set_attr "type" "store1")] 4114 (set_attr "type" "*,*,*,*,load,store1,load,store1,*") 5030 (set_attr "type" "*,load,store1,load,store1,*,*") 8063 [(set_attr "type" "store1") 8079 [(set_attr "type" "store1") 8161 [(set_attr "type" "store1") 8177 [(set_attr "type" "store1") 8265 [(set_attr "type" "store1") 8283 [(set_attr "type" "store1") 8337 [(set_attr "type" "store1") [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.c | 3609 c4x_address_conflict (op0, op1, store0, store1) in c4x_address_conflict() argument 3613 int store1; 3630 if (store0 && store1)
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.c | 3085 c4x_address_conflict (rtx op0, rtx op1, int store0, int store1) in c4x_address_conflict() argument 3102 if (store0 && store1) in c4x_address_conflict()
|