Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h429 std::vector<NodeId> NodeStack; in reduce() local
437 NodeStack.push_back(NId); in reduce()
459 NodeStack.push_back(NId); in reduce()
468 NodeStack.push_back(NId); in reduce()
474 return NodeStack; in reduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2714 SmallVector<SDValue, 4> NodeStack; member
2765 for (auto &J : I.NodeStack) in NodeDeleted()
2829 SmallVector<SDValue, 8> NodeStack; in SelectCodeCommon() local
2831 NodeStack.push_back(N); in SelectCodeCommon()
2954 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
2966 if (NodeStack.size() > 1) in SelectCodeCommon()
2967 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3006 NodeStack.push_back(N); in SelectCodeCommon()
3018 NodeStack.push_back(N); in SelectCodeCommon()
3024 NodeStack.pop_back(); in SelectCodeCommon()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp683 auto NodeStack = this->getNodes(); in shortCircuitJumps() local
685 while (!NodeStack.empty()) { in shortCircuitJumps()
686 auto *Node = NodeStack.back(); in shortCircuitJumps()
687 NodeStack.pop_back(); in shortCircuitJumps()
690 NodeStack.push_back(NewNode); in shortCircuitJumps()
691 NodeStack.push_back(Node); in shortCircuitJumps()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc39 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
323 NodeStack stack;