Home
last modified time | relevance | path

Searched refs:isAggregateType (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp398 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 DOpDescriptor.h175 return V->getType()->isAggregateType(); in anyAggregateType()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp125 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
H A DAMDGPURewriteOutArguments.cpp153 if (DestEltTy->isAggregateType()) in checkArgumentUses()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h258 bool isAggregateType() const { in isAggregateType() function
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOperations.cpp184 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h286 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
H A DType.h1939 bool isAggregateType() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp635 if (T->isAggregateType()) { in processStore()
764 if (T->isAggregateType()) { in processStore()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp685 if (!T->isAggregateType()) in unpackLoadToAggregate()
1217 if (!T->isAggregateType()) in unpackStoreToAggregate()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr()
1497 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1289 } 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 DBPFISelLowering.cpp421 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp179 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
H A DLoopAccessAnalysis.cpp999 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
H A DConstantFolding.cpp345 if (!SrcTy->isAggregateType()) in ConstantFoldLoadThroughBitcast()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp620 else if (ElemTy->isAggregateType()) { in getConstantValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp1163 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 DSemaOverload.cpp4907 if (ToType->isRecordType() && !ToType->isAggregateType()) { in TryListConversion()
4921 if (ToType->isAggregateType()) { in TryListConversion()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3232 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 DInstructions.cpp3019 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1110 if (Shadow->getType()->isAggregateType()) { in storeOrigin()
3416 if (I.getType()->isAggregateType()) { in visitSelectInst()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp223 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2007 bool Type::isAggregateType() const { in isAggregateType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4176 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()
4181 bool isIndirect = Ty->isAggregateType(); in EmitVAArg()

12