Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp308 static MemRefType unpackOneDim(MemRefType type) { in unpackOneDim() function
694 auto castedDataType = unpackOneDim(dataBufferType); in matchAndRewrite()
712 auto castedMaskType = unpackOneDim(maskBufferType); in matchAndRewrite()