/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
H A D | CGDecl.cpp | 1279 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1291 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1302 if (Ty->isArrayTy()) in replaceUndef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 335 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
H A D | Local.cpp | 1521 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
|
H A D | SimplifyLibCalls.cpp | 1350 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Type.h | 226 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1042 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
H A D | OpenMPOpt.cpp | 446 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
|
H A D | GlobalOpt.cpp | 2076 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 140 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
H A D | AArch64FastISel.cpp | 2908 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 57 if (T->isArrayTy()) in isSupportedType()
|
H A D | ARMFastISel.cpp | 3034 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2268 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst() 2328 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst() 2399 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGetElementPtrInst() 2401 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1060 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1567 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 708 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
|
H A D | Constants.cpp | 1664 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4206 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() 4248 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4286 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3077 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|