Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp567 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) { in EmitMatcherCode()
607 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode()
H A DCodeGenDAGPatterns.cpp1401 if (const ComplexPattern *AM = P->getComplexPatternInfo(CGP)) { in getPatternSize()
1427 else if (Child->getComplexPatternInfo(CGP)) in getPatternSize()
2301 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { in getComplexPatternInfo() function in TreePatternNode
2318 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults()
2339 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty()
3975 PTM.getSrcPattern()->getComplexPatternInfo(*this)) in AddPatternToMatch()
H A DCodeGenDAGPatterns.h770 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;