Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp318 const m128 both_read_or_atomic = _mm_and_si128(access_and, mask_read_atomic); in CheckRaces() local
320 _mm_or_si128(_mm_or_si128(not_intersect, same_sid), both_read_or_atomic); in CheckRaces()