Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp42 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;
677 using VectorToSCFPattern<OpTy>::VectorToSCFPattern;
846 : public VectorToSCFPattern<TransferReadOp> {
847 using VectorToSCFPattern<TransferReadOp>::VectorToSCFPattern;
982 : public VectorToSCFPattern<TransferWriteOp> {
983 using VectorToSCFPattern<TransferWriteOp>::VectorToSCFPattern;
[all …]