Home
last modified time | relevance | path

Searched defs:ComplexPattern (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp602 ComplexPattern::ComplexPattern(Record *R) { in ComplexPattern() function in ComplexPattern
H A DGlobalISelEmitter.cpp912 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher() local
1292 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer() local
H A DDAGISelMatcherEmitter.cpp123 for (const auto &ComplexPattern : ComplexPatternList) in MatcherTableEmitter() local
H A DDAGISelMatcher.h30 class ComplexPattern; variable
H A DGlobalISelMatchTable.cpp806 Record *ComplexPattern, in defineComplexSubOperand()