Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp147 !Arg.getType()->isAggregateType()) in lowerKernelArguments()
188 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in lowerKernelArguments()
H A DAMDGPULateCodeGenPrepare.cpp443 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
H A DAMDGPUPromoteAlloca.cpp789 if (AccessTy->isAggregateType()) in tryPromoteAllocaToVector()
791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp483 bool IsRetAggr = F->getReturnType()->isAggregateType(); in removeAggregateTypesFromSignature()
486 return Arg.getType()->isAggregateType(); in removeAggregateTypesFromSignature()
497 if (Arg.getType()->isAggregateType()) { in removeAggregateTypesFromSignature()
H A DSPIRVEmitIntrinsics.cpp850 if (!AggrUndef || !Op->getType()->isAggregateType()) in preprocessUndefs()
1287 if (!I.getType()->isAggregateType()) in visitLoadInst()
1349 assert(I.getType()->isAggregateType() && "Aggregate result is expected"); in visitAtomicCmpXchgInst()
1469 if (isa<UndefValue>(Op) && OpTy->isAggregateType()) { in insertAssignTypeIntrs()
1658 if (ElTy->isAggregateType() || ElTy->isVectorTy()) in runOnFunction()
H A DSPIRVGlobalRegistry.h347 bool isAggregateType(SPIRVType *Type) const { in isAggregateType() function
H A DSPIRVInstructionSelector.cpp1921 GR.isAggregateType(OpType)) { in wrapIntoSpecConstantOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp463 while (DeeperType->isAggregateType()) { in advanceToNextLeafType()
505 ->isAggregateType()) { in firstRealType()
523 ->isAggregateType()); in nextRealType()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h243 return V->getType()->isAggregateType(); in anyAggregateType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h295 bool isAggregateType() const {
296 bool isAggregateType() const { isAggregateType() function
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp213 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp700 if (!T->isAggregateType()) in unpackLoadToAggregate()
1226 if (!T->isAggregateType()) in unpackStoreToAggregate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp310 if (T->isAggregateType()) in isSupportedReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp646 if (T->isAggregateType() && in processStoreOfLoad()
811 if (T->isAggregateType()) { in processStore()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp59 if (Ty->isAggregateType()) in calculateLegacyCbufferSize()
H A DSemaInit.cpp1379 assert(DeclType->isAggregateType() && in CheckListElementTypes()
1603 ElemType->isAggregateType()) { in CheckSubElementType()
4706 if (!DestType->isAggregateType() && IsDesignatedInit) { in TryListInitialization()
4764 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization()
4794 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp549 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp610 else if (ElemTy->isAggregateType()) { in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp342 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in ShouldPassAsArray()
H A DNVPTXISelLowering.cpp1382 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in IsTypePassedAsArray()
2101 if (VectorInfo[i] == PVF_SCALAR && RetTy->isAggregateType() && in LowerCall()
3456 if (VectorInfo[i] == PVF_SCALAR && RetTy->isAggregateType()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3252 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
H A DConstants.cpp433 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2853 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2747 Ty->isAggregateType()); in EmitAsmStmt()

12