Searched refs:TestDecomposeAffineOps (Results 1 – 2 of 2) sorted by relevance
28 struct TestDecomposeAffineOps struct29 : public PassWrapper<TestDecomposeAffineOps, OperationPass<func::FuncOp>> {30 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestDecomposeAffineOps) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument36 TestDecomposeAffineOps() = default;37 TestDecomposeAffineOps(const TestDecomposeAffineOps &pass) = default;44 void TestDecomposeAffineOps::runOnOperation() { in runOnOperation()55 PassRegistration<TestDecomposeAffineOps>(); in registerTestDecomposeAffineOpPass()
7 TestDecomposeAffineOps.cpp