Searched refs:getBoolArrayAttr (Results 1 – 11 of 11) sorted by relevance
71 op->setAttr(escapeAttrName, rewriter.getBoolArrayAttr(escapeAttrValue)); in insertTensorCopies()
460 flatRead.setInBoundsAttr(rewriter.getBoolArrayAttr({true})); in matchAndRewrite()521 flatWrite.setInBoundsAttr(rewriter.getBoolArrayAttr({true})); in matchAndRewrite()
32 return builder.getBoolArrayAttr(newInBoundsValues); in transposeInBoundsAttr()
526 auto inBoundsAttr = b.getBoolArrayAttr(bools); in splitFullAndPartialTransfer()
2557 xferOp.setInBoundsAttr(rewriter.getBoolArrayAttr({true})); in matchAndRewrite()
141 ArrayAttr getBoolArrayAttr(ArrayRef<bool> values);
1427 let constBuilderCall = "$_builder.getBoolArrayAttr($0)";
209 ArrayAttr Builder::getBoolArrayAttr(ArrayRef<bool> values) { in getBoolArrayAttr() function in Builder
109 b.getBoolArrayAttr({escape})); in allocateTensorForShapedValue()
824 rewriter.getBoolArrayAttr(inBounds)); in rewriteUser()903 xferOp.getMask(), rewriter.getBoolArrayAttr(inBounds)); in rewriteUser()
2787 ? builder.getBoolArrayAttr(inBounds.value()) in build()2802 ? builder.getBoolArrayAttr(inBounds.value()) in build()3141 b.getBoolArrayAttr(newInBounds)); in foldTransferInBoundsAttribute()3406 ? builder.getBoolArrayAttr(inBounds.value()) in build()3869 rewriter.getBoolArrayAttr(newInBounds)); in matchAndRewrite()