Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h50 return Ty->isArrayTy() && in isWebAssemblyTableType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1311 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1323 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1334 if (Ty->isArrayTy()) in replaceUndef()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h192 bool isArrayTy() const { return LLVMTy->isArrayTy(); } in isArrayTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h261 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp357 if (T->isArrayTy()) in isSupportedArgumentType()
376 if (T->isArrayTy()) in isSupportedReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp974 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction()
1048 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp244 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
H A DAArch64Arm64ECCallLowering.cpp340 if (T->isArrayTy()) { in canonicalizeThunkType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp65 if (T->isArrayTy()) in isSupportedType()
H A DARMTargetTransformInfo.cpp2904 if (!ArrayType || !ArrayType->isArrayTy() || in getNumBytesToPadGlobalArray()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h295 return eltType->isArrayTy() && in isPaddingForCoerceAndExpand()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp101 if (ElementType->isArrayTy()) in fixI8UseChain()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp84 assert(SrcTy->isArrayTy() && DestTy->isArrayTy() && "Expected ArrayType"); in CreateAggregateCast()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1143 return Ty->isArrayTy(); in functionArgumentNeedsConsecutiveRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp553 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp572 assert(LLVMTy->isArrayTy()); in getOrCreateConstIntArray()
1049 if (Ty->isArrayTy()) { in createSPIRVType()
H A DSPIRVEmitIntrinsics.cpp676 if (Ty->isArrayTy()) in deduceElementTypeHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp671 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp887 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1133 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp928 if (Ty->isArrayTy()) { in emitCheckInternal()
H A DMemorySanitizer.cpp6751 if (T->isArrayTy()) { in classifyArgument()
7021 if (A->getType()->isArrayTy()) { in visitCallBase()
7157 if (ArgTy->isArrayTy()) { in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1364 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()

12