Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3302 LValue SharedRefLValue; in emitPrivatesInit() local
3314 SharedRefLValue = in emitPrivatesInit()
3317 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3318 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3319 SharedRefLValue.getAddress().withAlignment( in emitPrivatesInit()
3321 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3322 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3326 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3332 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3338 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
[all …]