Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp671 struct ResultStack { struct
672 ResultStack(SDNode *Inp) in ResultStack() argument
674 SDNode *InpNode;
675 MVT InpTy;
676 unsigned push(const NodeTemplate &Res) { in push()
687 bool empty() const { return List.empty(); } in empty()
688 unsigned size() const { return List.size(); } in size()
689 unsigned top() const { return size()-1; } in top()
691 unsigned reset(unsigned NewTop) { in reset()
696 using BaseType = std::vector<NodeTemplate>;
[all …]