Searched refs:UpdateRVal (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 240 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 282 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, 1607 RValue UpdateRVal, Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1629 assert(UpdateRVal.isScalar()); in EmitAtomicUpdateValue() 1630 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue() 1634 RValue UpdateRVal, bool IsVolatile) { in EmitAtomicUpdateLibcall() argument 1649 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, DesiredAddr); in EmitAtomicUpdateLibcall() 1658 void AtomicInfo::EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdateOp() argument 1678 EmitAtomicUpdateValue(CGF, *this, UpdateRVal, NewAtomicAddr); in EmitAtomicUpdateOp() 1697 void AtomicInfo::EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, in EmitAtomicUpdate() argument [all …]
|