Home
last modified time | relevance | path

Searched refs:ShouldStore (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1195 Value *ShouldStore = Builder.CreateICmpEQ( in expandAtomicCmpXchg() local
1200 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1220 ShouldStore = Builder.CreateICmpEQ(SecondLoad, CI->getCompareOperand(), in expandAtomicCmpXchg()
1225 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()