Home
last modified time | relevance | path

Searched refs:StoreIntrinsic (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_x86intrinsics.ll10 define void @StoreIntrinsic(i8* %p, <4 x float> %x) nounwind uwtable sanitize_memory {
17 ; CHECK-LABEL: @StoreIntrinsic
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll623 define void @StoreIntrinsic(i8* %p, <4 x float> %x) nounwind uwtable sanitize_memory {
630 ; CHECK-LABEL: @StoreIntrinsic
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4261 TEST(MemorySanitizerOrigins, StoreIntrinsic) { in TEST() argument