Lines Matching refs:VectorToSCFPattern
41 struct VectorToSCFPattern : public OpRewritePattern<OpTy> { struct
42 explicit VectorToSCFPattern(MLIRContext *context, in VectorToSCFPattern() argument
569 : public VectorToSCFPattern<TransferReadOp> {
570 using VectorToSCFPattern<TransferReadOp>::VectorToSCFPattern;
618 : public VectorToSCFPattern<TransferWriteOp> {
619 using VectorToSCFPattern<TransferWriteOp>::VectorToSCFPattern;
676 struct TransferOpConversion : public VectorToSCFPattern<OpTy> {
677 using VectorToSCFPattern<OpTy>::VectorToSCFPattern;
846 : public VectorToSCFPattern<TransferReadOp> {
847 using VectorToSCFPattern<TransferReadOp>::VectorToSCFPattern;
982 : public VectorToSCFPattern<TransferWriteOp> {
983 using VectorToSCFPattern<TransferWriteOp>::VectorToSCFPattern;
1219 struct TransferOp1dConversion : public VectorToSCFPattern<OpTy> {
1220 using VectorToSCFPattern<OpTy>::VectorToSCFPattern;