Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3804 LValue SharedRefLValue; in emitPrivatesInit() local
3816 SharedRefLValue = in emitPrivatesInit()
3819 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3820 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3821 SharedRefLValue.getAddress(CGF).withAlignment( in emitPrivatesInit()
3823 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3824 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3828 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3834 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3840 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
[all …]