Searched refs:matchOne (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | NestedMatcher.h | 101 func.walk([&](Operation *op) { matchOne(op, matches); }); in match() 106 op->walk([&](Operation *child) { matchOne(child, matches); }); in match() 122 void matchOne(Operation *op, SmallVectorImpl<NestedMatch> *matches);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | GlobPattern.cpp | 150 return matchOne(Tokens, S); in match() 154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern 167 if (matchOne(Pats, S.substr(I))) in matchOne()
|
/external/llvm-project/llvm/lib/Support/ |
D | GlobPattern.cpp | 150 return matchOne(Tokens, S); in match() 154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern 167 if (matchOne(Pats, S.substr(I))) in matchOne()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 35 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
|
/external/llvm-project/mlir/lib/Analysis/ |
D | NestedMatcher.cpp | 73 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern
|