Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3538 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon332dbd1e0111::GlobalISelEmitter
3715 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3720 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
4139 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
4140 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
4513 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
4514 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()