Home
last modified time | relevance | path

Searched defs:ResultStack (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp669 struct ResultStack { struct
670 ResultStack(SDNode *Inp) in ResultStack() argument
672 SDNode *InpNode;
673 MVT InpTy;
674 unsigned push(const NodeTemplate &Res) { in push()
685 bool empty() const { return List.empty(); } in empty()
686 unsigned size() const { return List.size(); } in size()
687 unsigned top() const { return size()-1; } in top()
689 unsigned reset(unsigned NewTop) { in reset()
694 using BaseType = std::vector<NodeTemplate>;
[all …]