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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp800 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
822 else if (Child->getComplexPatternInfo(CGP))
1549 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1552 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { function in class:TreePatternNode
1569 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1590 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3177 PTM.getSrcPattern()->getComplexPatternInfo(*this))

Completed in 117 milliseconds