Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp117 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
H A DAMDGPULowerKernelArguments.cpp139 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
H A DAMDGPURewriteOutArguments.cpp134 if (DestEltTy->isAggregateType()) in checkArgumentUses()
H A DAMDGPUPromoteAlloca.cpp463 if (FromTy->isAggregateType() || ToTy->isAggregateType() || in tryPromoteAllocaToVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp429 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 DOpDescriptor.h174 return V->getType()->isAggregateType(); in anyAggregateType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h267 bool isAggregateType() const { in isAggregateType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp183 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp640 if (!T->isAggregateType()) in unpackLoadToAggregate()
1172 if (!T->isAggregateType()) in unpackStoreToAggregate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp685 if (T->isAggregateType()) { in processStore()
826 if (T->isAggregateType()) { in processStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp296 if (T->isAggregateType()) in isSupportedReturnType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr()
1461 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1280 } 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 DBPFISelLowering.cpp514 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp206 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
H A DLoopAccessAnalysis.cpp1037 if (PtrTy->getElementType()->isAggregateType()) { in getPtrStride()
H A DConstantFolding.cpp398 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp610 else if (ElemTy->isAggregateType()) { in getConstantValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1293 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 DLLParser.cpp3333 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 DInstructions.cpp3353 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2336 Ty->isAggregateType()); in EmitAsmStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp215 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2186 bool Type::isAggregateType() const { in isAggregateType() function in Type

12