Lines Matching defs:VectorToSCFPattern
63 struct VectorToSCFPattern : public OpRewritePattern<OpTy> {
64 explicit VectorToSCFPattern(MLIRContext *context,
595 : public VectorToSCFPattern<TransferReadOp> {
596 using VectorToSCFPattern<TransferReadOp>::VectorToSCFPattern;
644 : public VectorToSCFPattern<TransferWriteOp> {
645 using VectorToSCFPattern<TransferWriteOp>::VectorToSCFPattern;
699 struct DecomposePrintOpConversion : public VectorToSCFPattern<vector::PrintOp> {
700 using VectorToSCFPattern<vector::PrintOp>::VectorToSCFPattern;
869 struct TransferOpConversion : public VectorToSCFPattern<OpTy> {
870 using VectorToSCFPattern<OpTy>::VectorToSCFPattern;
1064 : VectorToSCFPattern<vector::TransferWriteOp> {
1065 using VectorToSCFPattern::VectorToSCFPattern;
1246 : public VectorToSCFPattern<TransferReadOp> {
1247 using VectorToSCFPattern<TransferReadOp>::VectorToSCFPattern;
1390 : public VectorToSCFPattern<TransferWriteOp> {
1391 using VectorToSCFPattern<TransferWriteOp>::VectorToSCFPattern;
1638 struct TransferOp1dConversion : public VectorToSCFPattern<OpTy> {
1639 using VectorToSCFPattern<OpTy>::VectorToSCFPattern;