| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 117 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
|
| H A D | AMDGPULowerKernelArguments.cpp | 139 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
|
| H A D | AMDGPURewriteOutArguments.cpp | 134 if (DestEltTy->isAggregateType()) in checkArgumentUses()
|
| H A D | AMDGPUPromoteAlloca.cpp | 463 if (FromTy->isAggregateType() || ToTy->isAggregateType() || in tryPromoteAllocaToVector()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 429 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 471 ->isAggregateType()) { in firstRealType() 489 ->isAggregateType()); in nextRealType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 174 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 267 bool isAggregateType() const { in isAggregateType() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 640 if (!T->isAggregateType()) in unpackLoadToAggregate() 1172 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 685 if (T->isAggregateType()) { in processStore() 826 if (T->isAggregateType()) { in processStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 296 if (T->isAggregateType()) in isSupportedReturnType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr() 1461 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
|
| H A D | NVPTXISelLowering.cpp | 1280 } else if (retTy->isAggregateType() || retTy->isVectorTy() || in getPrototype() 1302 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in getPrototype() 1456 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in LowerCall() 2500 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) { in LowerFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 514 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 206 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
| H A D | LoopAccessAnalysis.cpp | 1037 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
|
| H A D | ConstantFolding.cpp | 398 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 610 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 1293 assert(DeclType->isAggregateType() && in CheckListElementTypes() 1476 ElemType->isAggregateType()) { in CheckSubElementType() 4434 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization() 4464 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3333 if (!Val->getType()->isAggregateType()) in parseValID() 3352 if (!Val0->getType()->isAggregateType()) in parseValID() 7507 if (!Val->getType()->isAggregateType()) in parseExtractValue() 7528 if (!Val0->getType()->isAggregateType()) in parseInsertValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3353 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2336 Ty->isAggregateType()); in EmitAsmStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 215 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 2186 bool Type::isAggregateType() const { in isAggregateType() function in Type
|