Searched refs:DestLV (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp374 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); local
376 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
412 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
413 LValue Start = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
427 LValue EndOrLength = CGF.EmitLValueForFieldInitialization(DestLV, *Field);
1040 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
1045 DestLV, *CmpInfo.Record->field_begin());
1468 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
1547 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1578 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, fiel
1722 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); local
[all...]
H A DCGExprComplex.cpp476 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); local
477 DestLV.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
478 return EmitLoadOfLValue(DestLV, Op->getExprLoc());
H A DCGClass.cpp957 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); local
958 LValue Dest = CGF.EmitLValueForFieldInitialization(DestLV, FirstField);
H A DCGExprScalar.cpp1999 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); local
2000 DestLV.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
2001 return EmitLoadOfLValue(DestLV, CE->getExprLoc());

Completed in 141 milliseconds