Lines Matching refs:padValue
698 auto padValue = padOp.getConstantPaddingValue(); in tryVectorizeCopy() local
699 if (!padValue) { in tryVectorizeCopy()
704 padValue = rewriter.create<arith::ConstantOp>( in tryVectorizeCopy()
743 padOp.getLoc(), vecType, padOp.getSource(), readIndices, padValue, in tryVectorizeCopy()
814 auto padValue = padOp.getConstantPaddingValue(); in rewriteUser() local
815 if (!padValue) in rewriteUser()
826 xferOp.getPaddingMutable().assign(padValue); in rewriteUser()
880 auto padValue = padOp.getConstantPaddingValue(); in rewriteUser() local
881 if (!padValue) in rewriteUser()
1033 auto padValue = padOp.getConstantPaddingValue(); in rewriteUser() local
1034 if (!padValue) in rewriteUser()
1067 padOp.getLoc(), vecType, padOp.getSource(), readIndices, padValue); in rewriteUser()