Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3579 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anoncee47b830111::GlobalISelEmitter
3756 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3761 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
4197 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
4198 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
4571 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
4572 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()