Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 238 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 281 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1626 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1648 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1649 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1653 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1668 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 1677 void AtomicInfo::EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdateOp() argument 1697 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 1716 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument [all …]
|