Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2676 SmallVector<SDValue, 4> NodeStack; member
2722 for (auto &J : I.NodeStack) in NodeDeleted()
2783 SmallVector<SDValue, 8> NodeStack; in SelectCodeCommon() local
2785 NodeStack.push_back(N); in SelectCodeCommon()
2909 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
2921 if (NodeStack.size() > 1) in SelectCodeCommon()
2922 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
2955 NodeStack.push_back(N); in SelectCodeCommon()
2967 NodeStack.push_back(N); in SelectCodeCommon()
2973 NodeStack.pop_back(); in SelectCodeCommon()
[all …]
/external/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()
/external/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 …]
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h495 std::vector<NodeId> NodeStack; in reduce() local
503 NodeStack.push_back(NId); in reduce()
525 NodeStack.push_back(NId); in reduce()
535 NodeStack.push_back(NId); in reduce()
541 return NodeStack; in reduce()
/external/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()
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc44 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
360 NodeStack stack;
1160 NodeStack stack; in ExtractAppendBuffer()
/external/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc42 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
356 NodeStack stack;
1156 NodeStack stack; in ExtractAppendBuffer()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc43 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
359 NodeStack stack;
1159 NodeStack stack; in ExtractAppendBuffer()
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc43 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
359 NodeStack stack;
1159 NodeStack stack; in ExtractAppendBuffer()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc45 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth]; typedef
359 NodeStack stack;
1169 NodeStack stack; in ExtractAppendBuffer()