Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Reason

1999 /// target, fill in Reason and return false.  Otherwise, return true.  This is
2003 bool TreePatternNode::canPatternMatch(std::string &Reason,
2008 if (!getChild(i)->canPatternMatch(Reason, CDP))
2032 Reason="Immediate value must be on the RHS of commutative operators!";
3209 std::string Reason;
3210 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) {
3212 Twine("Pattern can never match: ") + Reason);