Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp354 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon4c2d42680111::GlobalISelEmitter
490 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
495 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
932 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
933 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
1317 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
1318 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()