Searched refs:ExchangeAtomic (Results 1 – 4 of 4) sorted by relevance
3349 TEST(ReactorUnitTests, ExchangeAtomic) in TEST() argument3355 UInt r = rr::ExchangeAtomic(p, a, std::memory_order_relaxed); in TEST()
2595 v = ExchangeAtomic(Pointer<UInt>(ptr.getPointerForLane(j)), laneValue, memoryOrder); in EmitAtomicOp()
1452 RValue<UInt> ExchangeAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);
2651 RValue<UInt> ExchangeAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in ExchangeAtomic() function