Home
last modified time | relevance | path

Searched defs:TestVectorUnrollingPatterns (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp275 struct TestVectorUnrollingPatterns struct
278 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestVectorUnrollingPatterns) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()
283 StringRef getDescription() const final { in getDescription()
288 TestVectorUnrollingPatterns(const TestVectorUnrollingPatterns &pass) in TestVectorUnrollingPatterns() argument
290 void runOnOperation() override { in runOnOperation()
358 ListOption<int64_t> unrollOrder{*this, "unroll-order",
361 Option<bool> unrollBasedOnType{