| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 62 if (Ty->isArrayTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1291 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1303 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1314 if (Ty->isArrayTy()) in replaceUndef()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 317 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| H A D | Local.cpp | 1542 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.cpp | 186 if (GlobalVT->isArrayTy() && in wasmSymbolSetType()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 220 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 954 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1029 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| H A D | OpenMPOpt.cpp | 714 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 58 if (T->isArrayTy()) in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3040 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2184 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGEPOfBitcast() 2186 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGEPOfBitcast() 2564 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst() 2617 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1114 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 531 if (Ty->isArrayTy()) { in createSPIRVType()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 345 if (llvmType->isArrayTy()) { in getLLVMConstant()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| H A D | WebAssemblyISelLowering.cpp | 1467 if (Ty->isArrayTy() && WebAssembly::isRefType(Ty->getArrayElementType())) in IsWebAssemblyTable()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 1106 bool isArrayTy = value.getType().isa<LLVMArrayType>(); in print() local 1107 p << '(' << (isArrayTy ? "filter " : "catch ") << value << " : " in print()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 4057 if (!Alloc->getAllocatedType()->isArrayTy() || in TEST_F() 4612 EXPECT_TRUE(MapperAllocas.ArgsBase->getAllocatedType()->isArrayTy()); in TEST_F() 4624 EXPECT_TRUE(MapperAllocas.Args->getAllocatedType()->isArrayTy()); in TEST_F() 4634 EXPECT_TRUE(MapperAllocas.ArgSizes->getAllocatedType()->isArrayTy()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1790 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4843 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() 4890 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1590 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3073 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|