Home
last modified time | relevance | path

Searched refs:extractNDVectorTypeInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp19 LLVM::detail::extractNDVectorTypeInfo(VectorType vectorType, in extractNDVectorTypeInfo() function in LLVM::detail
86 extractNDVectorTypeInfo(resultNDVectorType, typeConverter); in handleMultidimensionalVectors()
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DVectorPattern.h34 NDVectorTypeInfo extractNDVectorTypeInfo(VectorType vectorType,
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1729 LLVM::detail::extractNDVectorTypeInfo(resultType, *getTypeConverter()); in matchAndRewrite()