Searched refs:getAggregateAddress (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1534 LValue Src = CGF.MakeAddrLValue(rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1566 return rvalue.getAggregateAddress(); in materializeRValue() 1919 rvalue.getAggregateAddress().getElementType() in EmitAtomicStore() 1986 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 1989 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
| H A D | CGCall.cpp | 1066 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 1077 : Arg.getKnownRValue().getAggregateAddress(); in ExpandTypeToArgs() 3572 auto Addr = HasLV ? LV.getAddress() : RV.getAggregateAddress(); in copyInto() 3911 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 3954 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4029 : I->getKnownRValue().getAggregateAddress()); in EmitCall() 4072 : I->getKnownRValue().getAggregateAddress(); in EmitCall() 4129 : I->getKnownRValue().getAggregateAddress(); in EmitCall()
|
| H A D | CGValue.h | 71 Address getAggregateAddress() const { in getAggregateAddress() function
|
| H A D | CGExprAgg.cpp | 289 CGF.pushDestroy(RetTy.isDestructedType(), Src.getAggregateAddress(), RetTy); in withReturnValueSlot() 309 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy()
|
| H A D | CGCleanup.cpp | 66 Address V = rv.getAggregateAddress(); // TODO: volatile? in save()
|
| H A D | CGExpr.cpp | 4504 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 4562 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 4618 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
| H A D | CGStmt.cpp | 1009 LValue Src = MakeAddrLValue(RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
| H A D | CGClass.cpp | 2232 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
| H A D | CGObjCGNU.cpp | 2638 Address v = msgRet.getAggregateAddress(); in GenerateMessageSend()
|
| H A D | CGObjCMac.cpp | 1758 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|