Home
last modified time | relevance | path

Searched defs:vectorShape (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorMultiDimReductionTransforms.cpp174 SmallVector<int64_t, 2> vectorShape; in matchAndRewrite() local
H A DVectorUnrollDistribute.cpp47 SmallVector<int64_t, 4> vectorShape; member in __anon77a0e1ec0111::DecomposeShapeIterator
H A DVectorTransforms.cpp2066 ArrayRef<int64_t> vectorShape = read.getVectorType().getShape(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp42 static ArrayRef<int64_t> vectorShape(Type type) { in vectorShape() function
47 static ArrayRef<int64_t> vectorShape(Value value) { in vectorShape() function
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp3848 ArrayRef<int64_t> vectorShape = transferOp.getVectorType().getShape(); in matchAndRewrite() local