Searched refs:canPatternMatch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h482 /// canPatternMatch - If it is impossible for this pattern to match on this
484 bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &CDP);
H A DCodeGenDAGPatterns.cpp1706 /// canPatternMatch - If it is impossible for this pattern to match on this
1711 bool TreePatternNode::canPatternMatch(std::string &Reason, function in class:TreePatternNode
1716 if (!getChild(i)->canPatternMatch(Reason, CDP))
2854 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) {
3248 if (!R->canPatternMatch(ErrString, CDP)) {

Completed in 152 milliseconds