Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp939 static VectorType getVectorType(Type scalarTy, in getVectorType() function
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp993 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anondd1c47770111::EmitterBase
1000 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anondd1c47770111::EmitterBase
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp925 Type mlir::LLVM::getVectorType(Type elementType, unsigned numElements, in getVectorType() function in mlir::LLVM
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4010 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext