Searched refs:CONJ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/ |
| H A D | MergerTest.cpp | 456 #define IMPL_MERGER_TEST_CONJ_DISJ(CONJ, DISJ) \ argument 457 TEST_F(MergerTest4T1L, vector_##CONJ##_##DISJ) { \ 458 auto em = CONJ##Expr(t0, t1); \ 466 expectLatPoint(s, lat(0), DISJ##Pattern(CONJ##Pattern(p0, p1), p2), \ 468 expectLatPointWithinRange(s, lat(1), 2, CONJ##Pattern(p0, p1), \ 474 expectLatPoint(s, lat(0), DISJ##Pattern(CONJ##Pattern(p0, p1), p2), \ 476 expectLatPointWithinRange(s, lat(1), 2, CONJ##Pattern(p0, p1), \
|
| /llvm-project-15.0.7/mlir/test/Conversion/ShapeToStandard/ |
| H A D | shape-to-standard.mlir | 279 …]] = scf.for %[[I:.*]] = %[[C0]] to %[[RANK_A]] step %[[C1]] iter_args(%[[CONJ:.*]] = %[[INIT]]) -… 283 // CHECK: %[[CONJ_NEXT:.*]] = arith.andi %[[CONJ]], %[[EXTENT_EQ]] 308 …]] = scf.for %[[I:.*]] = %[[C0]] to %[[RANK_A]] step %[[C1]] iter_args(%[[CONJ:.*]] = %[[INIT]]) -… 312 // CHECK: %[[CONJ_NEXT:.*]] = arith.andi %[[CONJ]], %[[EXTENT_EQ]] 325 …]] = scf.for %[[I:.*]] = %[[C0]] to %[[RANK_A]] step %[[C1]] iter_args(%[[CONJ:.*]] = %[[INIT]]) -… 329 // CHECK: %[[CONJ_NEXT:.*]] = arith.andi %[[CONJ]], %[[EXTENT_EQ]]
|