Lines Matching refs:epoch
110 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
114 : fast_state(tid, epoch)
509 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
511 hdr->epoch0 = thr->fast_state.epoch();
576 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
628 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word);
664 old.epoch() > sync_epoch &&
706 // epoch[0:31] = sync_epoch[0:31]
707 // epoch[32:63] = sync_epoch[0:31]
708 // epoch[64:95] = sync_epoch[0:31]
709 // epoch[96:127] = sync_epoch[0:31]
710 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
718 const m128 epoch_res = _mm_cmpgt_epi32(epoch_vect, epoch);