Searched refs:ResultStack (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 676 struct ResultStack { struct 677 ResultStack(SDNode *Inp) in ResultStack() argument 752 void ResultStack::print(raw_ostream &OS, const SelectionDAG &G) const { in print() 964 void materialize(const ResultStack &Results); 973 OpRef concats(OpRef Va, OpRef Vb, ResultStack &Results); 974 OpRef funnels(OpRef Va, OpRef Vb, int Amount, ResultStack &Results); 976 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 978 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 981 ResultStack &Results); 983 ResultStack &Results); [all …]
|