Home
last modified time | relevance | path

Searched defs:rhsIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp977 int64_t rhsIndex = batchDimMap[0].second; in matchAndRewriteMaskableOp() local
1007 for (int64_t rhsIndex = 0, e = rhsType.getRank(); rhsIndex < e; ++rhsIndex) { in matchAndRewriteMaskableOp() local
1033 int64_t rhsIndex, in lowerParallel() argument
1140 int64_t rhsIndex = *lookupRhs; lowerReduction() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp500 auto rhsIndex = bldr.create<mlir::arith::SubIOp>(loc, index, lhsLenIdx); in createConcatenate() local