Searched refs:getAggregateAddress (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 450 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments() 453 CGF.destroyNonTrivialCStruct(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
|
| H A D | CGAtomic.cpp | 1672 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1704 return rvalue.getAggregateAddress(); in materializeRValue() 2052 rvalue.getAggregateAddress().getElementType() == in EmitAtomicStore() 2123 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 2126 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
| H A D | CGCall.cpp | 1091 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 1102 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 4344 auto Addr = HasLV ? LV.getAddress(CGF) : RV.getAggregateAddress(); in copyInto() 4831 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4896 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4983 : I->getKnownRValue().getAggregateAddress()); in EmitCall() 5026 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5090 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5594 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
|
| H A D | CGValue.h | 73 Address getAggregateAddress() const { in getAggregateAddress() function
|
| H A D | CGCleanup.cpp | 61 Address V = rv.getAggregateAddress(); // TODO: volatile? in save()
|
| H A D | CGExpr.cpp | 5202 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 5253 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 5309 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
| H A D | CGExprAgg.cpp | 319 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy()
|
| H A D | CGStmt.cpp | 1218 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
| H A D | CGClass.cpp | 2305 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
| H A D | CGObjCGNU.cpp | 2829 Address addr = msgRet.getAggregateAddress(); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1796 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|