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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp501 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
540 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))
3226 PTM.getSrcPattern()->getComplexPatternInfo(*this))
H A DCodeGenDAGPatterns.h427 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
430 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherGen.cpp464 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
538 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) {
H A DCodeGenDAGPatterns.h401 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
404 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp703 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
721 else if (Child->getComplexPatternInfo(CGP))
1326 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1329 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { function in class:TreePatternNode
1342 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2784 PTM.getSrcPattern()->getComplexPatternInfo(*this))

Completed in 108 milliseconds