Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3504 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon0a286f430111::GlobalISelEmitter
3677 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3682 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
4089 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
4090 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
4452 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
4453 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()