Searched refs:result_constraint (Results 1 – 3 of 3) sorted by relevance
168 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints() local173 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()176 ? Merge(*default_constraint, *result_constraint) in MatchAndUpdateConstraints()177 : *result_constraint; in MatchAndUpdateConstraints()202 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints() local203 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()205 if (*result_constraint == ValueConstraint::kShape) { in MatchAndUpdateConstraints()350 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints() local351 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()352 operands.Insert(op->getOperand(0), *result_constraint); in MatchAndUpdateConstraints()[all …]
173 if (auto result_constraint = results.GetConstraint(result)) { in MatchAndUpdateConstraints() local178 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()181 ? Merge(*default_constraint, *result_constraint) in MatchAndUpdateConstraints()182 : *result_constraint; in MatchAndUpdateConstraints()214 if (auto result_constraint = results.GetConstraint(op.getResult())) { in MatchAndUpdateConstraints() local215 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()217 if (*result_constraint == ValueConstraint::kShape) { in MatchAndUpdateConstraints()363 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints() local364 if (*result_constraint == ValueConstraint::kValue) return failure(); in MatchAndUpdateConstraints()365 operands.Insert(op->getOperand(0), *result_constraint); in MatchAndUpdateConstraints()[all …]
44 if (auto result_constraint = results.GetConstraint(op->getResult(0))) { in MatchAndUpdateConstraints() local46 if (is_op_a && *result_constraint == ValueConstraint::kShape) in MatchAndUpdateConstraints()50 if (*result_constraint == ValueConstraint::kValue) in MatchAndUpdateConstraints()