Home | History | Annotate | Download | only in TableGen

Lines Matching refs:canPatternMatch

1998 /// canPatternMatch - If it is impossible for this pattern to match on this
2003 bool TreePatternNode::canPatternMatch(std::string &Reason,
2008 if (!getChild(i)->canPatternMatch(Reason, CDP))
3217 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) {
3604 if (R->canPatternMatch(ErrString, CDP) &&