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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp741 bool ContainsSameAccessSlow(u64 *s, u64 a, u64 sync_epoch, bool is_write) { argument
747 old.epoch() > sync_epoch &&
760 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { argument
787 // epoch1[0:63] = sync_epoch
788 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch);
789 // epoch[0:31] = sync_epoch[0:31]
790 // epoch[32:63] = sync_epoch[0:31]
791 // epoch[64:95] = sync_epoch[0:31]
792 // epoch[96:127] = sync_epoch[0:31]
800 // epoch_vect >= sync_epoch
814 ContainsSameAccess(u64 *s, u64 a, u64 sync_epoch, bool is_write) argument
[all...]

Completed in 99 milliseconds