Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp671 struct ResultStack { struct
672 ResultStack(SDNode *Inp) in ResultStack() function
674 SDNode *InpNode;
675 MVT InpTy;
676 unsigned push(const NodeTemplate &Res) { in push()
680 unsigned push(unsigned Opc, MVT Ty, std::vector<OpRef> &&Ops) { 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()
690 const NodeTemplate &operator[](unsigned I) const { return List[I]; } in operator []()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp676 struct ResultStack { struct
677 ResultStack(SDNode *Inp) in ResultStack() argument
679 SDNode *InpNode;
680 MVT InpTy;
681 unsigned push(const NodeTemplate &Res) { in push()
685 unsigned push(unsigned Opc, MVT Ty, std::vector<OpRef> &&Ops) { in push()
692 bool empty() const { return List.empty(); } in empty()
693 unsigned size() const { return List.size(); } in size()
694 unsigned top() const { return size()-1; } in top()
695 const NodeTemplate &operator[](unsigned I) const { return List[I]; } in operator []()
[all …]