Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h75 bool inBounds(IndexT n) const { in inBounds() function
/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h50 static GEPNoWrapFlags inBounds() { in inBounds() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp410 SmallVector<bool> inBounds(reducedVectorType.getRank(), true); matchAndRewrite() local
478 SmallVector<bool> inBounds(reducedVectorType.getRank(), true); matchAndRewrite() local
H A DVectorDistribute.cpp105 SmallVector<bool> inBounds(indices.size(), true); buildStore() local
150 SmallVector<bool> inBounds(indices.size(), true); buildLoad() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp634 SmallVector<bool> inBounds(maskedWriteOp.getVectorType().getRank(), true); buildVectorWrite() local
1087 SmallVector<bool> inBounds(dstRank, true); vectorizeTensorExtract() local
1349 SmallVector<bool> inBounds(readType.getRank(), true); vectorizeAsLinalgGeneric() local
2298 SmallVector<bool> inBounds(xferOp.getVectorType().getRank(), false); rewriteUser() local
2375 SmallVector<bool> inBounds(xferOp.getVectorType().getRank(), false); rewriteUser() local
2550 SmallVector<bool> inBounds(vecRank, true); rewriteUser() local
3237 SmallVector<bool> inBounds(maskShape.size(), true); depthwiseConv() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3817 build(OpBuilder & builder,OperationState & result,VectorType vectorType,Value source,ValueRange indices,AffineMap permutationMap,std::optional<ArrayRef<bool>> inBounds) build() argument
3830 build(OpBuilder & builder,OperationState & result,VectorType vectorType,Value source,ValueRange indices,Value padding,std::optional<ArrayRef<bool>> inBounds) build() argument
3847 build(OpBuilder & builder,OperationState & result,VectorType vectorType,Value source,ValueRange indices,std::optional<ArrayRef<bool>> inBounds) build() argument
3887 verifyTransferOp(VectorTransferOpInterface op,ShapedType shapedType,VectorType vectorType,VectorType maskType,VectorType inferredMaskType,AffineMap permutationMap,ArrayAttr inBounds) verifyTransferOp() argument
4156 auto inBounds = foldTransferInBoundsAttribute() local
4356 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,AffineMap permutationMap,std::optional<ArrayRef<bool>> inBounds) build() argument
4369 build(OpBuilder & builder,OperationState & result,Value vector,Value dest,ValueRange indices,std::optional<ArrayRef<bool>> inBounds) build() argument
[all...]