Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h595 const ScalableVectorType *SVTy) { in get() argument
596 return get(ElementType, SVTy->getMinNumElements()); in get()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3372 StringRef Name, Intrinsic::ID IntrinsicID, ScalableVectorType *SVTy, in ConstantFoldScalableVectorCall() argument
3381 return ConstantInt::getFalse(SVTy); in ConstantFoldScalableVectorCall()
3491 if (auto *SVTy = dyn_cast<ScalableVectorType>(Ty)) in ConstantFoldCall() local
3493 Name, IID, SVTy, Operands, F->getDataLayout(), TLI, Call); in ConstantFoldCall()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1127 const auto SVTy = CTA.getStructuralValueType(); in getFragmentsForTemplateArguments() local
1128 Fragments.append(CTA.getAsStructuralValue().getAsString(Context, SVTy), in getFragmentsForTemplateArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7815 auto *SVTy = dyn_cast<FixedVectorType>(SV->getType()); in peekThroughShuffles() local
7816 if (!SVTy) in peekThroughShuffles()
7821 if (isIdentityMask(Mask, SVTy, /*IsStrict=*/false)) { in peekThroughShuffles()
7823 (isIdentityMask(Mask, SVTy, /*IsStrict=*/true) && in peekThroughShuffles()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp22034 const ScalableVectorType *SVTy = cast<ScalableVectorType>(ResTy); in EmitRISCVBuiltinExpr() local
22037 SVTy->getElementCount().getKnownMinValue(); in EmitRISCVBuiltinExpr()