| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 398 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 428 while (Next->isAggregateType() && in firstRealType() 442 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType() 459 } while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()); in nextRealType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 175 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 125 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
|
| H A D | AMDGPURewriteOutArguments.cpp | 153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 258 bool isAggregateType() const { in isAggregateType() function
|
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 184 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 286 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| H A D | Type.h | 1939 bool isAggregateType() const;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 635 if (T->isAggregateType()) { in processStore() 764 if (T->isAggregateType()) { in processStore()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 685 if (!T->isAggregateType()) in unpackLoadToAggregate() 1217 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr() 1497 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
|
| H A D | NVPTXISelLowering.cpp | 1289 } else if (retTy->isAggregateType() || retTy->isVectorTy() || retTy->isIntegerTy(128)) { in getPrototype() 1311 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in getPrototype() 1467 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in LowerCall() 2417 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) { in LowerFormalArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 421 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 179 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
| H A D | LoopAccessAnalysis.cpp | 999 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
|
| H A D | ConstantFolding.cpp | 345 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 620 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 1163 assert(DeclType->isAggregateType() && in CheckListElementTypes() 1351 ElemType->isAggregateType()) { in CheckSubElementType() 4175 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization() 4205 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
|
| H A D | SemaOverload.cpp | 4907 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion() 4921 if (ToType->isAggregateType()) { in TryListConversion()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3232 if (!Val->getType()->isAggregateType()) in ParseValID() 3251 if (!Val0->getType()->isAggregateType()) in ParseValID() 6961 if (!Val->getType()->isAggregateType()) in ParseExtractValue() 6982 if (!Val0->getType()->isAggregateType()) in ParseInsertValue()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3019 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1110 if (Shadow->getType()->isAggregateType()) { in storeOrigin() 3416 if (I.getType()->isAggregateType()) { in visitSelectInst()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 223 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 2007 bool Type::isAggregateType() const { in isAggregateType() function in Type
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 4176 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg() 4181 bool isIndirect = Ty->isAggregateType(); in EmitVAArg()
|