Searched refs:countMatches (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestMatchers.cpp | 33 static unsigned countMatches(FunctionOpInterface f, Matcher &matcher) { in countMatches() function 52 llvm::outs() << "Pattern add(*) matched " << countMatches(f, p0) in test1() 56 llvm::outs() << "Pattern mul(*) matched " << countMatches(f, p1) in test1() 88 << countMatches(f, p8) << " times\n"; in test1() 99 << countMatches(f, p9) << " times\n"; in test1() 102 llvm::outs() << "Pattern add(a, b) matched " << countMatches(f, p10) in test1() 106 llvm::outs() << "Pattern add(a, c) matched " << countMatches(f, p11) in test1() 110 llvm::outs() << "Pattern add(b, a) matched " << countMatches(f, p12) in test1() 114 llvm::outs() << "Pattern add(c, a) matched " << countMatches(f, p13) in test1() 128 << countMatches(f, p16) << " times\n"; in test1() [all …]
|