| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 19 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in canCoerceMustAliasedValueToLoad() 20 StoredVal->getType()->isStructTy() || StoredVal->getType()->isArrayTy()) in canCoerceMustAliasedValueToLoad() 159 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite() 212 DepSI->getValueOperand()->getType()->isArrayTy()) in analyzeLoadFromClobberingStore() 228 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| H A D | Local.cpp | 1368 AI->getType()->getElementType()->isArrayTy(); in isArray()
|
| H A D | SimplifyLibCalls.cpp | 1114 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Type.h | 221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1041 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
| H A D | GlobalOpt.cpp | 2394 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 159 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1029 if (Ty->isArrayTy()) { in patternFor() 1166 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1180 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1191 if (Ty->isArrayTy()) in replaceUndef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 252 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 58 if (T->isArrayTy()) in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3047 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1952 if (SrcEltTy->isArrayTy() && in visitGetElementPtrInst() 2011 SrcEltTy->isArrayTy()) { in visitGetElementPtrInst() 2077 ((GEPEltType->isArrayTy() && SrcEltType->isVectorTy() && in visitGetElementPtrInst() 2079 (GEPEltType->isVectorTy() && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 874 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 643 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1397 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
|
| H A D | ValueTracking.cpp | 3289 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) && in FindInsertedValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1356 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 670 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
|
| H A D | Constants.cpp | 1333 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
|
| H A D | Verifier.cpp | 571 Assert(GVar && GVar->getValueType()->isArrayTy(), in visitGlobalValue()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 3715 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() 3757 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4061 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3106 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4334 if (A->getType()->isArrayTy()) { in visitCallSite()
|