Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp554 LValue DstLV, SrcLV; in visitVolatileTrivial() local
569 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD); in visitVolatileTrivial()
575 SrcLV = this->CGF->MakeAddrLValue(SrcAddr, FT); in visitVolatileTrivial()
577 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation()); in visitVolatileTrivial()
721 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); in visitARCStrong() local
723 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong()
724 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); in visitARCStrong()
784 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); in visitARCStrong() local
786 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong()
787 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); in visitARCStrong()
DCGExprAgg.cpp379 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); in EmitCopy() local
380 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(), in EmitCopy()
DCGClass.cpp982 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local
983 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
DCGCall.cpp3966 LValue SrcLV = CGF.MakeAddrLValue(Addr, Ty); in copyInto() local
3968 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap, in copyInto()
DCGStmtOpenMP.cpp336 LValue SrcLV = in GenerateOpenMPCapturedVars() local
340 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
/external/clang/lib/CodeGen/
DCGClass.cpp1057 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local
1058 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
DCGCall.cpp3726 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local
3727 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()
DCGStmtOpenMP.cpp155 LValue SrcLV = in GenerateOpenMPCapturedVars() local
159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()