/llvm-project/mlir/lib/Conversion/TosaToTensor/ |
H A D | TosaToTensor.cpp | 32 ArrayRef<int64_t> newShape) { in inferReshapeInputType() argument 49 ArrayRef<int64_t> newShape) { in inferReshapeExpandedType() argument 238 auto newShape in matchAndRewrite() local [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinTypes.h | 212 setShape(ArrayRef<int64_t> newShape) setShape() argument 260 setShape(ArrayRef<int64_t> newShape) setShape() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaDecomposeConv2D.cpp | 76 llvm::SmallVector<int64_t> newShape(inputType.getShape()); in matchAndRewrite() local
|
H A D | TosaFolders.cpp | 319 llvm::SmallVector<int64_t> newShape(oldShape); in calculateReducedValue() local 380 auto newShape = resultType.getShape(); in matchAndRewrite() local
|
H A D | TosaDecomposeDepthwise.cpp | 104 llvm::SmallVector<int64_t> newShape(inputType.getShape()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | RewriteAsConstant.cpp | 96 auto newShape = in constantFoldPadOp() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTransfer.cpp | 41 SmallVector<int64_t> newShape(addedRank, 1); in extendVectorRank() local 383 SmallVector<int64_t> newShape( matchAndRewriteMaskableOp() local
|
H A D | VectorDropLeadUnitDim.cpp | 29 ArrayRef<int64_t> newShape = oldShape; in trimLeadingOneDims() local
|
H A D | VectorTransferOpTransforms.cpp | 316 SmallVector<int64_t> newShape; trimNonScalableUnitDims() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | ShapedTypeTest.cpp | 186 SmallVector<int64_t> newShape{2, 2}; TEST() local
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | PipelineDataTransfer.cpp | 85 SmallVector<int64_t, 4> newShape(1 + oldMemRefType.getRank()); in doubleBuffer() local
|
H A D | LoopFusion.cpp | 265 SmallVector<int64_t, 4> newShape; in createPrivateMemRef() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | EmulateWideInt.cpp | 56 auto newShape = to_vector(type.getShape()); in reduceInnermostDim() local 121 auto newShape = llvm::to_vector(vecTy.getShape()); in appendX1Dim() local 1099 auto newShape = to_vector(ty.getShape()); in WideIntEmulationConverter() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | LoopVersioning.cpp | 463 fir::SequenceType::Shape newShape; runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | SplitReduction.cpp | 79 SmallVector<int64_t> newShape; in splitReduction() local
|
H A D | DropUnitDims.cpp | 613 SmallVector<int64_t> newShape; matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRType.cpp | 1296 changeTypeShape(mlir::Type type,std::optional<fir::SequenceType::ShapeRef> newShape) changeTypeShape() argument 1321 std::optional<fir::SequenceType::ShapeRef> newShape; getBoxTypeWithNewShape() local 1328 std::optional<fir::SequenceType::ShapeRef> newShape; getBoxTypeWithNewShape() local [all...] |
/llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
H A D | BufferizationOps.cpp | 301 SmallVector<int64_t> newShape = llvm::to_vector(op.getType().getShape()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 176 SmallVector<int64_t> newShape; in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | Utils.cpp | 1795 SmallVector<int64_t, 4> newShape(newRank); normalizeMemRefType() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 2342 SmallVector<int64_t> newShape; createNewOperandWithStaticSizes() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1720 SmallVector<int64_t, 4> newShape; inferCollapsedType() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 5310 ArrayRef<int64_t> newShape = oldShape; trimTrailingOneDims() local
|