Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp557 Pattern.getSrcPattern().getComplexPatternInfo(CGP)) { in EmitMatcherCode()
600 const ComplexPattern *CP = N.getComplexPatternInfo(CGP); in EmitMatcherCode()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1441 if (const ComplexPattern *AM = P.getComplexPatternInfo(CGP)) { in getPatternSize()
1467 else if (Child.getComplexPatternInfo(CGP)) in getPatternSize()
2344 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { in getComplexPatternInfo() function in TreePatternNode
2361 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults()
2382 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty()
4052 PTM.getSrcPattern().getComplexPatternInfo(*this)) in AddPatternToMatch()
H A DCodeGenDAGPatterns.h780 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;