Searched refs:ResultStack (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 669 struct ResultStack { struct 670 ResultStack(SDNode *Inp) in ResultStack() function 743 void ResultStack::print(raw_ostream &OS, const SelectionDAG &G) const { in print() 826 void materialize(const ResultStack &Results); 834 OpRef concat(OpRef Va, OpRef Vb, ResultStack &Results); 835 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 837 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 840 ResultStack &Results); 842 ResultStack &Results); 844 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results); [all …]
|