Home
last modified time | relevance | path

Searched refs:SharedRefLValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3872 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()
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()
3932 InitScope.addPrivate(Elem, [SharedRefLValue, &CGF]() -> Address { in emitPrivatesInit()
[all …]