Searched refs:otherOperands (Results 1 – 4 of 4) sorted by relevance
387 Set<SemanticContext> otherOperands = commutative.operands; in equals() local388 if (operands.size() != otherOperands.size()) in equals()391 return operands.containsAll(otherOperands); in equals()398 Set<SemanticContext> otherOperands = ((CommutativePredicate)not.ctx).operands; in equals() local399 if (operands.size() != otherOperands.size()) in equals()403 for (SemanticContext context : otherOperands) { in equals()
160 auto otherOperands = linalgOp.getAssumedNonShapedOperands(); in finalizeBufferAllocation() local161 newOperands.append(otherOperands.begin(), otherOperands.end()); in finalizeBufferAllocation()
472 void normalize(AffineMap *otherMap, SmallVectorImpl<Value> *otherOperands);
691 SmallVectorImpl<Value> *otherOperands) { in normalize() argument692 AffineApplyNormalizer other(*otherMap, *otherOperands); in normalize()695 otherOperands->reserve(reorderedDims.size() + concatenatedSymbols.size()); in normalize()696 otherOperands->assign(reorderedDims.begin(), reorderedDims.end()); in normalize()697 otherOperands->append(concatenatedSymbols.begin(), concatenatedSymbols.end()); in normalize()