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.cpp553 Pattern.getSrcPattern().getComplexPatternInfo(CGP)) { in EmitMatcherCode()
596 const ComplexPattern *CP = N.getComplexPatternInfo(CGP); in EmitMatcherCode()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1464 if (const ComplexPattern *AM = P.getComplexPatternInfo(CGP)) { in getPatternSize()
1489 else if (Child.getComplexPatternInfo(CGP)) in getPatternSize()
2419 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { in getComplexPatternInfo() function in TreePatternNode
2437 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults()
2458 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty()
4095 PTM.getSrcPattern().getComplexPatternInfo(*this)) in AddPatternToMatch()
H A DCodeGenDAGPatterns.h791 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;