Searched defs:inBoundsAttr (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDropLeadUnitDim.cpp | 251 ArrayAttr inBoundsAttr; in matchAndRewrite() local 305 ArrayAttr inBoundsAttr; in matchAndRewrite() local
|
H A D | VectorTransferSplitRewritePatterns.cpp | 526 auto inBoundsAttr = b.getBoolArrayAttr(bools); in splitFullAndPartialTransfer() local
|
H A D | VectorTransforms.cpp | 1324 ArrayAttr inBoundsAttr = matchAndRewrite() local 1413 ArrayAttr inBoundsAttr = matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/VectorToSCF/ |
H A D | VectorToSCF.cpp | 418 auto inBoundsAttr = dropFirstElem(b, xferOp.getInBoundsAttr()); rewriteOp() local 505 auto inBoundsAttr = dropFirstElem(b, xferOp.getInBoundsAttr()); rewriteOp() local 1144 auto inBoundsAttr = dropFirstElem(b, xferOp.getInBoundsAttr()); matchAndRewrite() local 1279 auto inBoundsAttr = dropFirstElem(b, xferOp.getInBoundsAttr()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ |
H A D | VectorLegalization.cpp | 695 ArrayAttr inBoundsAttr = illegalRead.getInBoundsAttr(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 3805 build(OpBuilder & builder,OperationState & result,VectorType vectorType,Value source,ValueRange indices,AffineMapAttr permutationMapAttr,ArrayAttr inBoundsAttr) build() argument 3819 auto inBoundsAttr = (inBounds && !inBounds.value().empty()) build() local 3834 auto inBoundsAttr = (inBounds && !inBounds.value().empty()) build() local 4336 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,AffineMapAttr permutationMapAttr,Value mask,ArrayAttr inBoundsAttr) build() argument 4346 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,AffineMapAttr permutationMapAttr,ArrayAttr inBoundsAttr) build() argument 4358 auto inBoundsAttr = (inBounds && !inBounds.value().empty()) build() local [all...] |