Home
last modified time | relevance | path

Searched refs:SVTy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h408 const ScalableVectorType *SVTy) { in get() argument
409 return get(ElementType, SVTy->getMinNumElements()); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h649 const ScalableVectorType *SVTy) { in get() argument
650 return get(ElementType, SVTy->getMinNumElements()); in get()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3861 StringRef Name, Intrinsic::ID IntrinsicID, ScalableVectorType *SVTy, in ConstantFoldScalableVectorCall() argument
3870 return ConstantInt::getFalse(SVTy); in ConstantFoldScalableVectorCall()
3895 Name, IntrinsicID, SVTy->getElementType(), SplatOps, TLI, Call); in ConstantFoldScalableVectorCall()
3898 return ConstantVector::getSplat(SVTy->getElementCount(), Folded); in ConstantFoldScalableVectorCall()
4068 if (auto *SVTy = dyn_cast<ScalableVectorType>(Ty)) in ConstantFoldCall() local
4070 Name, IID, SVTy, Operands, F->getDataLayout(), TLI, Call); in ConstantFoldCall()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1145 const auto SVTy = CTA.getStructuralValueType(); in getFragmentsForTemplateArguments() local
1146 Fragments.append(CTA.getAsStructuralValue().getAsString(Context, SVTy), in getFragmentsForTemplateArguments()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DRISCV.cpp1268 const ScalableVectorType *SVTy = cast<ScalableVectorType>(ResTy); in EmitRISCVBuiltinExpr() local
1271 SVTy->getElementCount().getKnownMinValue(); in EmitRISCVBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11074 auto *SVTy = dyn_cast<FixedVectorType>(SV->getType()); in peekThroughShuffles() local
11075 if (!SVTy) in peekThroughShuffles()
11080 if (isIdentityMask(Mask, SVTy, /*IsStrict=*/false)) { in peekThroughShuffles()
11082 (isIdentityMask(Mask, SVTy, /*IsStrict=*/true) && in peekThroughShuffles()