Home
last modified time | relevance | path

Searched refs:canPatternMatch (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h515 bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &CDP);
DCodeGenDAGPatterns.cpp2003 bool TreePatternNode::canPatternMatch(std::string &Reason, in canPatternMatch() function in TreePatternNode
2008 if (!getChild(i)->canPatternMatch(Reason, CDP)) in canPatternMatch()
3217 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) { in AddPatternToMatch()
3604 if (R->canPatternMatch(ErrString, CDP) && in CombineChildVariants()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2649 bool TreePatternNode::canPatternMatch(std::string &Reason, in canPatternMatch() function in TreePatternNode
2654 if (!getChild(i)->canPatternMatch(Reason, CDP)) in canPatternMatch()
3924 if (!PTM.getSrcPattern()->canPatternMatch(Reason, *this)) { in AddPatternToMatch()
4445 if (R->canPatternMatch(ErrString, CDP) && in CombineChildVariants()
DCodeGenDAGPatterns.h849 bool canPatternMatch(std::string &Reason, const CodeGenDAGPatterns &CDP);