Searched refs:SharedRefLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3528 auto SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit() local 3529 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit() 3530 Address(SharedRefLValue.getPointer(), C.getDeclAlign(OriginalVD)), in emitPrivatesInit() 3531 SharedRefLValue.getType(), AlignmentSource::Decl); in emitPrivatesInit() 3538 SharedRefLValue.getAddress(), Type); in emitPrivatesInit() 3543 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit() 3561 InitScope.addPrivate(Elem, [SharedRefLValue]() -> Address { in emitPrivatesInit() 3562 return SharedRefLValue.getAddress(); in emitPrivatesInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3822 LValue SharedRefLValue; in emitPrivatesInit() local 3834 SharedRefLValue = in emitPrivatesInit() 3837 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit() 3838 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit() 3839 Address(SharedRefLValue.getPointer(CGF), in emitPrivatesInit() 3841 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit() 3842 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit() 3846 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit() 3852 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit() 3858 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit() [all …]
|