| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 62 bool IsRetAggr = F->getReturnType()->isAggregateType(); in processFunctionSignature() 65 return Arg.getType()->isAggregateType(); in processFunctionSignature() 76 if (Arg.getType()->isAggregateType()) { in processFunctionSignature()
|
| H A D | SPIRVEmitIntrinsics.cpp | 284 if (!I.getType()->isAggregateType()) in visitLoadInst() 320 assert(I.getType()->isAggregateType() && "Aggregate result is expected"); in visitAtomicCmpXchgInst() 372 if (isa<UndefValue>(Op) && Op->getType()->isAggregateType()) in insertAssignTypeIntrs() 433 if (ElTy->isAggregateType() || ElTy->isVectorTy() || in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 115 if (Ty->isAggregateType()) in canWidenScalarExtLoad()
|
| H A D | AMDGPULowerKernelArguments.cpp | 138 bool DoShiftOpt = Size < 32 && !ArgTy->isAggregateType(); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 450 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 492 ->isAggregateType()) { in firstRealType() 510 ->isAggregateType()); in nextRealType()
|
| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 174 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 262 bool isAggregateType() const { in isAggregateType() function
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 190 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 629 if (!T->isAggregateType()) in unpackLoadToAggregate() 1152 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 691 if (T->isAggregateType() && in processStore() 811 if (T->isAggregateType()) { in processStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 310 if (T->isAggregateType()) in isSupportedReturnType()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 365 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr() 1518 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
|
| H A D | NVPTXISelLowering.cpp | 1333 } else if (retTy->isAggregateType() || retTy->isVectorTy() || in getPrototype() 1355 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in getPrototype() 1539 (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128))) { in LowerCall() 2521 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) { in LowerFormalArguments()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 515 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 211 if (!PtrTy || PtrTy->isAggregateType()) in getStrideFromPointer()
|
| H A D | ConstantFolding.cpp | 385 if (!SrcTy->isAggregateType() && !SrcTy->isVectorTy()) in ConstantFoldLoadThroughBitcast()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 610 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 1293 assert(DeclType->isAggregateType() && in CheckListElementTypes() 1476 ElemType->isAggregateType()) { in CheckSubElementType() 4462 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization() 4492 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3572 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
| H A D | Constants.cpp | 411 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2425 Ty->isAggregateType()); in EmitAsmStmt()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 2210 bool Type::isAggregateType() const { in isAggregateType() function in Type
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 5438 return !Ty->isVectorTy() && !Ty->isAggregateType(); in areInlineCompatible() 5480 [](Type *T) { return T->isVectorTy() || T->isAggregateType(); }); in areTypesABICompatible()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 220 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
|