Searched defs:dimIdx (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorShapeCast.cpp | 117 incIdx(llvm::MutableArrayRef<int64_t> idx,VectorType tp,int dimIdx,int initialStep=1) incIdx() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | LoopVersioning.cpp | 436 mlir::Value dimIdx = builder.createIntegerConstant(loc, idxTy, i); runOnOperation() local
|
H A D | SimplifyIntrinsics.cpp | 300 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 D | ReshapeOpsUtils.cpp | 433 for (int64_t dimIdx = 0; dimIdx < sliceType.getRank(); dimIdx++) { in getSimplifyCollapseShapeWithRankReducingSliceInfo() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 778 Value dimIdx = rewriter.create<arith::ConstantIndexOp>(loc, i); calculateGatherOffset() local
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 2615 unsigned dimIdx = 0; printTypeImpl() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 2082 for (size_t dimIdx = 0; !allFalse && dimIdx < extractOpPos.size(); matchAndRewrite() local [all...] |