Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp192 loopsToBits(const std::vector<std::pair<unsigned, unsigned>> &loops) { in loopsToBits() function in __anonb1ca32140111::MergerTestBase
403 loopsToBits({{l0, t0}, {l0, t1}})); \
404 expectLatPointWithinRange(s, lat(1), 2, p0, loopsToBits({{l0, t0}})); \
405 expectLatPointWithinRange(s, lat(1), 2, p1, loopsToBits({{l0, t1}})); \
410 loopsToBits({{l0, t0}, {l0, t1}}), true); \
411 expectLatPointWithinRange(s, lat(1), 2, p0, loopsToBits({{l0, t0}}), \
413 expectLatPointWithinRange(s, lat(1), 2, p1, loopsToBits({{l0, t1}}), \
436 loopsToBits({{l0, t0}, {l0, t1}})); \
441 loopsToBits({{l0, t0}, {l0, t1}}), true); \
467 loopsToBits({{l0, t0}, {l0, t1}, {l0, t2}})); \
[all …]