Searched defs:ResultStack (Results 1 – 1 of 1) sorted by relevance
669 struct ResultStack { struct670 ResultStack(SDNode *Inp) in ResultStack() argument672 SDNode *InpNode;673 MVT InpTy;674 unsigned push(const NodeTemplate &Res) { in push()678 unsigned push(unsigned Opc, MVT Ty, std::vector<OpRef> &&Ops) { 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()688 const NodeTemplate &operator[](unsigned I) const { return List[I]; } in operator []()[all …]