| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Operator.cpp | 159 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in accumulateConstantOffset() 218 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in collectOffset()
|
| HD | Type.cpp | 60 bool Type::isScalableTy() const { in isScalableTy() function in Type 62 return ATy->getElementType()->isScalableTy(); in isScalableTy() 576 if (Ty->isScalableTy()) in isSized()
|
| HD | DataLayout.cpp | 57 if (i == 0 && Ty->isScalableTy()) in StructLayout()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | ExpandLargeDivRem.cpp | 99 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl()
|
| HD | ExpandLargeFpConvert.cpp | 611 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl() 628 if (I.getOperand(0)->getType()->isScalableTy()) in runImpl()
|
| HD | Analysis.cpp | 84 assert((Ty->isScalableTy() == StartingOffset.isScalable() || in ComputeValueVTs()
|
| HD | ComplexDeinterleavingPass.cpp | 1805 if (!VTy->isScalableTy() && VTy->getElementCount().getKnownMinValue() == 1) in identifySplat()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Type.h | 213 bool isScalableTy() const;
|
| HD | Constants.h | 1353 return !SrcElemTy->isScalableTy();
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| HD | RISCVCallLowering.cpp | 352 T->isScalableTy() && in isSupportedArgumentType() 384 T->isScalableTy() && in isSupportedReturnType()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | MemoryTaggingSupport.cpp | 184 !AI.getAllocatedType()->isScalableTy() && in isInterestingAlloca()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | SeparateConstOffsetFromGEP.cpp | 834 if (GTI.getIndexedType()->isScalableTy()) in accumulateByteOffset() 1066 if (GTI.getIndexedType()->isScalableTy()) in splitGEP()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FunctionLoweringInfo.cpp | 165 if (Ty->isScalableTy()) in set()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| HD | AArch64CallLowering.cpp | 531 if (!EnableSVEGISel && (F.getReturnType()->isScalableTy() || in fallBackToDAGISel() 533 return A.getType()->isScalableTy(); in fallBackToDAGISel()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | Loads.cpp | 207 if (!Ty->isSized() || Ty->isScalableTy()) in isDereferenceableAndAlignedPointer()
|
| HD | MemoryBuiltins.cpp | 1142 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | ThreadSanitizer.cpp | 806 if (OrigTy->isScalableTy()) { in getMemoryAccessFuncIndex()
|
| HD | NumericalStabilitySanitizer.cpp | 317 if (VecTy->isScalableTy()) in getExtendedFPType() 857 assert(!VecTy->isScalableTy() && in emitCheckInternal()
|
| HD | MemorySanitizer.cpp | 1972 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/ |
| HD | TargetTransformInfoImpl.h | 1102 if (TargetType->isScalableTy()) in getGEPCost()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64TargetTransformInfo.cpp | 535 !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/ |
| HD | InstCombineLoadStoreAlloca.cpp | 924 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | VPlanRecipes.cpp | 2085 if (VecTy->isScalableTy()) { in interleaveVectors() 2250 if (VecTy->isScalableTy()) { in execute()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVTargetTransformInfo.cpp | 1950 if (!VTy || VTy->isScalableTy()) in isLegalMaskedCompressStore()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 402 if (Ty->isScalableTy()) in collectSRATypes()
|