Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h50 return Ty->isArrayTy() && in isWebAssemblyTableType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1314 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1326 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1337 if (Ty->isArrayTy()) in replaceUndef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
235 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1865 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp294 if (T->isArrayTy()) { in canonicalizeThunkType()
410 if (Arg.getType()->isArrayTy() || Arg.getType()->isStructTy() || in buildExitThunk()
484 if (ArgTy->isArrayTy() || ArgTy->isStructTy() || in buildEntryThunk()
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h252 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp970 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction()
1045 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp335 assert(LLVMTy->isArrayTy()); in getOrCreateConsIntArray()
406 assert(LLVMTy->isArrayTy()); in getOrCreateConsIntArray()
688 if (Ty->isArrayTy()) { in createSPIRVType()
H A DSPIRVInstructionSelector.cpp1509 if (GVType->isArrayTy()) { in selectGlobalValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp363 if (T->isArrayTy()) in isSupportedReturnType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp542 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1115 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp699 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1043 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5093 if (T->isArrayTy()) { in classifyArgument()
5364 if (A->getType()->isArrayTy()) { in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1580 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5047 bool IsArray = Ty->isArrayTy(); in parseFunctionBody()
5094 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5414 if (!Ty->isArrayTy())

12