Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp326 Value *StoreSuccess = in expandAtomicRMWToLLSC() local
329 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain"); in expandAtomicRMWToLLSC()
472 Value *StoreSuccess = TLI->emitStoreConditional( in expandAtomicCmpXchg() local
474 StoreSuccess = Builder.CreateICmpEQ( in expandAtomicCmpXchg()
475 StoreSuccess, ConstantInt::get(Type::getInt32Ty(Ctx), 0), "success"); in expandAtomicCmpXchg()
476 Builder.CreateCondBr(StoreSuccess, SuccessBB, in expandAtomicCmpXchg()