Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp483 bool IsRetAggr = F->getReturnType()->isAggregateType();
486 return Arg.getType()->isAggregateType();
497 if (Arg.getType()->isAggregateType()) {
H A DSPIRVEmitIntrinsics.cpp850 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 DAMDGPULowerKernelArguments.cpp147 !Arg.getType()->isAggregateType()) in lowerKernelArguments()
188 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in lowerKernelArguments()
H A DAMDGPULateCodeGenPrepare.cpp443 if (Ty->isAggregateType())
H A DAMDGPUPromoteAlloca.cpp789 if (AccessTy->isAggregateType()) in tryPromoteAllocaToVector()
791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp463 while (DeeperType->isAggregateType()) { in indexReallyValid()
505 ->isAggregateType()) { in advanceToNextLeafType()
523 ->isAggregateType()); in firstRealType()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h295 bool isAggregateType() const { in isAggregateType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h243 return V->getType()->isAggregateType(); in anyAggregateType()
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp213 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp700 if (!T->isAggregateType()) in unpackLoadToAggregate()
1226 if (!T->isAggregateType()) in unpackStoreToAggregate()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp310 if (T->isAggregateType()) in isSupportedReturnType()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp646 if (T->isAggregateType() && in processStoreOfLoad()
811 if (T->isAggregateType()) { in processStore()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp549 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp610 else if (ElemTy->isAggregateType()) { in getConstantValue()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1379 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 DNVPTXAsmPrinter.cpp342 return Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128) || in printReturnValStr()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3252 SrcTy->isAggregateType() || DstTy->isAggregateType()) in isEliminableCastPair()
H A DConstants.cpp433 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2853 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
H A DConstantFolding.cpp381 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2747 Ty->isAggregateType()); in EmitAsmStmt()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2338 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 DLLParser.cpp8531 if (!Val->getType()->isAggregateType()) in parseTypeTestResolution()
8552 if (!Val0->getType()->isAggregateType()) in parseOptionalWpdResolutions()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp231 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()

12