Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2976 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon7e76e5f80111::GlobalISelEmitter
3100 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3105 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
3370 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
3371 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
3613 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
3614 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()