Lines Matching +defs:test +defs:fn
1 //===- TestSCFUtils.cpp --- Pass to test independent SCF dialect utils ----===//
9 // This file implements a pass to test SCF dialect utils.
31 StringRef getArgument() const final { return "test-scf-for-utils"; }
32 StringRef getDescription() const final { return "test scf.for utils"; }
37 *this, "test-replace-with-new-yields",
55 NewYieldValuesFn fn = [&](OpBuilder &b, Location loc,
67 fn)))
78 StringRef getArgument() const final { return "test-scf-if-utils"; }
79 StringRef getDescription() const final { return "test scf.if utils"; }
124 StringRef getArgument() const final { return "test-scf-pipelining"; }
125 StringRef getDescription() const final { return "test scf.forOp pipelining"; }
177 // NOTE: This is okay in the test because we use dynamic memref sizes, so
240 namespace test {
246 } // namespace test