| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 63 bool IsRetAggr = F->getReturnType()->isAggregateType(); in processFunctionSignature() 66 return Arg.getType()->isAggregateType(); in processFunctionSignature() 77 if (Arg.getType()->isAggregateType()) { in processFunctionSignature()
|
| H A D | SPIRVEmitIntrinsics.cpp | 286 if (!I.getType()->isAggregateType()) in visitLoadInst() 328 assert(I.getType()->isAggregateType() && "Aggregate result is expected"); in visitAtomicCmpXchgInst() 386 if (isa<UndefValue>(Op) && Op->getType()->isAggregateType()) in insertAssignTypeIntrs() 447 if (ElTy->isAggregateType() || ElTy->isVectorTy() || in runOnFunction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 451 while (DeeperType->isAggregateType()) { in advanceToNextLeafType() 493 ->isAggregateType()) { in firstRealType() 511 ->isAggregateType()); in nextRealType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 174 return V->getType()->isAggregateType(); in anyAggregateType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Type.h | 288 bool isAggregateType() const { in isAggregateType() function
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 190 assert(T->isAggregateType() && "Not a struct or array"); in getAggregateNumElements()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAggregateType)
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 689 if (T->isAggregateType() && in processStoreOfLoad() 837 if (T->isAggregateType()) { in processStore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 722 if (!T->isAggregateType()) in unpackLoadToAggregate() 1248 if (!T->isAggregateType()) in unpackStoreToAggregate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 310 if (T->isAggregateType()) in isSupportedReturnType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 364 } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in printReturnValStr() 1520 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in emitFunctionParamList()
|
| H A D | NVPTXISelLowering.cpp | 1355 } else if (retTy->isAggregateType() || retTy->isVectorTy() || in getPrototype() 1378 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { in getPrototype() 1583 NeedAlign = IsByVal || Ty->isAggregateType() || Ty->isVectorTy() || in LowerCall() 1585 } else if (IsByVal || Ty->isAggregateType() || Ty->isVectorTy() || in LowerCall() 2675 if (Ty->isAggregateType() || Ty->isIntegerTy(128)) { in LowerFormalArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 513 if (MF.getFunction().getReturnType()->isAggregateType()) { in LowerReturn()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 610 else if (ElemTy->isAggregateType()) { in getConstantValue()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 1307 assert(DeclType->isAggregateType() && in CheckListElementTypes() 1490 ElemType->isAggregateType()) { in CheckSubElementType() 4489 if ((DestType->isRecordType() && !DestType->isAggregateType()) || in TryListInitialization() 4519 if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() && in TryListInitialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3741 SrcTy->isAggregateType() || DstTy->isAggregateType()) in castIsValid()
|
| H A D | Constants.cpp | 419 assert((getType()->isAggregateType() || getType()->isVectorTy()) && in getAggregateElement()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2436 Ty->isAggregateType()); in EmitAsmStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 2234 bool Type::isAggregateType() const { in isAggregateType() function in Type
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 225 if (Val.getType()->isAggregateType()) { in getOrCreateVRegs()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7916 if (!Val->getType()->isAggregateType()) in parseExtractValue() 7937 if (!Val0->getType()->isAggregateType()) in parseInsertValue()
|