Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 249 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 292 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1875 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1896 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1897 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1901 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1916 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 1925 void AtomicInfo::EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdateOp() argument 1945 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 1964 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument [all …]
|