Home
last modified time | relevance | path

Searched refs:isScalableTy (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDOperator.cpp159 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in accumulateConstantOffset()
218 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in collectOffset()
HDType.cpp60 bool Type::isScalableTy() const { in isScalableTy() function in Type
62 return ATy->getElementType()->isScalableTy(); in isScalableTy()
576 if (Ty->isScalableTy()) in isSized()
HDDataLayout.cpp57 if (i == 0 && Ty->isScalableTy()) in StructLayout()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDExpandLargeDivRem.cpp99 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl()
HDExpandLargeFpConvert.cpp611 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl()
628 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl()
HDAnalysis.cpp84 assert((Ty->isScalableTy() == StartingOffset.isScalable() || in ComputeValueVTs()
HDComplexDeinterleavingPass.cpp1805 if (!VTy->isScalableTy() && VTy->getElementCount().getKnownMinValue() == 1) in identifySplat()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h213 bool isScalableTy() const;
HDConstants.h1353 return !SrcElemTy->isScalableTy();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVCallLowering.cpp352 T->isScalableTy() && in isSupportedArgumentType()
384 T->isScalableTy() && in isSupportedReturnType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMemoryTaggingSupport.cpp184 !AI.getAllocatedType()->isScalableTy() && in isInterestingAlloca()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSeparateConstOffsetFromGEP.cpp834 if (GTI.getIndexedType()->isScalableTy()) in accumulateByteOffset()
1066 if (GTI.getIndexedType()->isScalableTy()) in splitGEP()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp165 if (Ty->isScalableTy()) in set()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64CallLowering.cpp531 if (!EnableSVEGISel && (F.getReturnType()->isScalableTy() || in fallBackToDAGISel()
533 return A.getType()->isScalableTy(); in fallBackToDAGISel()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoads.cpp207 if (!Ty->isSized() || Ty->isScalableTy()) in isDereferenceableAndAlignedPointer()
HDMemoryBuiltins.cpp1142 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDThreadSanitizer.cpp806 if (OrigTy->isScalableTy()) { in getMemoryAccessFuncIndex()
HDNumericalStabilitySanitizer.cpp317 if (VecTy->isScalableTy()) in getExtendedFPType()
857 assert(!VecTy->isScalableTy() && in emitCheckInternal()
HDMemorySanitizer.cpp1972 if (!FArg.getType()->isSized() || FArg.getType()->isScalableTy()) { in getShadow()
1973 LLVM_DEBUG(dbgs() << (FArg.getType()->isScalableTy() in getShadow()
4418 if (A->getType()->isScalableTy()) { in visitCallBase()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h1102 if (TargetType->isScalableTy()) in getGEPCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp535 !VTy->isScalableTy()) in getHistogramCost()
2438 (Src->isScalableTy() && !ST->hasSVE2())) in isExtPartOfAvgExpr()
3515 if (VecTy->isScalableTy() && (!ST->hasSVE() || Factor != 2)) in getInterleavedMemoryOpCost()
3520 if (!VecTy->isScalableTy() && (UseMaskForCond || UseMaskForGaps)) in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp924 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanRecipes.cpp2085 if (VecTy->isScalableTy()) { in interleaveVectors()
2250 if (VecTy->isScalableTy()) { in execute()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp1950 if (!VTy || VTy->isScalableTy()) in isLegalMaskedCompressStore()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp402 if (Ty->isScalableTy()) in collectSRATypes()

12