Home
last modified time | relevance | path

Searched refs:m_Any (Results 1 – 20 of 20) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/lib/IR/
H A DTestMatchers.cpp34 using mlir::matchers::m_Any;
51 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
55 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
59 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
63 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
67 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
83 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
116 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/lib/IR/
H A DTestMatchers.cpp33 using mlir::matchers::m_Any;
50 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
54 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
58 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
62 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
66 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
82 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
115 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp34 using mlir::matchers::m_Any;
51 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
55 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
59 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
63 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
67 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
83 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
116 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/IR/
H A DTestMatchers.cpp34 using mlir::matchers::m_Any;
51 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
55 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
59 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
63 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
67 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
83 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
116 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp34 using mlir::matchers::m_Any;
51 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
55 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
59 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
63 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
67 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
83 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
116 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/IR/
H A DTestMatchers.cpp38 using mlir::matchers::m_Any;
55 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
59 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
63 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
67 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
71 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
87 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
120 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp38 using mlir::matchers::m_Any;
55 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
59 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
63 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
67 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
71 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
87 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
120 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp38 using mlir::matchers::m_Any;
55 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any()); in test1()
59 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>()); in test1()
63 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any()); in test1()
67 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
71 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any()); in test1()
87 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>()); in test1()
120 auto mul_of_aany = m_Op<MulFOp>(a, m_Any()); in test1()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp38 using mlir::matchers::m_Any;
55 auto p2 = m_Op<AddFOp>(m_Op<AddFOp>(), m_Any());
59 auto p3 = m_Op<AddFOp>(m_Any(), m_Op<AddFOp>());
63 auto p4 = m_Op<MulFOp>(m_Op<AddFOp>(), m_Any());
67 auto p5 = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>());
71 auto p6 = m_Op<MulFOp>(m_Op<MulFOp>(), m_Any());
87 auto mul_of_anyadd = m_Op<MulFOp>(m_Any(), m_Op<AddFOp>());
120 auto mul_of_aany = m_Op<MulFOp>(a, m_Any());
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/qa/climaker/
H A Dtestobjects.cs129 m_Any = aAny; in inParameters()
163 aAny = m_Any; in outParameters()
239 aAny = m_Any; in inoutParameters()
240 m_Any = _any; in inoutParameters()
330 return m_Any; in retAny()
490 return m_Any;
493 m_Any = value;
570 Any m_Any; field in Component
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/qa/climaker/
H A Dtestobjects.cs129 m_Any = aAny; in inParameters()
163 aAny = m_Any; in outParameters()
239 aAny = m_Any; in inoutParameters()
240 m_Any = _any; in inoutParameters()
330 return m_Any; in retAny()
490 return m_Any;
493 m_Any = value;
570 Any m_Any; field in Component
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DMatchers.h270 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DMatchers.h270 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h265 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DMatchers.h270 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DMatchers.h270 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DMatchers.h282 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DMatchers.h282 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DMatchers.h282 inline auto m_Any() { return detail::AnyValueMatcher(); } in m_Any() function
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DMatchers.h282 inline auto m_Any() { return detail::AnyValueMatcher(); }