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