Home
last modified time | relevance | path

Searched defs:scalableDims (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DTypeParser.cpp459 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 DLowerVectorBitCast.cpp60 ArrayRef<bool> scalableDims = in matchAndRewrite() local
H A DLowerVectorMultiReduction.cpp236 SmallVector<bool, 2> scalableDims; matchAndRewrite() local
/llvm-project/mlir/unittests/IR/
H A DShapedTypeTest.cpp139 SmallVector<bool> scalableDims{true, false, true, false, false}; TEST() local
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypes.h352 CopyOnWriteArrayRef<bool> scalableDims; global() variable
/llvm-project/mlir/lib/Bindings/Python/
H A DIRTypes.cpp493 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 DBuiltinTypes.cpp230 if (scalableDims.size() != shape.size()) in verify() argument
H A DAsmPrinter.cpp2611 auto scalableDims = vectorTy.getScalableDims(); printTypeImpl() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp206 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 DVectorOps.cpp467 SmallVector<bool> scalableDims; verify() local
3995 SmallVector<bool> scalableDims = inferTransferOpMaskType() local