Searched defs:ComplexPattern (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenTarget.cpp | 405 ComplexPattern::ComplexPattern(Record *R) { ComplexPattern() function in ComplexPattern |
H A D | DAGISelMatcher.h | 30 class ComplexPattern; variable |
/llvm-project/llvm/utils/TableGen/ | ||
H A D | GlobalISelEmitter.cpp | 932 const auto &ComplexPattern = ComplexPatternEquivs.find(R); importComplexPatternOperandMatcher() local |
H A D | DAGISelMatcherEmitter.cpp | 122 for (const auto &ComplexPattern : ComplexPatternList) in MatcherTableEmitter() local |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ | ||
H A D | GlobalISelMatchTable.cpp | 829 defineComplexSubOperand(StringRef SymbolicName,Record * ComplexPattern,unsigned RendererID,unsigned SubOperandID,StringRef ParentSymbolicName) defineComplexSubOperand() argument |