Lines Matching refs:SharedRefLValue
3867 LValue SharedRefLValue; in emitPrivatesInit() local
3879 SharedRefLValue = in emitPrivatesInit()
3882 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3883 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3884 Address(SharedRefLValue.getPointer(CGF), in emitPrivatesInit()
3886 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3887 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3891 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3897 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3903 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
3908 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF), in emitPrivatesInit()
3927 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
3928 return SharedRefLValue.getAddress(CGF); in emitPrivatesInit()