Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2967 DenseMap<const Record *, const Record *> ComplexPatternEquivs; member in __anon0c06086d0111::GlobalISelEmitter
3108 assert(ComplexPatternEquivs.empty()); in gatherNodeEquivs()
3113 ComplexPatternEquivs[SelDAGEquiv] = Equiv; in gatherNodeEquivs()
3376 const auto &ComplexPattern = ComplexPatternEquivs.find(R); in importComplexPatternOperandMatcher()
3377 if (ComplexPattern == ComplexPatternEquivs.end()) in importComplexPatternOperandMatcher()
3619 const auto &ComplexPattern = ComplexPatternEquivs.find(ChildRec); in importExplicitUseRenderer()
3620 if (ComplexPattern == ComplexPatternEquivs.end()) in importExplicitUseRenderer()