Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp329 if (!unrollOrder.empty()) { in runOnOperation()
333 if (contractOp.getIteratorTypes().size() == unrollOrder.size()) in runOnOperation()
334 return SmallVector<int64_t>(unrollOrder.begin(), unrollOrder.end()); in runOnOperation()
358 ListOption<int64_t> unrollOrder{*this, "unroll-order", member