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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp563 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
603 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP);
H A DCodeGenDAGPatterns.cpp1376 if (const ComplexPattern *AM = P->getComplexPatternInfo(CGP)) {
1402 else if (Child->getComplexPatternInfo(CGP))
2244 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
2247 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { function in class:TreePatternNode
2264 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2285 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3913 PTM.getSrcPattern()->getComplexPatternInfo(*this))
H A DCodeGenDAGPatterns.h773 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
776 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;

Completed in 72 milliseconds