/llvm-project/mlir/lib/Dialect/ |
H A D | Traits.cpp | 62 SmallVectorImpl<int64_t> &resultShape) { in getBroadcastedShape() argument 176 SmallVector<int64_t, 4> resultShape; in getBroadcastedType() local 250 SmallVector<int64_t, 4> resultShape; verifyCompatibleOperandBroadcast() local [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | FusePadOpWithLinalgProducer.cpp | 64 ReifiedRankedShapedTypeDims resultShape; in matchAndRewrite() local
|
H A D | Vectorization.cpp | 1798 ArrayRef<int64_t> resultShape = unpackOp.getDestType().getShape(); vectorizeUnPackOpPrecondition() local
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | ResolveShapedTypeResultDims.cpp | 63 Value resultShape = reifiedResultShapes[dimValue.getResultNumber()]; matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | SimplifyHLFIRIntrinsics.cpp | 46 mlir::Value resultShape = genResultShape(loc, builder, array); matchAndRewrite() local [all...] |
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 524 llvm::ArrayRef<int64_t> resultShape = resultExpr.getShape(); verifyLogicalReductionOp() local 590 llvm::ArrayRef<int64_t> resultShape = resultExpr.getShape(); verify() local 744 llvm::ArrayRef<int64_t> resultShape = resultExpr.getShape(); verifyNumericalReductionOp() local 809 llvm::ArrayRef<int64_t> resultShape = resultExpr.getShape(); verifyCharacterReductionOp() local 897 llvm::ArrayRef<int64_t> resultShape = resultExpr.getShape(); verifyResultForMinMaxLoc() local 1059 llvm::ArrayRef<int64_t> resultShape = resultTy.getShape(); verify() local 1181 llvm::ArrayRef<int64_t> resultShape = resultTy.getShape(); verify() local 1229 llvm::ArrayRef<int64_t> resultShape = resultTy.getShape(); verify() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-reduction.h | 188 ConstantSubscripts resultShape; // empty -> scalar DoReduction() local
|
H A D | fold-implementation.h | 207 ConstantSubscripts resultShape; ApplySubscripts() local
|
H A D | check-expression.cpp | 444 } else if (auto resultShape{GetShape(context, folded)}) { NonPointerInitializationExpr() local
|
H A D | shape.cpp | 771 auto resultShape{(*this)(subp.result())}; operator ()() local
|
H A D | fold-integer.cpp | 365 ConstantSubscripts at{array->lbounds()}, maskAt, resultIndices, resultShape; Test() local
|
/llvm-project/flang/lib/Lower/ |
H A D | HlfirIntrinsics.cpp | 341 hlfir::ExprType::Shape resultShape; lowerImpl() local
|
H A D | ConvertExprToHLFIR.cpp | 188 mlir::Value resultShape; member [all...] |
/llvm-project/mlir/lib/Conversion/TosaToTensor/ |
H A D | TosaToTensor.cpp | 60 auto resultShape = llvm::map_to_vector(newShape, [&](int64_t size) -> int64_t { in inferReshapeExpandedType() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 2206 computeExpandedLayoutMap(MemRefType srcType,ArrayRef<int64_t> resultShape,ArrayRef<ReassociationIndices> reassociation) computeExpandedLayoutMap() argument 2246 computeExpandedType(MemRefType srcType,ArrayRef<int64_t> resultShape,ArrayRef<ReassociationIndices> reassociation) computeExpandedType() argument 2304 build(OpBuilder & builder,OperationState & result,ArrayRef<int64_t> resultShape,Value src,ArrayRef<ReassociationIndices> reassociation) build() argument 2317 build(OpBuilder & builder,OperationState & result,ArrayRef<int64_t> resultShape,Value src,ArrayRef<ReassociationIndices> reassociation,ArrayRef<OpFoldResult> outputShape) build() argument 2471 SmallVector<int64_t> resultShape; computeCollapsedType() local 2738 inferRankReducedResultType(ArrayRef<int64_t> resultShape,MemRefType sourceRankedTensorType,ArrayRef<int64_t> offsets,ArrayRef<int64_t> sizes,ArrayRef<int64_t> strides) inferRankReducedResultType() argument 2770 inferRankReducedResultType(ArrayRef<int64_t> resultShape,MemRefType sourceRankedTensorType,ArrayRef<OpFoldResult> offsets,ArrayRef<OpFoldResult> sizes,ArrayRef<OpFoldResult> strides) inferRankReducedResultType() argument [all...] |
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1021 ArrayRef<int64_t> resultShape = resultType.getShape(); matchAndRewrite() local 1278 SmallVector<int64_t> resultShape(indicesType.getShape().drop_back()); inferResultType() local 2943 inferResultType(RankedTensorType sourceType,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ArrayRef<int64_t> resultShape) inferResultType() argument 3972 SmallVector<int64_t> resultShape = llvm::to_vector(sourceShape); getPackOpResultTypeShape() local 4036 SmallVector<int64_t> resultShape = getPackOpResultTypeShape( inferPackedType() local [all...] |
H A D | TensorTilingInterfaceImpl.cpp | 82 ReifiedRankedShapedTypeDims resultShape; getPackUnPackIterationDomain() local
|
/llvm-project/mlir/lib/Dialect/Shape/IR/ |
H A D | Shape.cpp | 664 SmallVector<int64_t, 6> resultShape; in fold() local 865 SmallVector<int64_t, 6> resultShape; fold() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | EmulateWideInt.cpp | 156 llvm::ArrayRef<int64_t> resultShape = resultType.getShape(); in constructResultVector() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 448 auto resultShape = resultTy.getShape(); matchAndRewrite() local
|
H A D | TosaToLinalg.cpp | 612 SmallVector<int64_t> resultShape; expandRank() local
|
/llvm-project/mlir/lib/Dialect/Mesh/IR/ |
H A D | MeshOps.cpp | 693 SmallVector<int64_t> resultShape = sliceResultType() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | SimplifyIntrinsics.cpp | 875 fir::SequenceType::Shape resultShape(1, rank); genRuntimeMinMaxlocBody() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 4747 SmallVector<int64_t> resultShape = applyPermutationMap( matchAndRewrite() local 5207 auto resultShape = resultVectorType.getShape(); verifyVectorShapeCast() local 5823 auto resultShape = resultType.getShape(); verify() local [all...] |