Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp292 auto reshInput = in matchAndRewrite() local
294 reshInput = ib.create<vector::ShapeCastOp>(reshInputType, reshInput); in matchAndRewrite()
299 vs.push_back(ib.create<vector::ExtractOp>(reshInput, i)); in matchAndRewrite()