Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp655 auto vectorShape = vectorType.getShape(); in foreachIndividualVectorElement() local
683 IndexCalculator indexFn, ArrayRef<int64_t> vectorShape) { in buildMmaSyncMemRefLoadOperand() argument
723 buildMmaSyncMemRefStoreOperand(OpBuilder & b,Location loc,Value vectorToStore,OpFoldResult laneId,Value memref,IndexCalculator indexFn,ArrayRef<int64_t> vectorShape) buildMmaSyncMemRefStoreOperand() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp261 ArrayRef<int64_t> vectorShape = vectorType.getShape(); in isContiguousSlice() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorMultiReduction.cpp237 SmallVector<int64_t, 2> vectorShape; matchAndRewrite() local
H A DLowerVectorTransfer.cpp468 ArrayRef<int64_t> vectorShape = read.getVectorType().getShape(); matchAndRewriteMaskableOp() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp52 static VectorShape vectorShape(Type type) { vectorShape() function
59 static VectorShape vectorShape(Value value) { vectorShape() function
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp205 SmallVector<int64_t> vectorShape; getCanonicalVecType() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4746 ArrayRef<int64_t> vectorShape = transferOp.getVectorType().getShape(); matchAndRewrite() local