Home
last modified time | relevance | path

Searched refs:isAggregateType (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp322 bool IsRetAggr = F->getReturnType()->isAggregateType(); in removeAggregateTypesFromSignature()
325 return Arg.getType()->isAggregateType(); in removeAggregateTypesFromSignature()
336 if (Arg.getType()->isAggregateType()) { in removeAggregateTypesFromSignature()
H A DSPIRVEmitIntrinsics.cpp181 if (!AggrUndef || !Op->getType()->isAggregateType()) in preprocessUndefs()
444 if (!I.getType()->isAggregateType()) in visitLoadInst()
486 assert(I.getType()->isAggregateType() && "Aggregate result is expected"); in visitAtomicCmpXchgInst()
567 if (isa<UndefValue>(Op) && Op->getType()->isAggregateType()) in insertAssignTypeIntrs()
628 if (ElTy->isAggregateType() || ElTy->isVectorTy()) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp149 !Arg.getType()->isAggregateType()) in lowerKernelArguments()
190 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in lowerKernelArguments()
H A DAMDGPULateCodeGenPrepare.cpp124 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
H A DAMDGPUPromoteAlloca.cpp697 if (AccessTy->isAggregateType()) in tryPromoteAllocaToVector()
699 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp500 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
542 ->isAggregateType()) { in firstRealType()
560 ->isAggregateType()); in nextRealType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h295 bool isAggregateType() const { in isAggregateType() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h243 return V->getType()->isAggregateType(); in anyAggregateType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp213 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp701 if (!T->isAggregateType()) in unpackLoadToAggregate()
1227 if (!T->isAggregateType()) in unpackStoreToAggregate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp310 if (T->isAggregateType()) in isSupportedReturnType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp642 if (T->isAggregateType() && in processStoreOfLoad()
807 if (T->isAggregateType()) { in processStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp548 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp610 else if (ElemTy->isAggregateType()) { in getConstantValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1323 assert(DeclType->isAggregateType() && in CheckListElementTypes()
1527 ElemType->isAggregateType()) { in CheckSubElementType()
4569 if (!DestType->isAggregateType() && IsDesignatedInit) { in TryListInitialization()
4627 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization()
4657 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp338 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in ShouldPassAsArray()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3720 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
H A DConstants.cpp419 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2797 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
H A DConstantFolding.cpp381 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2569 Ty->isAggregateType()); in EmitAsmStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2275 bool Type::isAggregateType() const { in isAggregateType() function in Type
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8072 if (!Val->getType()->isAggregateType()) in parseExtractValue()
8093 if (!Val0->getType()->isAggregateType()) in parseInsertValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp229 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()

12