Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp119 SmallVector<PDLByteCode::MatchResult, 4> pdlMatches; in matchAndRewrite() local
122 bytecode->match(op, rewriter, pdlMatches, *mutableByteCodeState); in matchAndRewrite()
134 auto pdlIt = pdlMatches.begin(), pdlE = pdlMatches.end(); in matchAndRewrite()