| /freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 483 bool IsRetAggr = F->getReturnType()->isAggregateType(); 486 return Arg.getType()->isAggregateType(); 497 if (Arg.getType()->isAggregateType()) {
|
| H A D | SPIRVEmitIntrinsics.cpp | 850 if (!AggrUndef || !Op->getType()->isAggregateType()) 1287 if (!I.getType()->isAggregateType()) 1349 assert(I.getType()->isAggregateType() && "Aggregate result is expected"); 1469 if (isa<UndefValue>(Op) && OpTy->isAggregateType()) { 1658 if (ElTy->isAggregateType() || ElTy->isVectorTy())
|
| /freebsd-src/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())
|
| H A D | AMDGPUPromoteAlloca.cpp | 789 if (AccessTy->isAggregateType()) in tryPromoteAllocaToVector() 791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 463 while (DeeperType->isAggregateType()) { in indexReallyValid() 505 ->isAggregateType()) { in advanceToNextLeafType() 523 ->isAggregateType()); in firstRealType()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 295 bool isAggregateType() const { in isAggregateType() function
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 243 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 213 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 310 if (T->isAggregateType()) in isSupportedReturnType()
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 549 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 610 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 1379 assert(DeclType->isAggregateType() && in CheckSubElementType() 1603 ElemType->isAggregateType()) { in CheckScalarType() 4706 if (!DestType->isAggregateType() && IsDesignatedInit) { in TryListInitialization() 4764 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryRefInitWithConversionFunction() 4794 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryRefInitWithConversionFunction()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 342 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in printReturnValStr()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3252 SrcTy->isAggregateType() || DstTy->isAggregateType()) in isEliminableCastPair()
|
| H A D | Constants.cpp | 433 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2853 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
| H A D | ConstantFolding.cpp | 381 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2747 Ty->isAggregateType()); in EmitAsmStmt()
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 2338 bool Type::isAggregateType() const { in isIncompleteType() 2275 bool Type::isAggregateType() const { isAggregateType() function in Type
|
| /freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8531 if (!Val->getType()->isAggregateType()) in parseTypeTestResolution() 8552 if (!Val0->getType()->isAggregateType()) in parseOptionalWpdResolutions()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 231 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
|