Home
last modified time | relevance | path

Searched refs:getAggregate (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h110 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 DCGCleanup.cpp88 return RValue::getAggregate( in restore()
92 return RValue::getAggregate( in restore()
H A DCGCUDANV.cpp409 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew()
410 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
H A DCGCall.cpp1114 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 DCGExprAgg.cpp846 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
H A DCGExprCXX.cpp1804 RValue::getAggregate(Address(DestroyingDeleteTag, Ty, Align)), DDTag); in EmitDeleteCall()
H A DCGAtomic.cpp1646 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
H A DCGExpr.cpp1190 return RValue::getAggregate(DestPtr); in GetUndefRValue()
H A DCGBuiltin.cpp5427 return RValue::getAggregate(ReturnValue.getValue(), in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp274 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 DCodeCompleteConsumer.h1126 const RecordDecl *getAggregate() const { in getAggregate() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp3932 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()