Searched refs:rhsIndex (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 1961 int64_t rhsIndex = batchDimMap[0].second; in matchAndRewrite() local 1962 rewriter.replaceOp(op, lowerParallel(op, lhsIndex, rhsIndex, rewriter)); in matchAndRewrite() 1988 for (int64_t rhsIndex = 0, e = rhsType.getRank(); rhsIndex < e; ++rhsIndex) { in matchAndRewrite() local 1989 if (rhsContractingDimSet.count(rhsIndex) == 0) { in matchAndRewrite() 1991 op, lowerParallel(op, /*lhsIndex=*/-1, rhsIndex, rewriter)); in matchAndRewrite() 2008 int64_t lhsIndex, int64_t rhsIndex, in lowerParallel() argument 2019 assert((rhsIndex < 0 || iterIndex == iMap[1].getDimPosition(rhsIndex)) && in lowerParallel() 2023 assert(rhsIndex >= 0 && "missing parallel index"); in lowerParallel() 2024 iterIndex = iMap[1].getDimPosition(rhsIndex); in lowerParallel() 2025 dimSize = rhsType.getDimSize(rhsIndex); in lowerParallel() [all …]
|
/external/llvm-project/mlir/include/mlir/Dialect/Vector/ |
D | VectorTransforms.h | 443 int64_t rhsIndex, PatternRewriter &rewriter) const;
|
/external/llvm-project/flang/lib/Lower/ |
D | CharacterExpr.cpp | 289 auto rhsIndex = bldr.create<mlir::SubIOp>(loc, index, lhsLen); in createConcatenate() local 290 auto charVal = createLoadCharAt(rhs, rhsIndex); in createConcatenate()
|