Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DNestedMatcher.h101 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/
DGlobPattern.cpp150 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/
DGlobPattern.cpp150 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/
DGlobPattern.h35 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
/external/llvm-project/mlir/lib/Analysis/
DNestedMatcher.cpp73 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern