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.cpp3278 LValue SharedRefLValue; in emitPrivatesInit() local
3290 SharedRefLValue = in emitPrivatesInit()
3293 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3294 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3295 SharedRefLValue.getAddress().withAlignment( in emitPrivatesInit()
3297 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3298 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3302 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3308 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3314 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
[all …]