Home
last modified time | relevance | path

Searched refs:getComplexPattern (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2316 Record *T = CDP.getComplexPattern(R).getValueType(); in getImplicitType()
2373 return &CGP.getComplexPattern(Rec); in getComplexPatternInfo()
2725 Record *T = CDP.getComplexPattern(getOperator()).getValueType(); in ApplyTypeConstraints()
3619 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode()
H A DCodeGenDAGPatterns.h1155 const ComplexPattern &getComplexPattern(Record *R) const { in getComplexPattern() function