Searched refs:OrAtomic (Results 1 – 4 of 4) sorted by relevance
3109 TEST(ReactorUnitTests, OrAtomic) in TEST() argument3115 UInt r = rr::OrAtomic(p, a, std::memory_order_relaxed); in TEST()
2337 v = OrAtomic(Pointer<UInt>(&ptr.base[offset]), laneValue, memoryOrder); in EmitAtomicOp()
2655 RValue<UInt> OrAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in OrAtomic() function
1341 RValue<UInt> OrAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);