| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 50 return Ty->isArrayTy() && in isWebAssemblyTableType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1311 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1323 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1334 if (Ty->isArrayTy()) in replaceUndef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 192 bool isArrayTy() const { return LLVMTy->isArrayTy(); } in isArrayTy() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 261 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 357 if (T->isArrayTy()) in isSupportedArgumentType() 376 if (T->isArrayTy()) in isSupportedReturnType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 974 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1048 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 244 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
| H A D | AArch64Arm64ECCallLowering.cpp | 340 if (T->isArrayTy()) { in canonicalizeThunkType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 65 if (T->isArrayTy()) in isSupportedType()
|
| H A D | ARMTargetTransformInfo.cpp | 2904 if (!ArrayType || !ArrayType->isArrayTy() || in getNumBytesToPadGlobalArray()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 295 return eltType->isArrayTy() && in isPaddingForCoerceAndExpand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILLegalizePass.cpp | 101 if (ElementType->isArrayTy()) in fixI8UseChain()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 84 assert(SrcTy->isArrayTy() && DestTy->isArrayTy() && "Expected ArrayType"); in CreateAggregateCast()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1143 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 553 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 572 assert(LLVMTy->isArrayTy()); in getOrCreateConstIntArray() 1049 if (Ty->isArrayTy()) { in createSPIRVType()
|
| H A D | SPIRVEmitIntrinsics.cpp | 676 if (Ty->isArrayTy()) in deduceElementTypeHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 671 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 887 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1133 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 928 if (Ty->isArrayTy()) { in emitCheckInternal()
|
| H A D | MemorySanitizer.cpp | 6751 if (T->isArrayTy()) { in classifyArgument() 7021 if (A->getType()->isArrayTy()) { in visitCallBase() 7157 if (ArgTy->isArrayTy()) { in visitCallBase()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1364 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|