Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp443 static Value initialLoopState(TransferReadOp xferOp) { return Value(); } in initialLoopState() function
524 static Value initialLoopState(TransferWriteOp xferOp) { in initialLoopState() function
725 auto loopState = Strategy<OpTy>::initialLoopState(xferOp); in matchAndRewrite()
1146 static Value initialLoopState(OpBuilder &b, TransferReadOp xferOp) { in initialLoopState() function
1174 static Value initialLoopState(OpBuilder &b, TransferWriteOp xferOp) { in initialLoopState() function
1244 auto loopState = Strategy1d<OpTy>::initialLoopState(rewriter, xferOp); in matchAndRewrite()