Searched refs:SrcLV (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGNonTrivialStruct.cpp | 554 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()
|
D | CGExprAgg.cpp | 379 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); in EmitCopy() local 380 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(), in EmitCopy()
|
D | CGClass.cpp | 982 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local 983 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
|
D | CGCall.cpp | 3966 LValue SrcLV = CGF.MakeAddrLValue(Addr, Ty); in copyInto() local 3968 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap, in copyInto()
|
D | CGStmtOpenMP.cpp | 336 LValue SrcLV = in GenerateOpenMPCapturedVars() local 340 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1057 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local 1058 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
|
D | CGCall.cpp | 3726 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local 3727 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()
|
D | CGStmtOpenMP.cpp | 155 LValue SrcLV = in GenerateOpenMPCapturedVars() local 159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
|