Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2314 Record *T = CDP.getComplexPattern(R).getValueType(); in getImplicitType()
2371 return &CGP.getComplexPattern(Rec); in getComplexPatternInfo()
2723 Record *T = CDP.getComplexPattern(getOperator()).getValueType(); in ApplyTypeConstraints()
3617 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode()
H A DCodeGenDAGPatterns.h1155 const ComplexPattern &getComplexPattern(Record *R) const { in getComplexPattern() function