/llvm-project/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 75 bool inBounds(IndexT n) const { in inBounds() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GEPNoWrapFlags.h | 50 static GEPNoWrapFlags inBounds() { in inBounds() function
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorTransferOpTransforms.cpp | 410 SmallVector<bool> inBounds(reducedVectorType.getRank(), true); matchAndRewrite() local 478 SmallVector<bool> inBounds(reducedVectorType.getRank(), true); matchAndRewrite() local
|
H A D | VectorDistribute.cpp | 105 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 D | Vectorization.cpp | 634 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 D | VectorOps.cpp | 3817 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...] |