Home
last modified time | relevance | path

Searched refs:getComplexPatternInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp501 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) { in EmitMatcherCode()
540 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode()
DCodeGenDAGPatterns.cpp828 const ComplexPattern *AM = P->getComplexPatternInfo(CGP); in getPatternSize()
850 else if (Child->getComplexPatternInfo(CGP)) in getPatternSize()
1597 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { in getComplexPatternInfo() function in TreePatternNode
1614 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults()
1635 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty()
3226 PTM.getSrcPattern()->getComplexPatternInfo(*this)) in AddPatternToMatch()
DCodeGenDAGPatterns.h430 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp563 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) { in EmitMatcherCode()
603 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode()
DCodeGenDAGPatterns.cpp1381 if (const ComplexPattern *AM = P->getComplexPatternInfo(CGP)) { in getPatternSize()
1407 else if (Child->getComplexPatternInfo(CGP)) in getPatternSize()
2252 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { in getComplexPatternInfo() function in TreePatternNode
2269 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults()
2290 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty()
3933 PTM.getSrcPattern()->getComplexPatternInfo(*this)) in AddPatternToMatch()
DCodeGenDAGPatterns.h772 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;