Searched defs:scalableDims (Results 1 – 10 of 10) sorted by relevance
/llvm-project/mlir/lib/AsmParser/ |
H A D | TypeParser.cpp | 459 SmallVector<bool, 4> scalableDims; parseVectorType() local 491 parseVectorDimensionList(SmallVectorImpl<int64_t> & dimensions,SmallVectorImpl<bool> & scalableDims) parseVectorDimensionList() argument
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorBitCast.cpp | 60 ArrayRef<bool> scalableDims = in matchAndRewrite() local
|
H A D | LowerVectorMultiReduction.cpp | 236 SmallVector<bool, 2> scalableDims; matchAndRewrite() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | ShapedTypeTest.cpp | 139 SmallVector<bool> scalableDims{true, false, true, false, false}; TEST() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinTypes.h | 352 CopyOnWriteArrayRef<bool> scalableDims; global() variable
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRTypes.cpp | 493 std::vector<bool> scalableDims; bindDerived() local 505 get(std::vector<int64_t> shape,PyType & elementType,std::optional<py::list> scalable,std::optional<std::vector<int64_t>> scalableDims,DefaultingPyLocation loc) get() argument
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinTypes.cpp | 230 if (scalableDims.size() != shape.size()) in verify() argument
|
H A D | AsmPrinter.cpp | 2611 auto scalableDims = vectorTy.getScalableDims(); printTypeImpl() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 206 SmallVector<bool> scalableDims; getCanonicalVecType() local 3231 __anon729377362e02(ArrayRef<int64_t> maskShape, ArrayRef<bool> scalableDims, Operation *opToMask) depthwiseConv() argument
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 467 SmallVector<bool> scalableDims; verify() local 3995 SmallVector<bool> scalableDims = inferTransferOpMaskType() local
|