Searched refs:getAggregateAddress (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenValue.h | 62 Address getAggregateAddress() const { in getAggregateAddress() function 68 return getAggregateAddress().getPointer(); in getAggregatePointer()
|
| H A D | CIRGenCall.cpp | 523 : arg.getKnownRValue().getAggregateAddress(); in emitCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 448 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments() 451 CGF.destroyNonTrivialCStruct(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
|
| H A D | CGValue.h | 83 Address getAggregateAddress() const { 90 return getAggregateAddress().getBasePointer();
|
| H A D | CGAtomic.cpp | 1612 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1644 return rvalue.getAggregateAddress(); in materializeRValue() 1997 rvalue.getAggregateAddress().getElementType() == in EmitAtomicStore() 2070 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 2073 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
| H A D | CGCleanup.cpp | 30 return DominatingValue<Address>::needsSaving(rv.getAggregateAddress()); in needsSaving() 50 Address V = rv.getAggregateAddress(); in save()
|
| H A D | CGCall.cpp | 1167 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 1177 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 4809 auto Addr = HasLV ? LV.getAddress() : RV.getAggregateAddress(); in copyInto() 5332 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5387 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5486 : I->getKnownRValue().getAggregateAddress()); in EmitCall() 5540 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 5629 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 6191 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
|
| H A D | CGExprAgg.cpp | 348 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy() 1018 Address SrcVal = RV.getAggregateAddress(); in VisitCastExpr()
|
| H A D | CGExpr.cpp | 6157 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 6208 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 6273 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
| H A D | CGClass.cpp | 2352 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
| H A D | CGStmt.cpp | 1561 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
| H A D | CGObjCGNU.cpp | 3052 Address addr = msgRet.getAggregateAddress(); in GenerateMessageSend()
|
| H A D | CGExprScalar.cpp | 2929 Address SrcVal = RV.getAggregateAddress(); in VisitCastExpr()
|
| H A D | CGObjCMac.cpp | 1740 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|