Lines Matching defs:unroll
61 Option<bool> unroll{*this, "unroll", llvm::cl::desc("Include unrolling"),
67 if (unroll) {
153 return "Test lowering patterns to unroll contract ops in the vector "
229 ListOption<int64_t> unrollOrder{*this, "unroll-order",
230 llvm::cl::desc("set the unroll order")};
233 *this, "unroll-based-on-type",
234 llvm::cl::desc("Set the unroll factor based on type of the operation"),
256 return "Test lowering patterns to unroll transfer ops in the vector "
290 *this, "reverse-unroll-order",