Searched refs:getAggregateAddress (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 1347 rvalue.getAggregateAddress(), in emitCopyIntoMemory() 1377 return rvalue.getAggregateAddress(); in materializeRValue() 1730 rvalue.getAggregateAddress().getElementType() in EmitAtomicStore() 1798 Expected.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange() 1801 Desired.getAggregateAddress().getElementType() == in EmitAtomicCompareExchange()
|
D | CGValue.h | 70 Address getAggregateAddress() const { in getAggregateAddress() function
|
D | CGCall.cpp | 990 forConstantArrayExpansion(*this, CAExp, RV.getAggregateAddress(), in ExpandTypeToArgs() 997 Address This = RV.getAggregateAddress(); in ExpandTypeToArgs() 3646 Address Addr = RV.getAggregateAddress(); in EmitCall() 3686 V = Builder.CreateLoad(RV.getAggregateAddress()); in EmitCall() 3729 Src = RV.getAggregateAddress(); in EmitCall() 3783 addr = RV.getAggregateAddress(); in EmitCall()
|
D | CGCleanup.cpp | 67 Address V = rv.getAggregateAddress(); // TODO: volatile? in save()
|
D | CGExprAgg.cpp | 271 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type); in EmitFinalDestCopy()
|
D | CGExpr.cpp | 3863 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitCallExprLValue() 3924 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitObjCMessageExprLValue() 3980 return MakeAddrLValue(RV.getAggregateAddress(), E->getType(), in EmitStmtExprLValue()
|
D | CGStmt.cpp | 982 EmitAggregateCopy(ReturnValue, RV.getAggregateAddress(), Ty); in EmitReturnOfRValue()
|
D | CGClass.cpp | 2243 : ParamValue::forIndirect(RV.getAggregateAddress()); in EmitInlinedInheritingCXXConstructorCall()
|
D | CGObjCGNU.cpp | 1490 Address v = msgRet.getAggregateAddress(); in GenerateMessageSend()
|
D | CGObjCMac.cpp | 1651 CGF.EmitNullInitialization(result.getAggregateAddress(), resultType); in complete()
|