Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3586 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon7790e1cf0111::GlobalISelEmitter
3763 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3768 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
4207 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
4208 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
4581 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
4582 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()