Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp345 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon3a5608090111::GlobalISelEmitter
479 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
484 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
912 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
913 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
1292 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
1293 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()