Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 248 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 290 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1930 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1951 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1952 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1956 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1971 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 2000 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 2019 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument 2022 EmitAtomicUpdateLibcall(AO, UpdateRVal, IsVolatile); in EmitAtomicUpdate() [all …]
|