Searched defs:ResultStack (Results 1 – 1 of 1) sorted by relevance
669 struct ResultStack { struct670 ResultStack(SDNode *Inp) in ResultStack() function672 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 …]