Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2698 SmallVectorImpl<MatchScope> &MatchScopes; member in __anonab064bb60211::MatchStateUpdater
2704 RecordedNodes(RN), MatchScopes(MS) { } in MatchStateUpdater()
2721 for (auto &I : MatchScopes) in NodeDeleted()
2789 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
2915 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3007 MatchScopes)); in SelectCodeCommon()
3522 if (MatchScopes.empty()) { in SelectCodeCommon()
3529 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3562 MatchScopes.pop_back(); in SelectCodeCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2850 SmallVectorImpl<MatchScope> &MatchScopes; member in __anonf28ba4ee0511::MatchStateUpdater
2857 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
2877 for (auto &I : MatchScopes) in NodeDeleted()
2946 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3071 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3169 MatchScopes)); in SelectCodeCommon()
3705 if (MatchScopes.empty()) { in SelectCodeCommon()
3712 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3745 MatchScopes.pop_back(); in SelectCodeCommon()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2065 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
2193 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
2750 if (MatchScopes.empty()) { in SelectCodeCommon()
2757 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
2792 MatchScopes.pop_back(); in SelectCodeCommon()