Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h50 return Ty->isArrayTy() && in isWebAssemblyTableType()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp62 if (Ty->isArrayTy()) { in initializationPatternFor()
H A DCGDecl.cpp1316 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1328 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1339 if (Ty->isArrayTy()) in replaceUndef()
/freebsd-src/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.cpp1881 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in ConvertDebugDeclareToDebugValue()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp345 if (T->isArrayTy()) {
H A DAArch64PromoteConstant.cpp248 } else if (CstTy->isArrayTy()) in isConstantUsingVectorTy()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h252 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy() function
/freebsd-src/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp481 assert(LLVMTy->isArrayTy()); in buildGlobalVariable()
867 if (Ty->isArrayTy()) { in getOrCreateOpTypeImage()
H A DSPIRVInstructionSelector.cpp2195 if (GVType->isArrayTy()) {
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp65 if (T->isArrayTy()) in isSupportedType()
H A DARMFastISel.cpp3042 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h287 if (eltType->isArrayTy()) { in isPaddingForCoerceAndExpand()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp372 if (T->isArrayTy()) in isSupportedReturnType()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp545 if (!GEP->getSourceElementType()->isArrayTy()) in tryToRecognizeTableBasedCttz()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1126 return Ty->isArrayTy();
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp665 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1067 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp791 assert(!AccessTy->isAggregateType() || AccessTy->isArrayTy()); in tryPromoteAllocaToVector()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5358 if (T->isArrayTy()) { in visitCallBase()
5628 if (A->getType()->isArrayTy()) { in visitCallBase()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1651 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in getSplatValue()
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5224 bool IsArray = Ty->isArrayTy(); in parseFunctionBody()
5271 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3124 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()

12