| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1284 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1296 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1307 if (Ty->isArrayTy()) in replaceUndef()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1530 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
|
| H A D | SimplifyLibCalls.cpp | 1351 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 225 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 968 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1043 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
| H A D | GlobalOpt.cpp | 2086 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
|
| H A D | OpenMPOpt.cpp | 625 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 140 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 57 if (T->isArrayTy()) in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3037 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2325 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst() 2385 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst() 2456 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGetElementPtrInst() 2458 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1078 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1586 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4177 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() 4219 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1666 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4307 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3078 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4867 if (A->getType()->isArrayTy()) { in visitCallBase()
|