Searched refs:GetConstraint (Results 1 – 6 of 6) sorted by relevance
173 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints()214 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints()363 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()395 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()423 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()440 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()500 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()533 if (auto constraint = results.GetConstraint(op.getResult())) in MatchAndUpdateConstraints()559 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()588 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()[all …]
168 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints()202 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints()350 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()382 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()410 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()427 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()487 auto result_constraint = results.GetConstraint(op->getResult(0)); in MatchAndUpdateConstraints()526 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()555 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()585 auto result_constraint = results.GetConstraint(op.getResult()); in MatchAndUpdateConstraints()[all …]
44 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints()
100 Optional<ValueConstraint> ValuesConstraintSet::GetConstraint( in GetConstraint() function in mlir::TFDevice::ValuesConstraintSet108 return GetConstraint(value).has_value(); in HasConstraint()653 os << " " << i << ":" << results.GetConstraint(op->getResult(i)); in PropagateValuesConstraints()
95 Optional<ValueConstraint> GetConstraint(Value value) const;
2118 if (auto constraint = constraints.GetConstraint(func.getArgument(i))) { in SetEntrypointConstraints()