Searched refs:sync_epoch (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp731 bool ContainsSameAccessSlow(u64 *s, u64 a, u64 sync_epoch, bool is_write) { argument
737 old.epoch() > sync_epoch &&
750 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { argument
777 // epoch1[0:63] = sync_epoch
778 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch);
779 // epoch[0:31] = sync_epoch[0:31]
780 // epoch[32:63] = sync_epoch[0:31]
781 // epoch[64:95] = sync_epoch[0:31]
782 // epoch[96:127] = sync_epoch[0:31]
790 // epoch_vect >= sync_epoch
804 ContainsSameAccess(u64 *s, u64 a, u64 sync_epoch, bool is_write) argument
[all...]

Completed in 98 milliseconds