Searched refs:shuffs2 (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 845 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); 1233 OpRef HvxSelector::shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, in shuffs2() function in HvxSelector 1293 OpRef L = shuffs2(SM.lo(), OpRef::lo(Va), OpRef::hi(Va), Results); in shuffp1() 1294 OpRef H = shuffs2(SM.hi(), OpRef::lo(Va), OpRef::hi(Va), Results); in shuffp1() 1982 OpRef Res = !HavePairs ? shuffs2(ShuffleMask(Mask), Va, Vb, Results) in selectShuffle()
|