Home
last modified time | relevance | path

Searched refs:getScalableVectorType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h530 Type getScalableVectorType(Type elementType, unsigned numElements);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp118 QT = Context.getScalableVectorType(QT, Type->getScale().getValue()); in RVVType2Qual()
H A DSemaExpr.cpp11669 S.Context.getScalableVectorType(LHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
11688 S.Context.getScalableVectorType(RHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
12877 return Context.getScalableVectorType(IntTy, VecSize.getKnownMinValue()); in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6304 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp951 Type mlir::LLVM::getScalableVectorType(Type elementType, unsigned numElements) { in getScalableVectorType() function in mlir::LLVM
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1501 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3970 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext
11150 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()