Home
last modified time | relevance | path

Searched defs:getVectorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp928 Type mlir::LLVM::getVectorType(Type elementType, unsigned numElements, getVectorType() function in mlir::LLVM
946 Type mlir::LLVM::getVectorType(Type elementType, getVectorType() function in mlir::LLVM
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp936 static VectorType getVectorType(Type scalarTy, in getVectorType() function
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp994 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anon6b6344ba0111::EmitterBase
1001 const VectorType *getVectorType(const ScalarType *ST) { getVectorType() function in __anon6b6344ba0111::EmitterBase
/llvm-project/clang/lib/AST/
H A DASTContext.cpp4142 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, getVectorType() function in ASTContext