Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp56 static MaskFormat get1DMaskFormat(Value mask) { in get1DMaskFormat() function
3983 switch (get1DMaskFormat(load.getMask())) { in matchAndRewrite()
4034 switch (get1DMaskFormat(store.getMask())) { in matchAndRewrite()
4089 switch (get1DMaskFormat(gather.getMask())) { in matchAndRewrite()
4135 switch (get1DMaskFormat(scatter.getMask())) { in matchAndRewrite()
4181 switch (get1DMaskFormat(expand.getMask())) { in matchAndRewrite()
4226 switch (get1DMaskFormat(compress.getMask())) { in matchAndRewrite()