Searched refs:StoreSuccess (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1116 Value *StoreSuccess = in insertRMWLLSCLoop() local 1119 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain"); in insertRMWLLSCLoop() 1301 Value *StoreSuccess = TLI->emitStoreConditional(Builder, NewValueInsert, in expandAtomicCmpXchg() local 1303 StoreSuccess = Builder.CreateICmpEQ( in expandAtomicCmpXchg() 1304 StoreSuccess, ConstantInt::get(Type::getInt32Ty(Ctx), 0), "success"); in expandAtomicCmpXchg() 1306 Builder.CreateCondBr(StoreSuccess, SuccessBB, in expandAtomicCmpXchg()
|