Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1279 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1291 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1302 if (Ty->isArrayTy()) in replaceUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
335 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1521 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
H A DSimplifyLibCalls.cpp1350 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h226 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1042 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
H A DOpenMPOpt.cpp446 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
H A DGlobalOpt.cpp2076 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp140 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
H A DAArch64FastISel.cpp2908 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp57 if (T->isArrayTy()) in isSupportedType()
H A DARMFastISel.cpp3034 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2268 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst()
2328 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst()
2399 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGetElementPtrInst()
2401 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1060 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1567 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp708 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
H A DConstants.cpp1664 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4206 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody()
4248 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4286 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3077 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()

12