Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Reason

1662 /// target, fill in Reason and return false.  Otherwise, return true.  This is
1666 bool TreePatternNode::canPatternMatch(std::string &Reason,
1671 if (!getChild(i)->canPatternMatch(Reason, CDP))
1692 Reason="Immediate value must be on the RHS of commutative operators!";
2778 std::string Reason;
2779 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this))
2780 Pattern->error("Pattern can never match: " + Reason);