Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1119 struct Strategy1d;
1123 struct Strategy1d<TransferReadOp> { struct
1156 struct Strategy1d<TransferWriteOp> { struct
1244 auto loopState = Strategy1d<OpTy>::initialLoopState(rewriter, xferOp); in matchAndRewrite()
1250 Strategy1d<OpTy>::generateForLoopBody(b, loc, xferOp, iv, loopState); in matchAndRewrite()