Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp36 static const char kPassLabel[] = "__vector_to_scf_lowering__"; variable
247 newXferOp->setAttr(kPassLabel, b.getUnitAttr()); in maybeApplyPassLabel()
532 if (xferOp->hasAttr(kPassLabel)) in checkPrepareXferOp()
579 newXfer->setAttr(kPassLabel, rewriter.getUnitAttr()); in matchAndRewrite()
633 xferOp->setAttr(kPassLabel, rewriter.getUnitAttr()); in matchAndRewrite()
687 if (!xferOp->hasAttr(kPassLabel)) in matchAndRewrite()