Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1284 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1296 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1307 if (Ty->isArrayTy()) in replaceUndef()
/freebsd-13.1/contrib/llvm-project/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.cpp1530 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
H A DSimplifyLibCalls.cpp1351 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h225 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp968 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1043 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
H A DGlobalOpt.cpp2086 if (Init->getType()->isArrayTy()) in EvaluateStoreInto()
H A DOpenMPOpt.cpp625 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp140 if (SrcEltTy->isArrayTy()) in checkArgumentUses()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp57 if (T->isArrayTy()) in isSupportedType()
H A DARMFastISel.cpp3037 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2325 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst()
2385 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst()
2456 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGetElementPtrInst()
2458 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGetElementPtrInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1078 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1586 return (FTy.getParamType(0)->isArrayTy() && in isValidProtoForLibFunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4177 bool IsArray = Ty->isArrayTy(); in parseFunctionBody()
4219 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1666 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4307 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3078 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4867 if (A->getType()->isArrayTy()) { in visitCallBase()

12