Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp35 struct TestVectorToVectorLowering struct
41 TestVectorToVectorLowering(const TestVectorToVectorLowering &pass) in TestVectorToVectorLowering() function
43 StringRef getArgument() const final { in getArgument()
46 StringRef getDescription() const final { in getDescription()
50 void getDependentDialects(DialectRegistry &registry) const override { in getDependentDialects()
54 Option<bool> unroll{*this, "unroll", llvm::cl::desc("Include unrolling"),
57 void runOnOperation() override { in runOnOperation()
74 static Optional<SmallVector<int64_t, 4>> getShape(Operation *op) { in getShape()
105 static LogicalResult filter(Operation *op) { in filter()