Searched refs:SrcLV (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp554 LValue DstLV, SrcLV; local
569 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD);
575 SrcLV = this->CGF->MakeAddrLValue(SrcAddr, FT);
577 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation());
721 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
723 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
724 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
784 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
786 CGF->EmitLoadOfLValue(SrcLV, SourceLocatio
787 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
[all...]
H A DCGExprAgg.cpp379 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); local
380 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
H A DCGClass.cpp982 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); local
983 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField);
H A DCGCall.cpp3897 LValue SrcLV = CGF.MakeAddrLValue(Addr, Ty);
3899 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap,
H A DCGStmtOpenMP.cpp335 LValue SrcLV = local
339 EmitStoreThroughLValue(RValue::get(CV), SrcLV); local

Completed in 260 milliseconds