Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp64 void LLVM::detail::nDVectorIterate(const LLVM::detail::NDVectorTypeInfo &info, in nDVectorIterate() function in LLVM::detail
100 nDVectorIterate(resultTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DVectorPattern.h49 void nDVectorIterate(const NDVectorTypeInfo &info, OpBuilder &builder,
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1271 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()