Lines Matching refs:getPosition
62 if (auto attr = operandConsts[expr.cast<AffineDimExpr>().getPosition()] in constantFoldImpl()
68 expr.cast<AffineSymbolExpr>().getPosition()] in constantFoldImpl()
135 if (dimExpr.getPosition() != suffixStart + resIdx) in isMinorIdentityWithBroadcasting()
181 if (dimExpr.getPosition() < projectionStart) in isPermutationOfMinorIdentityWithBroadcasting()
184 dimExpr.getPosition() - projectionStart + leadingBroadcast; in isPermutationOfMinorIdentityWithBroadcasting()
261 if (!expr || expr.getPosition() != i) in isIdentity()
316 return getResult(idx).cast<AffineDimExpr>().getPosition(); in getDimPosition()
494 if (seen[dim.getPosition()]) in isProjectedPermutation()
496 seen[dim.getPosition()] = true; in isProjectedPermutation()
624 unusedSymbols.reset(symExpr.getPosition()); in compressUnusedSymbols()
662 if (exprs[d.getPosition()]) in inversePermutation()
664 exprs[d.getPosition()] = getAffineDimExpr(en.index(), d.getContext()); in inversePermutation()