Lines Matching defs:TestLinalgTransforms
35 struct TestLinalgTransforms struct
40 TestLinalgTransforms(const TestLinalgTransforms &pass) : PassWrapper(pass) {} in TestLinalgTransforms() argument
42 void getDependentDialects(DialectRegistry ®istry) const override { in getDependentDialects()
53 StringRef getArgument() const final { in getArgument()
56 StringRef getDescription() const final { in getDescription()
62 Option<bool> testPatterns{*this, "test-patterns",
65 Option<bool> testTileAndDistributionOptions{
69 Option<bool> testTileFuseAndDistributionOptions{
73 Option<bool> testVectorTransferForwardingPatterns{
78 Option<bool> testGenericToVectorPattern{
83 Option<bool> testTilePattern{*this, "test-tile-pattern",
86 Option<bool> testTileScalarizeDynamicDims{
90 Option<bool> testTransformPadTensor{
94 Option<bool> testGeneralizePadTensor{
98 Option<bool> testSwapSubTensorPadTensor{
103 Option<bool> testSplitReduction{
107 ListOption<int64_t> peeledLoops{
110 ListOption<int64_t> tileSizes{
113 Option<bool> skipPartial{
117 Option<std::string> loopType{
122 Option<bool> testBubbleUpExtractSliceOpPattern{