Home
last modified time | relevance | path

Searched defs:loopState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp725 auto loopState = Strategy<OpTy>::initialLoopState(xferOp); in matchAndRewrite() local
730 [&](OpBuilder &b, Location loc, Value iv, ValueRange loopState) { in matchAndRewrite()
1244 auto loopState = Strategy1d<OpTy>::initialLoopState(rewriter, xferOp); in matchAndRewrite() local
1249 [&](OpBuilder &b, Location loc, Value iv, ValueRange loopState) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c162 MlirOperationState loopState = mlirOperationStateGet( in makeAndDumpAdd() local