Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp111 struct TestVectorContractionLowering struct
112 : public PassWrapper<TestVectorContractionLowering,
114 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestVectorContractionLowering) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
123 TestVectorContractionLowering() = default;
124 TestVectorContractionLowering(const TestVectorContractionLowering &pass) in TestVectorContractionLowering() argument
911 PassRegistration<TestVectorContractionLowering>(); in registerTestVectorLowerings()