Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3551 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon612774070111::GlobalISelEmitter
3728 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3733 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
4153 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
4154 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
4527 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
4528 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()