Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGAtomic.cpp | 240 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 282 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1876 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1897 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1898 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1902 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1917 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 1926 void AtomicInfo::EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdateOp() argument 1946 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 1965 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument [all …]
|