Home
last modified time | relevance | path

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

1234

/llvm-project/mlir/docs/
H A DDeclarativeRewrites.md115 #### Binding op arguments and limiting the match
159 #### Matching DAG of operations
185 #### Binding op results
204 #### Referencing bound symbols
236 #### Building operations
286 #### Generating DAG of operations
297 #### Binding op results
324 #### `NativeCodeCall`: transforming the generated op
/llvm-project/mlir/lib/Rewrite/
H A DPatternApplicator.cpp35 static void logImpossibleToMatch(const Pattern &pattern) { in logImpossibleToMatch()
68 for (const RewritePattern *pattern : it.second) { in applyCostModel() local
76 for (const RewritePattern &pattern : in applyCostModel() local
120 for (const auto &pattern : it.second) in walkAllPatterns() local
210 const auto *pattern = in matchAndRewrite() local
H A DByteCode.h153 const PDLByteCodePattern *pattern; member
244 const PDLByteCodePattern *pattern = nullptr; member
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIExpressionRewriter.cpp23 std::unique_ptr<ExprRewritePattern> pattern) { in addPattern()
45 for (const std::unique_ptr<ExprRewritePattern> &pattern : patterns) { in simplify() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dbegin.pass.cpp82 int pattern[] = {1, 2}; in testOne() local
95 int pattern[] = {2, 3}; in testOne() local
108 int pattern[] in testOne() local
121 int pattern[] = {1, 3}; testOne() local
[all...]
/llvm-project/mlir/unittests/IR/
H A DPatternMatchTest.cpp25 AnOpRewritePattern pattern(&context); in TEST() local
44 auto &pattern = patterns.getNativePatterns().front(); in TEST() local
/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
H A DTestStepNoDebug.py73 def hit_correct_line(self, pattern): argument
84 def hit_correct_function(self, pattern): argument
/llvm-project/llvm/test/tools/llvm-reduce/
H A Dremove-bbs-sequence.py12 pattern = "Loop at depth 1 containing" variable
/llvm-project/clang/test/CodeGen/
H A D2002-02-13-ReloadProblem.c12 const char *rangematch(const char *pattern, int test, int c) { in rangematch()
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dglob.cpp18 std::string pattern = path + "/glob_test_root/*a"; in main() local
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h277 std::unique_ptr<T> pattern = create() local
301 initializePattern(T & pattern) initializePattern() argument
816 RewritePatternSet(MLIRContext * context,std::unique_ptr<RewritePattern> pattern) RewritePatternSet() argument
820 RewritePatternSet(PDLPatternModule && pattern) RewritePatternSet() argument
882 add(std::unique_ptr<RewritePattern> pattern) add() argument
889 add(PDLPatternModule && pattern) add() argument
948 insert(std::unique_ptr<RewritePattern> pattern) insert() argument
955 insert(PDLPatternModule && pattern) insert() argument
989 std::unique_ptr<T> pattern = addImpl() local
[all...]
/llvm-project/lldb/test/API/functionalities/step-avoids-regexp/
H A DTestStepAvoidsRegexp.py12 def hit_correct_function(self, pattern): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DUnitTests.py21 def _match_path(self, path, full_path, pattern): argument
/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
H A Dlinux-aarch64-neon.c19 uint64_t pattern = 0x1122334455667788; in bar() local
/llvm-project/llvm/utils/
H A Dextract_vplan.py23 pattern = re.compile(r"(digraph VPlan {.*?\n})", re.DOTALL) variable
/llvm-project/mlir/include/mlir/Rewrite/
H A DPatternApplicator.h33 ApplyPatternAction(ArrayRef<IRUnit> irUnits, const Pattern &pattern) in ApplyPatternAction()
/llvm-project/lldb/test/API/macosx/thread_suspend/
H A DTestInternalThreadSuspension.py47 def make_bkpt(self, pattern): argument
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
H A Dmake_unique_for_overwrite.default_init.pass.cpp26 constexpr char pattern = static_cast<char>(0xDE); variable
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py11 def load_tests(loader, suite, pattern): argument
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared_for_overwrite.pass.cpp59 constexpr char pattern = static_cast<char>(0xDE); variable
/llvm-project/lldb/test/API/functionalities/breakpoint/auto_continue/
H A DTestBreakpointAutoContinue.py33 pattern="Set a breakpoint here", argument
/llvm-project/llvm/utils/Misc/
H A Dzkill23 def re_full_match(pattern, str): argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp52 guessIncludePath(llvm::StringRef path_to_file, llvm::StringRef pattern) { in guessIncludePath() argument
/llvm-project/mlir/lib/Conversion/NVVMToLLVM/
H A DNVVMToLLVM.cpp85 RewritePatternSet pattern(&getContext()); in runOnOperation() local
/llvm-project/lldb/test/API/macosx/nslog/
H A DTestDarwinNSLogOutput.py100 def expect(self, pattern, exactly=False, *args, **kwargs): argument

1234