| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 50 return Ty->isArrayTy() && in isWebAssemblyTableType()
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1316 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1328 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1339 if (Ty->isArrayTy()) in replaceUndef()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 235 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| H A D | Local.cpp | 1881 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in ConvertDebugDeclareToDebugValue()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 345 if (T->isArrayTy()) {
|
| H A D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 252 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
| /freebsd-src/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()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 481 assert(LLVMTy->isArrayTy()); in buildGlobalVariable() 867 if (Ty->isArrayTy()) { in getOrCreateOpTypeImage()
|
| H A D | SPIRVInstructionSelector.cpp | 2195 if (GVType->isArrayTy()) {
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 65 if (T->isArrayTy()) in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3042 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 372 if (T->isArrayTy()) in isSupportedReturnType()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 545 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1126 return Ty->isArrayTy();
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 665 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1067 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 5358 if (T->isArrayTy()) { in visitCallBase() 5628 if (A->getType()->isArrayTy()) { in visitCallBase()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1651 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in getSplatValue()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5224 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() 5271 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3124 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|