| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULowerKernelArguments.cpp | 147 !Arg.getType()->isAggregateType()) in lowerKernelArguments() 188 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in lowerKernelArguments()
|
| HD | AMDGPULateCodeGenPrepare.cpp | 443 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
|
| HD | AMDGPUPromoteAlloca.cpp | 789 if (AccessTy->isAggregateType()) in tryPromoteAllocaToVector() 791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| HD | SPIRVPrepareFunctions.cpp | 483 bool IsRetAggr = F->getReturnType()->isAggregateType(); in removeAggregateTypesFromSignature() 486 return Arg.getType()->isAggregateType(); in removeAggregateTypesFromSignature() 497 if (Arg.getType()->isAggregateType()) { in removeAggregateTypesFromSignature()
|
| HD | SPIRVEmitIntrinsics.cpp | 850 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()
|
| HD | SPIRVGlobalRegistry.h | 347 bool isAggregateType(SPIRVType *Type) const { in isAggregateType() function
|
| HD | SPIRVInstructionSelector.cpp | 1921 GR.isAggregateType(OpType)) { in wrapIntoSpecConstantOp()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 463 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 505 ->isAggregateType()) { in firstRealType() 523 ->isAggregateType()); in nextRealType()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| HD | OpDescriptor.h | 243 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Type.h | 295 bool isAggregateType() const { in isAggregateType() function
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| HD | Operations.cpp | 213 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineLoadStoreAlloca.cpp | 700 if (!T->isAggregateType()) in unpackLoadToAggregate() 1226 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsCallLowering.cpp | 310 if (T->isAggregateType()) in isSupportedReturnType()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | MemCpyOptimizer.cpp | 646 if (T->isAggregateType() && in processStoreOfLoad() 811 if (T->isAggregateType()) { in processStore()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaHLSL.cpp | 59 if (Ty->isAggregateType()) in calculateLegacyCbufferSize()
|
| HD | SemaInit.cpp | 1379 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-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFISelLowering.cpp | 549 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngine.cpp | 610 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.cpp | 342 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in ShouldPassAsArray()
|
| HD | NVPTXISelLowering.cpp | 1382 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-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Instructions.cpp | 3252 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
| HD | Constants.cpp | 433 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | LoopAccessAnalysis.cpp | 2853 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 2747 Ty->isAggregateType()); in EmitAsmStmt()
|