Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1295 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1307 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1318 if (Ty->isArrayTy()) in replaceUndef()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp186 if (GlobalVT->isArrayTy() && in wasmSymbolSetType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
320 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1606 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
H A DSimplifyLibCalls.cpp1783 assert(Op->getType()->isArrayTy() && "Unexpected signature for cabs!"); in optimizeCAbs()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h246 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/openbsd-src/gnu/llvm/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.cpp747 if (!Array.getAllocatedType()->isArrayTy()) in initialize()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
H A DAArch64FastISel.cpp2932 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp310 assert(LLVMTy->isArrayTy()); in getOrCreateConsIntArray()
380 assert(LLVMTy->isArrayTy()); in getOrCreateConsIntArray()
667 if (Ty->isArrayTy()) { in createSPIRVType()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp58 if (T->isArrayTy()) in isSupportedType()
H A DARMFastISel.cpp3043 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp537 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2199 ((GEPEltType->isArrayTy() && isa<FixedVectorType>(SrcEltType) && in visitGEPOfBitcast()
2201 (isa<FixedVectorType>(GEPEltType) && SrcEltType->isArrayTy() && in visitGEPOfBitcast()
2577 if (StrippedPtrEltTy->isArrayTy() && in visitGetElementPtrInst()
2631 StrippedPtrEltTy->isArrayTy()) { in visitGetElementPtrInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1125 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1015 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1596 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5008 bool IsArray = Ty->isArrayTy(); in parseFunctionBody()
5055 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp3071 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4620 if ((!SliceTy || (SliceTy->isArrayTy() && in rewritePartition()

12