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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp544 LValue DstLV, SrcLV; local
555 SrcLV = this->CGF->EmitLValueForField(SrcBase, FD);
561 SrcLV = this->CGF->MakeAddrLValue(SrcAddr, FT);
563 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation());
707 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
709 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
710 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
770 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
772 CGF->EmitLoadOfLValue(SrcLV, SourceLocatio
773 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
[all...]
H A DCGExprAgg.cpp375 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); local
376 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
H A DCGClass.cpp960 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); local
961 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField);
H A DCGCall.cpp3583 LValue SrcLV = CGF.MakeAddrLValue(Addr, Ty);
3585 CGF.EmitAggregateCopy(Dst, SrcLV, Ty, AggValueSlot::DoesNotOverlap,
H A DCGStmtOpenMP.cpp320 LValue SrcLV = local
324 EmitStoreThroughLValue(RValue::get(CV), SrcLV); local

Completed in 321 milliseconds