Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project-15.0.7/mlir/docs/
H A DDeclarativeRewrites.md112 #### Binding op arguments and limiting the match
156 #### Matching DAG of operations
182 #### Binding op results
201 #### Referencing bound symbols
233 #### Building operations
283 #### Generating DAG of operations
294 #### Binding op results
321 #### `NativeCodeCall`: transforming the generated op
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp35 static void logImpossibleToMatch(const Pattern &pattern) { in logImpossibleToMatch()
64 for (const RewritePattern *pattern : it.second) { in applyCostModel() local
72 for (const RewritePattern &pattern : in applyCostModel() local
116 for (const auto &pattern : it.second) in walkAllPatterns() local
197 const auto *pattern = static_cast<const RewritePattern *>(bestPattern); in matchAndRewrite() local
H A DFrozenRewritePatternSet.cpp72 function_ref<bool(RegisteredOperationName)> callbackFn) { in FrozenRewritePatternSet()
/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A DTestStepNoDebug.py72 def hit_correct_line(self, pattern): argument
86 def hit_correct_function(self, pattern): argument
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Dremove-bbs-sequence.py8 pattern = 'Loop at depth 1 containing' variable
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-13-ReloadProblem.c12 const char *rangematch(const char *pattern, int test, int c) { in rangematch()
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py107 def load_tests(loader, tests, pattern): argument
179 def _find_tests(start_dir, pattern): argument
252 def discover(self, start_dir, pattern, top_level_dir): argument
381 def _find_tests(start_dir, pattern): argument
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dglob.cpp18 std::string pattern = path + "/glob_test_root/*a"; in main() local
/llvm-project-15.0.7/mlir/unittests/IR/
H A DPatternMatchTest.cpp24 AnOpRewritePattern pattern(&context); in TEST() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DUnitTests.py21 def _match_path(self, path, full_path, pattern): argument
/llvm-project-15.0.7/llvm/utils/
H A Dextract_vplan.py23 pattern = re.compile(r"(digraph VPlan {.*?\n})",re.DOTALL) variable
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py159 def discover(self, start_dir, pattern='test*.py', top_level_dir=None): argument
243 def _match_path(self, path, full_path, pattern): argument
247 def _find_tests(self, start_dir, pattern): argument
/llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp165 const std::shared_ptr<Pattern> &pattern, in latPointWithinRange()
177 const std::shared_ptr<Pattern> &pattern, in expectLatPointWithinRange()
184 const std::shared_ptr<Pattern> &pattern, in expectLatPoint()
219 bool compareExpression(unsigned e, const std::shared_ptr<Pattern> &pattern) { in compareExpression()
/llvm-project-15.0.7/lldb/test/API/macosx/thread_suspend/
H A DTestInternalThreadSuspension.py42 def make_bkpt(self, pattern): argument
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py182 def _pattern_type_err(self, pattern): argument
240 def expect(self, pattern, timeout=-1, searchwindowsize=-1, async_=False, **kw): argument
400 def prepare_pattern(pattern): argument
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py11 def load_tests(loader, suite, pattern): argument
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/auto_continue/
H A DTestBreakpointAutoContinue.py32 pattern="Set a breakpoint here"): argument
/llvm-project-15.0.7/llvm/utils/Misc/
H A Dzkill23 def re_full_match(pattern, str): argument
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp51 guessIncludePath(llvm::StringRef path_to_file, llvm::StringRef pattern) { in guessIncludePath()
/llvm-project-15.0.7/lldb/test/API/macosx/nslog/
H A DTestDarwinNSLogOutput.py101 def expect(self, pattern, exactly=False, *args, **kwargs): argument
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp326 static void getNonTreePredicates(pdl::PatternOp pattern, in getNonTreePredicates()
368 static SmallVector<Value> detectRoots(pdl::PatternOp pattern) { in detectRoots()
590 static Value buildPredicateList(pdl::PatternOp pattern, in buildPredicateList()
772 pdl::PatternOp pattern; member
790 pdl::PatternOp pattern) { in getOrCreateChild()
887 pdl::PatternOp pattern; in generateMatcherTree() member
989 SuccessNode::SuccessNode(pdl::PatternOp pattern, Value root, in SuccessNode()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Drename_check.py78 def deleteMatchingLines(fileName, pattern): argument
/llvm-project-15.0.7/llvm/utils/vscode/llvm/
H A Dpackage.json79 "pattern": [ array
97 "pattern": [ array
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dbase.py39 pattern=".*", useTempInput=False): argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFuzzyMatch.h82 llvm::StringRef pattern() const { return llvm::StringRef(Pat, PatN); } in pattern() function

123