Searched refs:store0 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local 245 ++store0; in check() 268 if ((load0 > 1 || store0 > 1 || CVIloads > 1 || CVIstores > 1) || in check() 328 if (!store0) { in check()
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | store.ll | 6 define void @store0({} %v, {}* %p) { 7 ; COMBINE_PTR_LABEL: @"dfs$store0" 11 ; NO_COMBINE_PTR_LABEL: @"dfs$store0"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | store.ll | 6 define void @store0({} %v, {}* %p) { 7 ; COMBINE_PTR_LABEL: @"dfs$store0" 11 ; NO_COMBINE_PTR_LABEL: @"dfs$store0"
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 302 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local 356 ++store0; in check() 408 if ((load0 > 1 || store0 > 1) || (duplex > 1 || (duplex && memory))) { in check() 459 if (!store0) { in check()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 123 define void @store0(i16* nocapture %a, float %val) nounwind { 124 ; CHECK-LABEL: store0:
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-convert.ll | 123 define void @store0(i16* nocapture %a, float %val) nounwind { 124 ; CHECK-LABEL: store0:
|