Searched refs:canPatternMatch (Results 1 - 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 477 /// canPatternMatch - If it is impossible for this pattern to match on this 479 bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &CDP);
|
H A D | CodeGenDAGPatterns.cpp | 1660 /// canPatternMatch - If it is impossible for this pattern to match on this 1665 bool TreePatternNode::canPatternMatch(std::string &Reason, function in class:TreePatternNode 1670 if (!getChild(i)->canPatternMatch(Reason, CDP)) 2778 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) 3033 if (!R->canPatternMatch(ErrString, CDP)) {
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 1998 /// canPatternMatch - If it is impossible for this pattern to match on this 2003 bool TreePatternNode::canPatternMatch(std::string &Reason, function in class:TreePatternNode 2008 if (!getChild(i)->canPatternMatch(Reason, CDP)) 3217 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) { 3604 if (R->canPatternMatch(ErrString, CDP) &&
|
H A D | CodeGenDAGPatterns.h | 513 /// canPatternMatch - If it is impossible for this pattern to match on this 515 bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &CDP);
|
Completed in 88 milliseconds