Lines Matching refs:SharedRefLValue
3872 LValue SharedRefLValue; in emitPrivatesInit() local
3884 SharedRefLValue = in emitPrivatesInit()
3887 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3888 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3889 Address(SharedRefLValue.getPointer(CGF), in emitPrivatesInit()
3891 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3892 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3896 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3902 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3908 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
3913 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF), in emitPrivatesInit()
3932 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
3933 return SharedRefLValue.getAddress(CGF); in emitPrivatesInit()