Searched refs:getComplexPatternInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp508 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
547 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP);
H A DCodeGenDAGPatterns.cpp828 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
850 else if (Child->getComplexPatternInfo(CGP))
1594 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1597 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { function in class:TreePatternNode
1614 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1635 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3219 PTM.getSrcPattern()->getComplexPatternInfo(*this))
H A DCodeGenDAGPatterns.h427 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
430 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;

Completed in 512 milliseconds