Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp405 ComplexPattern::ComplexPattern(Record *R) { ComplexPattern() function in ComplexPattern
H A DDAGISelMatcher.h30 class ComplexPattern; variable
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp932 const auto &ComplexPattern = ComplexPatternEquivs.find(R); importComplexPatternOperandMatcher() local
1317 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); importExplicitUseRenderer() local
[all...]
H A DDAGISelMatcherEmitter.cpp122 for (const auto &ComplexPattern : ComplexPatternList) in MatcherTableEmitter() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp829 defineComplexSubOperand(StringRef SymbolicName,Record * ComplexPattern,unsigned RendererID,unsigned SubOperandID,StringRef ParentSymbolicName) defineComplexSubOperand() argument