Searched refs:getAggregate (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGValue.h | 110 static RValue getAggregate(Address addr, bool isVolatile = false) { 486 return RValue::getAggregate(getAddress(CGF), isVolatileQualified()); in asAggregateRValue() 655 return RValue::getAggregate(getAddress(), isVolatile()); in asRValue()
|
| H A D | CGCleanup.cpp | 88 return RValue::getAggregate( in restore() 92 return RValue::getAggregate( in restore()
|
| H A D | CGCUDANV.cpp | 409 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew() 410 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
|
| H A D | CGCall.cpp | 1114 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs() 4384 return RValue::getAggregate(Copy.getAddress(CGF)); in getRValue() 5620 return RValue::getAggregate(DestPtr); in EmitCall()
|
| H A D | CGExprAgg.cpp | 846 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
|
| H A D | CGExprCXX.cpp | 1804 RValue::getAggregate(Address(DestroyingDeleteTag, Ty, Align)), DDTag); in EmitDeleteCall()
|
| H A D | CGAtomic.cpp | 1646 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
|
| H A D | CGExpr.cpp | 1190 return RValue::getAggregate(DestPtr); in GetUndefRValue()
|
| H A D | CGBuiltin.cpp | 5427 return RValue::getAggregate(ReturnValue.getValue(), in EmitBuiltinExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 274 static DebugAggregate getAggregate(const DbgVariableIntrinsic *DII) { in getAggregate() function 277 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate() function 576 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef() 1396 assert(VarsWithStackSlot->count(getAggregate(DAI)) && in processTaggedInstruction() 1469 if (!VarsWithStackSlot->count(getAggregate(&DAI))) in processDbgAssign() 1511 if (!VarsWithStackSlot->count(getAggregate(&DVI))) in processDbgValue() 2110 if (VarsWithStackSlot->contains(getAggregate(DVI))) in emitPromotedVarLocs()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1126 const RecordDecl *getAggregate() const { in getAggregate() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3932 Result.getAllocator().CopyString(getAggregate()->getName())); in CreateSignatureString() 3954 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg); in CreateSignatureString() 6243 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()
|