Lines Matching defs:same
241 // Note: we could check if there is a larger access of the same type,
243 // and now do smaller reads/writes, these can also be considered as "same
248 const m128 same = _mm_cmpeq_epi32(shadow, access);
249 return _mm_movemask_epi8(same);
259 // (thread epochs start from 1). So the same read bit mask
263 m128 same = _mm_cmpeq_epi32(masked_shadow, access);
269 same = _mm_or_si128(ro, same);
271 return _mm_movemask_epi8(same);
328 // We could also replace different sid's if access is the same,