/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | ResolveShapedTypeResultDims.cpp | 51 std::optional<int64_t> dimIndex = dimOp.getConstantIndex(); matchAndRewrite() local 88 std::optional<int64_t> dimIndex = dimOp.getConstantIndex(); matchAndRewrite() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-reduction.cpp | 13 ActualArguments &arg, std::optional<int> dimIndex, int rank) { in CheckReductionDIM()
|
H A D | shape.cpp | 918 std::size_t dimIndex{intrinsic->name == "findloc" ? 2u : 1u}; operator ()() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorInferTypeOpInterfaceImpl.cpp | 42 getCollapsedOutputDimFromInputShape(OpBuilder & builder,Location loc,int64_t dimIndex,Value src,ArrayRef<int64_t> dstStaticShape,ArrayRef<AffineMap> reassociationMap) getCollapsedOutputDimFromInputShape() argument 82 getExpandedOutputDimFromInputShape(OpBuilder & builder,Location loc,int64_t dimIndex,Value src,ArrayRef<int64_t> dstStaticShape,ArrayRef<AffineMap> reassociation,llvm::DenseMap<int64_t,int64_t> & expandedDimToCollapsedDim) getExpandedOutputDimFromInputShape() argument
|
H A D | TensorOps.cpp | 493 size_t dimIndex = 0; matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Allocatable.cpp | 60 mlir::Value dimIndex, in genAllocatableSetBounds()
|
/llvm-project/flang/lib/Lower/ |
H A D | Allocatable.cpp | 130 genRuntimeSetBounds(fir::FirOpBuilder & builder,mlir::Location loc,const fir::MutableBoxValue & box,mlir::Value dimIndex,mlir::Value lowerBound,mlir::Value upperBound) genRuntimeSetBounds() argument 561 mlir::Value dimIndex = genAllocateObjectBounds() local 582 mlir::Value dimIndex = builder.createIntegerConstant(loc, i32Ty, i); genAllocateObjectBounds() local
|
/llvm-project/mlir/lib/Dialect/Utils/ |
H A D | ReshapeOpsUtils.cpp | 356 std::optional<int64_t> dimIndex; in getUniqueNonUnitDim() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 137 mlir::Value dimIndex = builder.createIntegerConstant(loc, idxTy, dim++); createArrayTemp() local
|