Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 250 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 293 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1831 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1852 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1853 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1857 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1872 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 1881 void AtomicInfo::EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdateOp() argument 1901 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 1920 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument [all …]
|