Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorShapeCast.cpp117 incIdx(llvm::MutableArrayRef<int64_t> idx,VectorType tp,int dimIdx,int initialStep=1) incIdx() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DLoopVersioning.cpp436 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i); runOnOperation() local
H A DSimplifyIntrinsics.cpp300 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i); genReductionLoop() local
598 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i); genMinMaxlocReductionLoop() local
/llvm-project/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp433 for (int64_t dimIdx = 0; dimIdx < sliceType.getRank(); dimIdx++) { in getSimplifyCollapseShapeWithRankReducingSliceInfo() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp778 Value dimIdx = rewriter.create<arith::ConstantIndexOp>(loc, i); calculateGatherOffset() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp2615 unsigned dimIdx = 0; printTypeImpl() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2082 for (size_t dimIdx = 0; !allFalse && dimIdx < extractOpPos.size(); matchAndRewrite() local
[all...]