Home
last modified time | relevance | path

Searched defs:inBoundsAttr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp251 ArrayAttr inBoundsAttr; in matchAndRewrite() local
305 ArrayAttr inBoundsAttr; in matchAndRewrite() local
H A DVectorTransferSplitRewritePatterns.cpp526 auto inBoundsAttr = b.getBoolArrayAttr(bools); in splitFullAndPartialTransfer() local
H A DVectorTransforms.cpp1324 ArrayAttr inBoundsAttr = matchAndRewrite() local
1413 ArrayAttr inBoundsAttr = matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp418 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 DVectorLegalization.cpp695 ArrayAttr inBoundsAttr = illegalRead.getInBoundsAttr(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3805 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...]