Home
last modified time | relevance | path

Searched defs:MaxAtomic (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3331 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MaxAtomic() function
3336 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MaxAtomic() function
H A DSubzeroReactor.cpp4281 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MaxAtomic() function
4287 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MaxAtomic() function
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3475 TEST(ReactorUnitTests, MaxAtomic) in TEST() argument