Home
last modified time | relevance | path

Searched refs:isArrayTy (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1291 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 DVNCoercion.cpp14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
317 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1542 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp186 if (GlobalVT->isArrayTy() && in wasmSymbolSetType()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h220 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp954 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction()
1029 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
H A DOpenMPOpt.cpp714 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp58 if (T->isArrayTy()) in isSupportedType()
H A DARMFastISel.cpp3040 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2184 ((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 DPPCISelLowering.h1114 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp531 if (Ty->isArrayTy()) { in createSPIRVType()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp345 if (llvmType->isArrayTy()) { in getLLVMConstant()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
H A DWebAssemblyISelLowering.cpp1467 if (Ty->isArrayTy() && WebAssembly::isRefType(Ty->getArrayElementType())) in IsWebAssemblyTable()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1106 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 DOpenMPIRBuilderTest.cpp4057 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 DTargetLibraryInfo.cpp1790 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4843 bool IsArray = Ty->isArrayTy(); in parseFunctionBody()
4890 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1590 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp3073 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()

12